login
A017396
a(n) = (11*n)^8.
1
0, 214358881, 54875873536, 1406408618241, 14048223625216, 83733937890625, 360040606269696, 1235736291547681, 3596345248055296, 9227446944279201, 21435888100000000, 45949729863572161, 92170395205042176
OFFSET
0,2
LINKS
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
Sequence in context: A198169 A358343 A017288 * A017660 A180689 A251522
KEYWORD
nonn,easy
STATUS
approved