OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (7, -21, 35, -35, 21, -7, 1).
MATHEMATICA
(10Range[0, 20]+8)^6 (* or *) LinearRecurrence[{7, -21, 35, -35, 21, -7, 1}, {262144, 34012224, 481890304, 3010936384, 12230590464, 38068692544, 98867482624}, 20] (* Harvey P. Dale, Jun 09 2019 *)
PROG
(Magma) [(10*n+8)^6: n in [0..20]]; // Vincenzo Librandi, Aug 31 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved