OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..400
Index entries for linear recurrences with constant coefficients, signature (12,-66,220,-495,792,-924,792,-495,220,-66,12,-1).
MATHEMATICA
(10 Range[0, 20])^11 (* Harvey P. Dale, Nov 29 2018 *)
PROG
(Magma) [(10*n)^11: n in [0..10]]; // Vincenzo Librandi, Jul 29 2011
(PARI) a(n)=(10*n)^11 \\ Charles R Greathouse IV, Jul 29 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved