OFFSET
0,2
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
Range[0, 128, 8]^6 (* or *) LinearRecurrence[{7, -21, 35, -35, 21, -7, 1}, {0, 262144, 16777216, 191102976, 1073741824, 4096000000, 12230590464}, 20] (* Harvey P. Dale, Jul 24 2017 *)
PROG
(Magma) [(8*n)^6: n in [0..35]]; // Vincenzo Librandi, Jul 11 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved