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!)
A245128 Number of n-node rooted identity trees with thinning limbs and root outdegree (branching factor) 9. 2
6, 32, 140, 490, 1582, 4679, 13207, 35579, 92848, 235364, 583368, 1417164, 3386221, 7972754, 18536344, 42613503, 97001737, 218855237, 489889224, 1088756521, 2404139499, 5277595013, 11523611147, 25038756870, 54160808489, 116670213947, 250366691420, 535375247787 (list; graph; refs; listen; history; text; internal format)
OFFSET
37,1
LINKS
MAPLE
b:= proc(n, i, h, v) option remember; `if`(n=0, `if`(v=0, 1, 0),
`if`(i<1 or v<1 or n<v, 0, add(binomial(A(i, min(i-1, h)), j)
*b(n-i*j, i-1, h, v-j), j=0..min(n/i, v))))
end:
A:= proc(n, k) option remember;
`if`(n<2, n, add(b(n-1$2, j$2), j=1..min(k, n-1)))
end:
a:= n-> b(n-1$2, 9$2):
seq(a(n), n=37..70);
CROSSREFS
Column k=9 of A245120.
Sequence in context: A202807 A203324 A027217 * A121333 A243026 A242542
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Jul 12 2014
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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)