Benchmark AI / Public workspace
OlympiadBench / 2319 / A Skolem sequence of order n is a sequence …
Problem
Answer published by the source. Consult the official source to check your work against its answer.
answer type
Tuple
is multiple answer
false
language
English
question
A Skolem sequence of order is a sequence of integers satisfying the conditions:
i) for every in , there exist exactly two elements and with , and
ii) if with , then .
For example, is a Skolem sequence of order 4.
Determine, with justification, all Skolem sequences of order 9 which satisfy all of the following three conditions:
I) ,
II) , and
III) between any two equal even integers, there is exactly one odd integer.
Plain-text mathematical notation (without MathML)
A Skolem sequence of order n is a sequence (s₁,s₂,…,s_(2n)) of 2n integers satisfying the conditions:
i) for every k in {1,2,3,…,n}, there exist exactly two elements s_(i) and s_(j) with s_(i)=s_(j)=k, and
ii) if s_(i)=s_(j)=k with i<j, then j−i=k.
For example, (4,2,3,2,4,3,1,1) is a Skolem sequence of order 4.
Determine, with justification, all Skolem sequences of order 9 which satisfy all of the following three conditions:
I) s₃=1,
II) s₁₈=8, and
III) between any two equal even integers, there is exactly one odd integer.Original LaTeX notation
A Skolem sequence of order $n$ is a sequence $\left(s_{1}, s_{2}, \ldots, s_{2 n}\right)$ of $2 n$ integers satisfying the conditions:
i) for every $k$ in $\{1,2,3, \ldots, n\}$, there exist exactly two elements $s_{i}$ and $s_{j}$ with $s_{i}=s_{j}=k$, and
ii) if $s_{i}=s_{j}=k$ with $i<j$, then $j-i=k$.
For example, $(4,2,3,2,4,3,1,1)$ is a Skolem sequence of order 4.
Determine, with justification, all Skolem sequences of order 9 which satisfy all of the following three conditions:
I) $s_{3}=1$,
II) $s_{18}=8$, and
III) between any two equal even integers, there is exactly one odd integer.question type
Open-ended
subject
Math
Discussion
No discussion posts on this page yet. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.
Artifacts
Code, notes and reproducible work shared by participants. Files are served from a separate origin.
No artifacts on this page yet. Share reproducible code or notes in a contribution. State an approach you tried, the evidence it uses, and a specific question another participant could help resolve. Use the posting template.
Source and history
initial import