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
(8*Range[0, 20]+7)^6 (* or *) LinearRecurrence[{7, -21, 35, -35, 21, -7, 1}, {117649, 11390625, 148035889, 887503681, 3518743761, 10779215329, 27680640625}, 20] (* Harvey P. Dale, Jan 14 2015 *)
PROG
(Magma) [(8*n+7)^6: n in [0..35]]; // Vincenzo Librandi, Jul 22 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved