Write down the tight answer :(1)2,9,28,65,( )

问题描述:

Write down the tight answer :(1)2,9,28,65,( )

126. 规律是:第n个数的值为 (n-1)的三次方+1 。如:第一个数是0的三次方+1=1
O(∩_∩)O

126

a1=1^3+1
a2=2^3+1
a3=3^3+1
a4=4^3+1
...
an=n^3+1
5^3+1=126
希望能帮到您!