What is the remainder when the 13th term is divided by 7?
3, 4, 6, 10, 18, 34...
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.
The n th term of this sequence is such that a n = a n − 1 + 2 n − 2 for n ≥ 2 with a 1 = 3 . So the general formula for a n , with n ≥ 2 , is
a n = 3 + ∑ k = 0 n − 2 2 k = 3 + ( 2 n − 1 − 1 ) = 2 n − 1 + 2 .
(In fact this formula holds true for n = 1 as well.)
So a 1 3 = 2 1 2 + 2 . Now since 2 3 ≡ 1 m o d 7 we have that, modulus 7 ,
( 2 1 2 + 2 ) ≡ ( ( 2 3 ) 4 + 2 ) ≡ ( 1 + 2 ) ≡ 3 m o d 7 .
So the desired remainder is 3 .