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

 


A229395
Number of shapes of balanced 10-ary trees with n nodes, where a tree is balanced if the total number of nodes in subtrees corresponding to the branches of any node differ by at most one.
2
1, 1, 10, 45, 120, 210, 252, 210, 120, 45, 10, 1, 100, 4500, 120000, 2100000, 25200000, 210000000, 1200000000, 4500000000, 10000000000, 10000000000, 450000000000, 9112500000000, 109350000000000, 861131250000000, 4650108750000000, 17437907812500000
OFFSET
0,3
COMMENTS
a(n) = 1 for n in { A002275 }.
LINKS
MAPLE
a:= proc(n) option remember; local m, r; if n<2 then 1 else
r:= iquo(n-1, 10, 'm'); binomial(10, m) *a(r+1)^m *a(r)^(10-m) fi
end:
seq(a(n), n=0..111);
CROSSREFS
Column k=10 of A221857.
Sequence in context: A001488 A009540 A010926 * A306965 A045852 A226450
KEYWORD
nonn,look
AUTHOR
Alois P. Heinz, Sep 21 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 22 02:19 EDT 2024. Contains 376090 sequences. (Running on oeis4.)