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).
MATHEMATICA
(7*Range[0, 20]+6)^7 (* or *) LinearRecurrence[{8, -28, 56, -70, 56, -28, 8, -1}, {279936, 62748517, 1280000000, 10460353203, 52523350144, 194754273881, 587068342272, 1522435234375}, 20] (* Harvey P. Dale, Oct 28 2017 *)
PROG
(Magma) [(7*n+6)^7: n in [0..30]]; // Vincenzo Librandi, Jul 10 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved