OFFSET
0,2
COMMENTS
a(n) = A155955(n,11) for n > 10. - Reinhard Zumkeller, Jan 31 2009
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..500
Index entries for linear recurrences with constant coefficients, signature (12,-66,220,-495,792,-924,792,-495,220,-66,12,-1).
PROG
(Magma) [(11*n)^11: n in [0..10]]; // Vincenzo Librandi, Jul 29 2011
(PARI) a(n)=(11*n)^11 \\ Charles R Greathouse IV, Jul 29 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved