login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A034858 a(n) = C(n+3,4) + 3*C(n+1,3) + 5*C(n-1,2) + 7*n - 15. 1
7, 38, 93, 180, 308, 487, 728, 1043, 1445, 1948, 2567, 3318, 4218, 5285, 6538, 7997, 9683, 11618, 13825, 16328, 19152, 22323, 25868, 29815, 34193, 39032, 44363, 50218, 56630, 63633, 71262, 79553 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
LINKS
J. Riordan, Enumeration of trees by height and diameter, IBM J. Res. Dev. 4 (1960), 473-478.
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
Sequence in context: A346278 A165495 A369355 * A249354 A249021 A114290
KEYWORD
nonn,easy
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)