OFFSET
0,2
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).
MATHEMATICA
(11*Range[0, 20])^8 (* or *) LinearRecurrence[{9, -36, 84, -126, 126, -84, 36, -9, 1}, {0, 214358881, 54875873536, 1406408618241, 14048223625216, 83733937890625, 360040606269696, 1235736291547681, 3596345248055296}, 20] (* Harvey P. Dale, Dec 10 2014 *)
PROG
(Magma) [(11*n)^8: n in [0..20]]; // Vincenzo Librandi, Sep 02 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved