OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (13, -78, 286, -715, 1287, -1716, 1716, -1287, 715, -286, 78, -13, 1).
MAPLE
seq((7*n+2)^12, n=0..12); # Muniru A Asiru, Oct 13 2018
PROG
(Magma) [(7*n+2)^12: n in [0..20]]; // Vincenzo Librandi, Jul 13 2011
(PARI) a(n) = (7*n+2)^12; \\ Altug Alkan, Oct 13 2018
(GAP) List([0..12], n->(7*n+2)^12); # Muniru A Asiru, Oct 13 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved