OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (8, -28, 56, -70, 56, -28, 8, -1).
MATHEMATICA
(5*Range[0, 20]+4)^7 (* or *) LinearRecurrence[{8, -28, 56, -70, 56, -28, 8, -1}, {16384, 4782969, 105413504, 893871739, 4586471424, 17249876309, 52523350144, 137231006679}, 20] (* Harvey P. Dale, Oct 18 2019 *)
PROG
(Magma) [(5*n+4)^7: n in [0..50]]; // Vincenzo Librandi, May 02 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved