A017228 a(n) = (9*n + 5)^8.
390625, 1475789056, 78310985281, 1099511627776, 7984925229121, 39062500000000, 146830437604321, 457163239653376, 1235736291547681, 2992179271065856, 6634204312890625, 13685690504052736, 26584441929064321
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (9, -36, 84, -126, 126, -84, 36, -9, 1).
Programs
-
Magma
[(9*n+5)^8: n in [0..20]]; // Vincenzo Librandi, Jul 24 2011