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!)
A038090 Number of n-node rooted identity trees of height 6. 3
1, 5, 14, 33, 72, 149, 301, 599, 1170, 2254, 4288, 8081, 15087, 27971, 51500, 94293, 171724, 311328, 562023, 1010819, 1811676, 3236959, 5766793, 10246734, 18162241, 32119542, 56682671, 99833464, 175509158, 308014335, 539675744, 944115593, 1649236884 (list; graph; refs; listen; history; text; internal format)
OFFSET
7,2
COMMENTS
The number of terms with a(n)>0 is A038093(6) - 6. - Alois P. Heinz, Sep 22 2013
LINKS
FORMULA
MAPLE
weigh:= proc(p) proc(n) local x, k; coeff(series(mul((1+x^k)^p(k), k=1..n), x, n+1), x, n) end end: wsh:= p-> n-> weigh(p)(n-1): f:= n-> `if`(n>0 and n<12, [1$3, 2$5, 1$3][n], 0): a:= (wsh@@3)(f)-(wsh@@2)(f): seq(a(n), n=7..37); # Alois P. Heinz, Sep 10 2008
MATHEMATICA
f[n_]:=Nest[CoefficientList[Series[Product[(1+x^i)^#[[i]], {i, 1, Length[#]}], {x, 0, 50}], x]&, {1}, n]; Drop[f[6]-PadRight[f[5], Length[f[6]]], 6] (* Geoffrey Critzer, Aug 01 2013 *)
CROSSREFS
Column k=6 of A227819.
Sequence in context: A271993 A274324 A014302 * A094002 A188589 A105082
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 April 23 11:35 EDT 2024. Contains 371912 sequences. (Running on oeis4.)