OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (12, -66, 220, -495, 792, -924, 792, -495, 220, -66, 12, -1).
MAPLE
seq((7*n+2)^11, n=0..12); # Muniru A Asiru, Oct 13 2018
MATHEMATICA
(7*Range[0, 20]+2)^11 (* Harvey P. Dale, Jun 20 2015 *)
PROG
(Magma) [(7*n+2)^11: n in [0..20]]; // Vincenzo Librandi, Jul 13 2011
(PARI) a(n) = (7*n+2)^11; \\ Altug Alkan, Oct 13 2018
(GAP) List([0..12], n->(7*n+2)^11); # Muniru A Asiru, Oct 13 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved