document.write( "Question 1156464: What is the general formula for the sequence: 0 1 4 10 20 35 56 \n" ); document.write( "
Algebra.Com's Answer #779156 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! the difference between adjacent ones is 1/3/6/10/15/21. The next difference will be seven more from 21 or 28 and the term will ver 56+28, or 84.\r \n" ); document.write( "\n" ); document.write( "The differences are \n" ); document.write( "0 \n" ); document.write( "----1 \n" ); document.write( "1-------2 \n" ); document.write( "----3-------1\r \n" ); document.write( "\n" ); document.write( "4-------3 \n" ); document.write( "----6-------1\r \n" ); document.write( "\n" ); document.write( "10------4 \n" ); document.write( "----10------1 \n" ); document.write( "20-----5 \n" ); document.write( "----15-----1 \n" ); document.write( "35-----6 \n" ); document.write( "----21----1 \n" ); document.write( "56\r \n" ); document.write( "\n" ); document.write( "This will be a cubic polynomial, because the third differences are equal: an^3+bn^2+cn+d=0 \n" ); document.write( "a=the third difference or 1 \n" ); document.write( "12a+2b is first second difference or 2 \n" ); document.write( "7a+3b+c=u2-u1 or 2-1 or 1 \n" ); document.write( "and a+b+c+d= u1, which is 0\r \n" ); document.write( "\n" ); document.write( "6a=1 so a =(1/6) \n" ); document.write( "12a+2b=2, and therefore 2b=0 \n" ); document.write( "7a+3b+c=1 and therefore (7/6)-c=1 and c=-(1/6) \n" ); document.write( "a+b+c+d=0 and d will equal 0 as well.\r \n" ); document.write( "\n" ); document.write( "The general formula is (1/6)n^3-(1/6)n \n" ); document.write( "don't factor it out. For n=1 to 6, the numbers will be the sequence\r \n" ); document.write( "\n" ); document.write( "when n=8 it will be (1/6)512-(8/6). that is (512-8)/6=84.\r \n" ); document.write( "\n" ); document.write( "Sorry I was on autopilot. Hope that helps.\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |