A016917 a(n) = (6*n)^9.
0, 10077696, 5159780352, 198359290368, 2641807540224, 19683000000000, 101559956668416, 406671383849472, 1352605460594688, 3904305912313344, 10077696000000000, 23762680013799936, 51998697814228992
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..2000
- Index entries for linear recurrences with constant coefficients, signature (10, -45, 120, -210, 252, -210, 120, -45, 10, -1).
Programs
-
Magma
[(6*n)^9: n in [0..30]]; // Vincenzo Librandi, May 03 2011