A recursive relation ( a n ) satisfies
{ a a 2 n + 1 = ( a 2 n ) 2 + ( a 2 n − 1 ) 2 a 2 n = a 2 n − 1
for positive integer n ≥ 1 .
If a 1 = 1 , a 2 = 1 ,
find a 2 0 1 8 .
If the value of a 2 0 1 8 = 2 p such that p is a positive integer, compute p .
This is part of the set Fun With Problem-Solving .
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.
Problem Loading...
Note Loading...
Set Loading...
For n ≥ 1 ,
a 1 = 1
a 2 = 1
a 3 = 2
a 4 = 2
a 5 = 2
a 6 = 2
a 7 = 2 2
a 8 = 2 2
Notice that the recurrence comes in a group of four with corresponding terms in each subsequent group being multiplied by 2 .
2 0 1 8 ≡ 2 ( m o d 4 )
Hence, a 2 0 1 8 corresponds with a 2 = 1 .
Let a 2 0 1 8 = 1 ⋅ 2 x
2 0 1 8 = 2 + 4 x
4 x = 2 0 1 6
x = 5 0 4
So, a 2 0 1 8 = 1 ⋅ 2 5 0 4