The above shows a sequence of integers with the first 2 terms of 1, and each subsequent terms is the sum of all the previous terms.
What is the term of this sequence?
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.
Firstly, we will prove that the n th term is twice the previous term for n ≥ 3 . Let the n th term of this sequence be a n .
a n + 1 = i = 1 ∑ n a i = a n + i = 1 ∑ n − 1 a i = a n + a n = 2 a n
Also note that a 3 = 2 , so we must have a n = 2 n − 2 for n ≥ 2 . Thus, a 2 0 1 7 = 2 2 0 1 5 .