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
(9*Range[0, 20]+8)^6 (* or *) LinearRecurrence[{7, -21, 35, -35, 21, -7, 1}, {262144, 24137569, 308915776, 1838265625, 7256313856, 22164361129, 56800235584}, 20] (* Harvey P. Dale, Jul 18 2018 *)
PROG
(Magma) [(9*n+8)^6: n in [0..20]]; // Vincenzo Librandi, Jul 28 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved