OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (10, -45, 120, -210, 252, -210, 120, -45, 10, -1).
MAPLE
MATHEMATICA
Table[(7n+2)^9, {n, 0, 100}] (* Wesley Ivan Hurt, Nov 05 2013 *)
PROG
(Magma) [(7*n+2)^9: n in [0..25]]; // Vincenzo Librandi, Jul 13 2011
(PARI) a(n) = (7*n+2)^9; \\ Altug Alkan, Oct 13 2018
(GAP) List([0..15], n->(7*n+2)^9); # Muniru A Asiru, Oct 13 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved