Browse · MATH
Printjmc
algebra intermediate
Problem
The first term of a given sequence is 1, and each successive term is the sum of all the previous terms of the sequence. What is the value of the first term which exceeds 5000?
Solution
We calculate the first several terms directly and find the sequence starts It appears the th term is for . Since , the first power of 2 that exceeds 5000 is .
Let's prove by induction that the th term of the sequence is for all integers . The base case holds since the second term of the sequence is the sum of all the terms before it, which is just 1. For the induction step, let and suppose that the st term is . Then the sum of the first terms of the sequence is , since the st term is equal to the sum of the first terms. So the th term, which is defined to be the sum of the first terms, is This completes the induction step, so the statement is proved for all .
Let's prove by induction that the th term of the sequence is for all integers . The base case holds since the second term of the sequence is the sum of all the terms before it, which is just 1. For the induction step, let and suppose that the st term is . Then the sum of the first terms of the sequence is , since the st term is equal to the sum of the first terms. So the th term, which is defined to be the sum of the first terms, is This completes the induction step, so the statement is proved for all .
Final answer
8192