OFFSET
0,2
LINKS
Index entries for linear recurrences with constant coefficients, signature (4,-6,4,-1).
FORMULA
From Elmo R. Oliveira, Apr 22 2026: (Start)
G.f.: (1 + x)*(1 + 58*x + x^2)/(1 - x)^4.
E.g.f.: (1 + 62*x + 90*x^2 + 20*x^3)*exp(x).
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4).
MATHEMATICA
Table[LegendreP[3, 2n+1], {n, 0, 50}]
PROG
(PARI) a(n)=pollegendre(3, 2*n+1) \\ Charles R Greathouse IV, Mar 19 2017
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Nov 17 2009
STATUS
approved
