The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A356292 Number of labeled trees on [n] that are centered. 2
1, 1, 0, 3, 4, 65, 726, 8617, 127688, 2374353, 50692330, 1198835561, 31297606572, 901114484569, 28449258421598, 976863784939785, 36199494609008656, 1438734246518372897, 61037354387458904274, 2753490065023053584713, 131645635680595606832180 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
This is the labeled version of A000676 which has the pertinent definitions.
LINKS
J. Riordan, The enumeration of trees by height and diameter, IBM Journal 4 (1960), 473-478. (Annotated scanned copy)
FORMULA
a(n) = Sum_{d even} A034854(n,d).
a(n) = A000272(n) - A355671(n)
MATHEMATICA
nn = 20; T = NestList[z Exp[#] &, z, nn]; G[k_, z_] := T[[k + 1]]; H[k_, z_] := T[[k + 1]] - T[[k]]; H[0, z_] := z; ReplacePart[ Sum[Range[0, nn]!CoefficientList[Series[G[m, z] (Exp[H[m, z]] - 1 - H[m, z]), {z, 0, nn}], z], {m, 0, nn/2 - 2}], {1 -> 1, 2 -> 1}]
CROSSREFS
Sequence in context: A274699 A060356 A052323 * A012087 A012194 A318208
KEYWORD
nonn
AUTHOR
Geoffrey Critzer, Aug 02 2022
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 June 10 13:53 EDT 2024. Contains 373264 sequences. (Running on oeis4.)