OFFSET
0,1
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (11, -55, 165, -330, 462, -462, 330, -165, 55, -11, 1).
MATHEMATICA
Table[(8 n + 3)^10, {n, 0, 40}] (* Bruno Berselli, Sep 17 2015 *)
(8*Range[0, 20]+3)^10 (* Harvey P. Dale, May 28 2017 *)
PROG
(Magma) [(8*n+3)^10: n in [0..20]]; // Vincenzo Librandi, Jul 12 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved