SOLUTION: What is the function for the sequence 1,8,27,64

Algebra ->  Sequences-and-series -> SOLUTION: What is the function for the sequence 1,8,27,64      Log On


   



Question 256269: What is the function for the sequence 1,8,27,64
Found 2 solutions by Greenfinch, vleith:
Answer by Greenfinch(383) About Me  (Show Source):
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
U(n) = n^3 is one way

Answer by vleith(2983) About Me  (Show Source):
You can put this solution on YOUR website!
each of the given numbers are numbers to a power of 3
1+=+1%5E3
8+=+2%5E3
27+=+3%5E3
So what's the function?
y+=+x%5E3