Browse · MathNet
PrintAustriaMO2013
Austria 2013 algebra
Problem
We order the positive integers in two rows in the following manner: 1 3 6 11 19 32 53 ... 2 4 5 7 8 9 10 12 13 14 15 16 17 18 20 to 31 33 to 52 54 ... We first write in the first row, in the second and in the first. After this, the following integers are written in such a way that an individual integer is always added in the first row and blocks of consecutive integers are added in the second row, with the leading number of a block giving the number of (consecutive) integers to be written in the next block. We name the numbers in the first row Determine an explicit formula for . G. Baron, Vienna
Solution
We first note that , and hold. It is quite straight-forward to note that a block of length starts with the number , and that this block therefore ends on the number , which yields .
This recursion has the constant solution , and the homogeneous recursion is obviously of Fibonacci type. Writing the Fibonacci sequence in the form , , , and so on, we can easily check that holds for , and this therefore yields an explicit formula for .
This recursion has the constant solution , and the homogeneous recursion is obviously of Fibonacci type. Writing the Fibonacci sequence in the form , , , and so on, we can easily check that holds for , and this therefore yields an explicit formula for .
Final answer
a_n = F_{n+3} - 2, where F_0 = 0 and F_1 = 1
Techniques
Recurrence relations