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!)
A038092 Number of n-node rooted identity trees of height 8. 3
1, 7, 27, 82, 221, 553, 1323, 3078, 7019, 15765, 34992, 76922, 167697, 363020, 780937, 1670786, 3557060, 7539856, 15918972, 33490067, 70226358, 146822144, 306121101, 636648253, 1320964417, 2734901341, 5650875038, 11653922283, 23991828701, 49310264440 (list; graph; refs; listen; history; text; internal format)
OFFSET
9,2
COMMENTS
The number of terms with a(n)>0 is A038093(8) - 8. - Alois P. Heinz, Sep 22 2013
LINKS
FORMULA
MATHEMATICA
f[n_]:=Nest[CoefficientList[Series[Product[(1+x^i)^#[[i]], {i, 1, Length[#]}], {x, 0, 50}], x]&, {1}, n]; Drop[f[8]-PadRight[f[7], Length[f[8]]], 8] (* Geoffrey Critzer, Aug 01 2013 *)
CROSSREFS
Column k=8 of A227819.
Sequence in context: A027180 A036597 A338230 * A059823 A339771 A059769
KEYWORD
nonn,fini
AUTHOR
Christian G. Bower, Jan 04 1999
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 May 15 18:29 EDT 2024. Contains 372549 sequences. (Running on oeis4.)