OFFSET
0,1
LINKS
T. D. Noe, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, signature (11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1).
FORMULA
MAPLE
MATHEMATICA
Table[(5n+2)^10, {n, 0, 30}] (* Wesley Ivan Hurt, Jan 22 2014 *)
PROG
(PARI) a(n) = (5*n+2)^10; \\ Michel Marcus, Jan 27 2014
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved