OFFSET
1,3
LINKS
Ellingsrud, Geir and Stromme, Stein Arild, Bott's formula and enumerative geometry, J. Amer. Math. Soc. 9 (1996), 175-193. [arXiv:alg-geom/9411005]
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
FORMULA
a(1)=0, a(2)=0, a(3)=15, a(4)=75, a(5)=222, a(n)=5*a(n-1)-10*a(n-2)+ 10*a(n-3)- 5*a(n-4)+a(n-5). - Harvey P. Dale, Aug 12 2013
G.f.: 3*x^3*(-5+x^2) / (x-1)^5 . - R. J. Mathar, Apr 23 2015
MATHEMATICA
Table[(n^4-10n^2+15n-6)/2, {n, 40}] (* or *) LinearRecurrence[ {5, -10, 10, -5, 1}, {0, 0, 15, 75, 222}, 40] (* Harvey P. Dale, Aug 12 2013 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Mar 07 2008
STATUS
approved