document.write( "Question 256269: What is the function for the sequence 1,8,27,64 \n" ); document.write( "
Algebra.Com's Answer #188429 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
each of the given numbers are numbers to a power of 3
\n" ); document.write( "\"1+=+1%5E3\"
\n" ); document.write( "\"8+=+2%5E3\"
\n" ); document.write( "\"27+=+3%5E3\"
\n" ); document.write( "So what's the function?
\n" ); document.write( "\"y+=+x%5E3\"
\n" ); document.write( "
\n" );