OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (7, -21, 35, -35, 21, -7, 1).
MATHEMATICA
(7*Range[0, 20])^6 (* or *) LinearRecurrence[{7, -21, 35, -35, 21, -7, 1}, {0, 117649, 7529536, 85766121, 481890304, 1838265625, 5489031744}, 20] (* Harvey P. Dale, Oct 27 2016 *)
PROG
(Magma) [(7*n)^6: n in [0..25]]; // Vincenzo Librandi, Jun 18 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved