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