OFFSET
0,1
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
(7*Range[0, 20]+2)^8 (* or *) LinearRecurrence[{9, -36, 84, -126, 126, -84, 36, -9, 1}, {256, 43046721, 4294967296, 78310985281, 656100000000, 3512479453921, 14048223625216, 45767944570401, 128063081718016}, 20] (* Harvey P. Dale, Jan 31 2019 *)
PROG
(Magma) [(7*n+2)^8: n in [0..25]]; // Vincenzo Librandi, Jul 13 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved