OFFSET
0,2
LINKS
Daniel Suteu, Table of n, a(n) for n = 0..750
Index entries for linear recurrences with constant coefficients, signature (4,-6,4,-1).
FORMULA
a(n) = (2n - 1)^2*(n + 1).
Product_{k >= 1} A033430(k)/a(k) = Pi.
From Elmo R. Oliveira, Sep 08 2025: (Start)
G.f.: (1 - 2*x + 25*x^2)/(1 - x)^4.
E.g.f.: (1 + x + 12*x^2 + 4*x^3)*exp(x).
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4). (End)
MATHEMATICA
Table[4n^3 - 3n + 1, {n, 0, 39}] (* Alonso del Arte, Dec 25 2016 *)
PROG
(PARI) a(n) = (2*n-1)^2*(n+1)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Daniel Suteu, Dec 25 2016
STATUS
approved
