OFFSET
2,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 2..1000
J. Riordan, Enumeration of trees by height and diameter, IBM J. Res. Dev. 4 (1960), 473-478.
Index entries for linear recurrences with constant coefficients, signature (5,-10,10,-5,1).
FORMULA
G.f.: x^2*(-7-3*x+27*x^2-25*x^3+7*x^4)/(x-1)^5 . - R. J. Mathar, Apr 03 2017
MATHEMATICA
Table[Binomial[n+3, 4]+3Binomial[n+1, 3]+5Binomial[n-1, 2]+7n-15, {n, 2, 40}] (* Harvey P. Dale, Feb 04 2016 *)
PROG
(PARI) x='x+O('x^30); Vec(x^2*(7+3*x-27*x^2+25*x^3-7*x^4)/(1-x)^5) \\ G. C. Greubel, Feb 22 2018
(Magma) [Binomial(n+3, 4)+3*Binomial(n+1, 3)+5*Binomial(n-1, 2)+7*n-15: n in [2..40]]; // G. C. Greubel, Feb 22 2018
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved