document.write( "Question 1062258: Hello could you please help me with these questions, I would really appreciate it if you could.\r
\n" );
document.write( "\n" );
document.write( "What is the nth term in this sequence 2, 9, 28, 65 \r
\n" );
document.write( "\n" );
document.write( "Then what is the 10th term in the sequence.\r
\n" );
document.write( "\n" );
document.write( "And the last one what are the first four terms in 3(n+1) \r
\n" );
document.write( "\n" );
document.write( "Thank you for your help. \n" );
document.write( "
Algebra.Com's Answer #677108 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! 2, 9, 27, 65 \n" ); document.write( ": \n" ); document.write( "each member of this series is the sum of the digits of n^3 \n" ); document.write( ": \n" ); document.write( "a10 = sum of the digits of 10^3 = 1 \n" ); document.write( ": \n" ); document.write( "Note that 10^3 = 1000 and the sum of its digits is 1 \n" ); document.write( ": \n" ); document.write( "Note that 2 is the 11th term and the sequence begins at 0 \n" ); document.write( ": \n" ); document.write( "3(n+1) gives 6, 9, 12, 15 for n = 1, 2, 3, 4 \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |