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
(7 Range[0, 20]+5)^6 (* or *) LinearRecurrence[{7, -21, 35, -35, 21, -7, 1}, {15625, 2985984, 47045881, 308915776, 1291467969, 4096000000, 10779215329}, 20] (* Harvey P. Dale, Mar 11 2023 *)
PROG
(Magma) [(7*n+5)^6: n in [0..30] ]; // Vincenzo Librandi, Jul 18 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved