document.write( "Question 1176668: A sequence of positive integers with a_1 = 1 and a_9 + a_{10} = 646 is formed so that the first three terms are in geometric progression, the second, third, and fourth terms are in arithmetic progression, and, in general, for all i>=1, the terms a_{2i - 1}, a_{2i}, a_{2i + 1} are in geometric progression, and the terms a_{2i}, a_{2i + 1}, and a_{2i + 2} are in arithmetic progression. Find the greatest term in this sequence that is less than 1000.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #804011 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "A formal algebraic solution would probably be very messy.... \n" ); document.write( "But since the sequence is all integers, we can find the sequence we are looking for simply by investigation. \n" ); document.write( "Second term 2: 1, 2, 4, 6, 9, 12, 16, 20, 25, 30; sum 55 \n" ); document.write( "Second term 3: 1, 3, 9, 15, 25, 35, 49, 63, 81, 109; sum 190 \n" ); document.write( "Second term 4: 1, 4, 16, 28, 49, 70, 100, 130, 169, 208; sum 377 \n" ); document.write( "Second term 5: 1, 5, 25, 45, 81, 117, 169, 221, 289, 357; sum 646 \n" ); document.write( "That is the sequence we want; continue the sequence until the numbers exceed 1000. \n" ); document.write( "1, 5, 25, 45, 81, 117, 169, 221, 289, 357, 441, 525, 625, 725, 841, 957, 1089 \n" ); document.write( "The largest number in the sequence less than 1000 is 957. \n" ); document.write( " \n" ); document.write( " |