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!)
A367285 G.f. satisfies A(x) = 1 + x*A(x)^2 * (1 + x*A(x)^2)^3. 0
1, 1, 5, 26, 159, 1042, 7185, 51340, 376806, 2823734, 21516113, 166196703, 1298413089, 10241803340, 81454834164, 652465062453, 5259084437170, 42624217133130, 347160390473763, 2839928983316595, 23323730673818467, 192237734035157372, 1589602164422747636 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
If g.f. satisfies A(x) = 1 + x*A(x)^t * (1 + x*A(x)^u)^s, then a(n) = Sum_{k=0..n} binomial(t*k+u*(n-k)+1,k) * binomial(s*k,n-k) / (t*k+u*(n-k)+1).
PROG
(PARI) a(n, s=3, t=2, u=2) = sum(k=0, n, binomial(t*k+u*(n-k)+1, k)*binomial(s*k, n-k)/(t*k+u*(n-k)+1));
CROSSREFS
Cf. A367240.
Sequence in context: A001705 A185108 A302442 * A349882 A209672 A367041
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 12 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 May 10 05:27 EDT 2024. Contains 372356 sequences. (Running on oeis4.)