benchmarks.wiki / Public workspace
OlympiadBench / 2111 / Find all positive integers n such that there exists a sequence of positive…
Problem
Answer published by the source. Consult the official source to check your work against its answer.
question
Find all positive integers such that there exists a sequence of positive integers satisfying
for every with .
Plain-text mathematical notation (without MathML)
Find all positive integers n such that there exists a sequence of positive integers a₁,a₂,…,a_(n) satisfying a_(k+1)=(a_(k)²+1)/(a_(k−1)+1)−1 for every k with 2≤k≤n−1.
Original LaTeX notation
Find all positive integers $n$ such that there exists a sequence of positive integers $a_{1}, a_{2}, \ldots, a_{n}$ satisfying
$$
a_{k+1}=\frac{a_{k}^{2}+1}{a_{k-1}+1}-1
$$
for every $k$ with $2 \leq k \leq n-1$.answer type
Numerical
is multiple answer
true
language
English
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.
See answer Answer published by the source
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