OFFSET
0,2
LINKS
Paolo Xausa, Table of n, a(n) for n = 0..2000
Index entries for linear recurrences with constant coefficients, signature (15,-90,270,-405,243).
FORMULA
a(n) = 15*a(n-1) - 90*a(n-2) + 270*a(n-3) - 405*a(n-4) + 243*a(n-5).
G.f.: 3*x*(1 + 3*x)*(1 + 30*x + 9*x^2)/(1 - 3*x)^5.
E.g.f.: (27*x^3 + 54*x^2 + 21*x + 1)*(3*x)*exp(3*x).
MATHEMATICA
PROG
(PARI) a(n) = 3^n * n^4; \\ Michael B. Porter, Dec 22 2025
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Enrique Navarrete, Dec 16 2025
STATUS
approved
