OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (9, -36, 84, -126, 126, -84, 36, -9, 1).
MATHEMATICA
(7Range[0, 20])^8 (* or *) LinearRecurrence[{9, -36, 84, -126, 126, -84, 36, -9, 1}, {0, 5764801, 1475789056, 37822859361, 377801998336, 2251875390625, 9682651996416, 33232930569601, 96717311574016}, 20] (* Harvey P. Dale, Jan 12 2020 *)
PROG
(Magma) [(7*n)^8: n in [0..20]]; // Vincenzo Librandi, Jun 18 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved