OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (13,-78,286,-715,1287,-1716,1716,-1287,715,-286,78,-13,1).
FORMULA
From G. C. Greubel, Sep 19 2019: (Start)
G.f.: (2176782336 +582593939059393*x +224644345794247731*x^2 + 9408164121360836975*x^3 +101126771751016700469*x^4 + 380284494715132979466*x^5 +569002784856695826846*x^6 + 350628073514443644414*x^7 +85353518454518704170*x^8 + 7136462627993219301*x^9 +146435479642729343*x^10 +281471802882531*x^11 +244140625*x^12)/(1-x)^13.
E.g.f.: (2176782336 +582620060447425*x +115526511395767615*x^2 + 1947775120807282470*x^3 +8166890561727393221*x^4 + 12959517969262230432 *x^5 +9583714050157484644*x^6 +3701592580215241932*x^7 + 793530834460904067*x^8 +96520289732086275*x^9 +6542481918780841*x^10 + 227678713147578*x^11 +3138428376721*x^12)*exp(x). (End)
MAPLE
seq((11*n+6)^12, n=0..20); # G. C. Greubel, Sep 19 2019
MATHEMATICA
(11*Range[0, 20]+6)^12 (* Harvey P. Dale, Sep 22 2012 *)
PROG
(Magma) [(11*n+6)^12: n in [0..10]]; // Vincenzo Librandi, Sep 04 2011
(PARI) vector(20, n, (11*n-5)^12) \\ G. C. Greubel, Sep 19 2019
(Sage) [(11*n+6)^12 for n in (0..20)] # G. C. Greubel, Sep 19 2019
(GAP) List([0..20], n-> (11*n+6)^12); # G. C. Greubel, Sep 19 2019
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved