document.write( "Question 1064174: The sequence 1, 2, 1, 2, 2, 1, 2, 2, 2, 1, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2,...., consists of 1's separated by blocks of 2's with n 2's in the nth block. What is the sum of the first 1234 terms of this sequence? \n" ); document.write( "
Algebra.Com's Answer #679238 by ikleyn(52812)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "The sequence 1, 2, 1, 2, 2, 1, 2, 2, 2, 1, 2, 2, 2, 2, 1, 2, 2, 2, 2, 2, 1, 2,...., consists of 1's separated by blocks of 2's with n 2's in the nth block. \n" ); document.write( "What is the sum of the first 1234 terms of this sequence? \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Lets group the sequence into the sum of segments\r\n" ); document.write( "\r\n" ); document.write( "S = \r\n" ); document.write( "\r\n" ); document.write( "(1+2) +\r\n" ); document.write( "(1+2+2) +\r\n" ); document.write( "(1+2+2+2) +\r\n" ); document.write( "(1+2+2+2+2) + \r\n" ); document.write( ". . . . . . . . . . (1)\r\n" ); document.write( "\r\n" ); document.write( "The sum inside each k-th segment is (1+2k), k = 1, 2, 3, 4, 5, . . . \r\n" ); document.write( "\r\n" ); document.write( "The lengths of the segments form the sequence 2, 3, 4, 5, . . . \r\n" ); document.write( "So the lengths of segments make the arithmetic progression with the first term 2 and the common difference 1.\r\n" ); document.write( "\r\n" ); document.write( "If we have 48 segments, their accumulated length is \r\n" ); document.write( "\r\n" ); document.write( "2 + 3 + 4 + 5 + . . . + 49 =\r \n" ); document.write( "\n" ); document.write( "Regarding these famous sums, see the lessons on arithmetic progressions\r \n" ); document.write( "\n" ); document.write( " - Arithmetic progressions\r \n" ); document.write( "\n" ); document.write( " - The proofs of the formulas for arithmetic progressions \r \n" ); document.write( "\n" ); document.write( " - Problems on arithmetic progressions \r \n" ); document.write( "\n" ); document.write( "in this site. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Also, you have this free of charge online textbook in ALGEBRA-II in this site\r \n" ); document.write( "\n" ); document.write( " - ALGEBRA-II - YOUR ONLINE TEXTBOOK.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The referred lessons are the part of this online textbook under the topic \n" ); document.write( "\"Arithmetic progressions\".\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |