OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (8, -28, 56, -70, 56, -28, 8, -1).
MAPLE
seq((10*n+9)^7, n=0 .. 50); # Robert Israel, Dec 29 2014
MATHEMATICA
(10 Range[0, 20]+9)^7 (* or *) LinearRecurrence[{8, -28, 56, -70, 56, -28, 8, -1}, {4782969, 893871739, 17249876309, 137231006679, 678223072849, 2488651484819, 7446353252589, 19203908986159}, 20] (* Harvey P. Dale, Aug 23 2018 *)
PROG
(Magma) [(10*n+9)^7: n in [0..20]]; // Vincenzo Librandi, Sep 01 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved