OFFSET
0,2
COMMENTS
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).
FORMULA
a(n) = 31381059609*A008455(n). - R. J. Mathar, Jul 07 2017
From Wesley Ivan Hurt, Jul 17 2025: (Start)
a(n) = 12*a(n-1) - 66*a(n-2) + 220*a(n-3) - 495*a(n-4) + 792*a(n-5) - 924*a(n-6) + 792*a(n-7) - 495*a(n-8) + 220*a(n-9) - 66*a(n-10) + 12*a(n-11) - a(n-12).
G.f.: 31381059609*x*(1 + 2036*x + 152637*x^2 + 2203488*x^3 + 9738114*x^4 + 15724248*x^5 + 9738114*x^6 + 2203488*x^7 + 152637*x^8 + 2036*x^9 + x^10)/(-1 + x)^12.
MATHEMATICA
(9*Range[0, 20])^11 (* Harvey P. Dale, Apr 06 2019 *)
CoefficientList[Series[31381059609*x*(1 + 2036*x + 152637*x^2 + 2203488*x^3 + 9738114*x^4 + 15724248*x^5 + 9738114*x^6 + 2203488*x^7 + 152637*x^8 + 2036*x^9 + x^10)/(-1 + x)^12, {x, 0, 15}], x] (* Wesley Ivan Hurt, Jul 17 2025 *)
PROG
(Magma) [(9*n)^11: n in [0..15]]; // Vincenzo Librandi, Jul 22 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved
