Pythagorean Fibonacci

Algebra Level 3

A recursive relation ( a n ) (a_n) satisfies

{ a a 2 n + 1 = ( a 2 n ) 2 + ( a 2 n 1 ) 2 a 2 n = a 2 n 1 \left\{\begin{array}{c}aa_{2n+1}=\sqrt{(a_{2n})^{2}+(a_{2n-1})^{2}}\\a_{2n}=a_{2n-1}\end{array}\right.

for positive integer n 1 n\geq1 .

If a 1 = 1 , a 2 = 1 a_{1}=1, a_{2}=1 ,

find a 2018 a_{2018} .

If the value of a 2018 = 2 p a_{2018}=2^{p} such that p p is a positive integer, compute p p .

This is part of the set Fun With Problem-Solving .


The answer is 504.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Donglin Loo
Jan 25, 2018

For n 1 n\geq1 ,

a 1 = 1 a_{1}=1

a 2 = 1 a_{2}=1

a 3 = 2 a_{3}=\sqrt{2}

a 4 = 2 a_{4}=\sqrt{2}


a 5 = 2 a_{5}=2

a 6 = 2 a_{6}=2

a 7 = 2 2 a_{7}=2 \sqrt{2}

a 8 = 2 2 a_{8}=2 \sqrt{2}


Notice that the recurrence comes in a group of four with corresponding terms in each subsequent group being multiplied by 2 2 .

2018 2 ( m o d 4 ) 2018\equiv2\pmod4

Hence, a 2018 a_{2018} corresponds with a 2 = 1 a_{2}=1 .

Let a 2018 = 1 2 x a_{2018}=1\cdot 2^{x}

2018 = 2 + 4 x 2018=2+4x

4 x = 2016 4x=2016

x = 504 x=504

So, a 2018 = 1 2 504 a_{2018}=1\cdot 2^{504}

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...