OFFSET
1,1
LINKS
Colin Barker, Table of n, a(n) for n = 1..1000
J. L. Bailey, Jr., A table to facilitate the fitting of certain logistic curves, Annals Math. Stat., 2 (1931), 355-359.
J. L. Bailey, A table to facilitate the fitting of certain logistic curves, Annals Math. Stat., 2 (1931), 355-359. [Annotated scanned copy]
Index entries for linear recurrences with constant coefficients, signature (6,-15,20,-15,6,-1).
FORMULA
a(n) = (2*n*(7-40*n^2+48*n^4))/15. - Colin Barker, Jun 29 2015
G.f.: 2*x*(x^4+76*x^3+230*x^2+76*x+1) / (x-1)^6. - Colin Barker, Jun 29 2015
PROG
(PARI) Vec(2*x*(x^4+76*x^3+230*x^2+76*x+1)/(x-1)^6 + O(x^100)) \\ Colin Barker, Jun 29 2015
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jun 24 2015
STATUS
approved