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!)
A364523 G.f. satisfies A(x) = 1 + x*A(x) + x^6*A(x)^6. 6
1, 1, 1, 1, 1, 1, 2, 8, 29, 85, 211, 463, 931, 1795, 3550, 7736, 18929, 49505, 130000, 330430, 804271, 1885675, 4327555, 9929515, 23224435, 55907251, 138016906, 345107296, 862546231, 2136402451, 5231163232, 12697101118, 30723857209, 74569942745 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
COMMENTS
Number of ordered trees with n edges and having nonleaf nodes of outdegrees 1 or 6. - Emanuele Munarini, Jul 11 2024
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/6)} binomial(n,6*k) * binomial(6*k,k) / (5*k+1).
PROG
(PARI) a(n) = sum(k=0, n\6, binomial(n, 6*k)*binomial(6*k, k)/(5*k+1));
CROSSREFS
Sequence in context: A241627 A293169 A306847 * A107025 A212385 A333882
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jul 27 2023
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 August 14 23:14 EDT 2024. Contains 375171 sequences. (Running on oeis4.)