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!)
A229393 Number of shapes of balanced 8-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, 8, 28, 56, 70, 56, 28, 8, 1, 64, 1792, 28672, 286720, 1835008, 7340032, 16777216, 16777216, 469762048, 5754585088, 40282095616, 176234168320, 493455671296, 863547424768, 863547424768, 377801998336, 6044831973376, 42313823813632, 169255295254528 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n) = 1 for n in { A023001 }.
LINKS
MAPLE
a:= proc(n) option remember; local m, r; if n<2 then 1 else
r:= iquo(n-1, 8, 'm'); binomial(8, m) *a(r+1)^m *a(r)^(8-m) fi
end:
seq(a(n), n=0..73);
CROSSREFS
Column k=8 of A221857.
Sequence in context: A009504 A001486 A230211 * A173681 A045850 A264354
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Sep 21 2013
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 4 06:06 EDT 2024. Contains 373089 sequences. (Running on oeis4.)