OFFSET
0,2
LINKS
Vincenzo Librandi, Table of n, a(n) for n = 0..10000
Index entries for linear recurrences with constant coefficients, signature (5, -10, 10, -5, 1).
MATHEMATICA
(11Range[0, 20])^4 (* or *) LinearRecurrence[{5, -10, 10, -5, 1}, {0, 14641, 234256, 1185921, 3748096}, 20] (* Harvey P. Dale, Sep 05 2023 *)
PROG
(Magma) [(11*n)^4: n in [0..30]]; // Vincenzo Librandi, Sep 02 2011
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved