A017231 a(n) = (9*n + 5)^11.
48828125, 4049565169664, 952809757913927, 36028797018963968, 550329031716248441, 4882812500000000000, 30155888444737842659, 143746751770690322432, 564154396389137449973, 1903193578437064103936
Offset: 0
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..10000
- Index entries for linear recurrences with constant coefficients, signature (12, -66, 220, -495, 792, -924, 792, -495, 220, -66, 12, -1).
Programs
-
Magma
[(9*n+5)^11: n in [0..15]]; // Vincenzo Librandi, Jul 24 2011
-
Mathematica
(9*Range[0,20]+5)^11 (* Harvey P. Dale, May 11 2017 *)