OFFSET
0,2
COMMENTS
a(n) = A155955(n,12) for n > 11. - 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 (13,-78,286,-715,1287,-1716,1716,-1287,715,-286,78,-13,1).
MATHEMATICA
(12*Range[0, 20])^12 (* Harvey P. Dale, Oct 11 2019 *)
PROG
(Magma) [(12*n)^12: n in [0..10]]; // Vincenzo Librandi, Jul 29 2011
(PARI) a(n)=(12*n)^12 \\ Charles R Greathouse IV, Jul 29 2011
(Maxima) makelist((12*n)^12, n, 0, 30); /* Martin Ettl, Oct 21 2012 */
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved