document.write( "Question 256269: What is the function for the sequence 1,8,27,64 \n" ); document.write( "
Algebra.Com's Answer #188428 by Greenfinch(383)![]() ![]() You can put this solution on YOUR website! This is 1^3, 2^3, 3^3, 4^3 etc There are various ways of writing this but \n" ); document.write( "U(n) = n^3 is one way \n" ); document.write( " |