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
(10 Range[0, 30])^6 (* Wesley Ivan Hurt, Oct 02 2021 *)
LinearRecurrence[{7, -21, 35, -35, 21, -7, 1}, {0, 1000000, 64000000, 729000000, 4096000000, 15625000000, 46656000000}, 20] (* Harvey P. Dale, Mar 11 2022 *)
PROG
(Magma) [(10*n)^6: n in [0..20]]; // Vincenzo Librandi, Jul 29 2011
(PARI) a(n)=(10*n)^6 \\ Charles R Greathouse IV, Jul 29 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved