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!)
A367261 G.f. satisfies A(x) = 1 + x*A(x) * (1 + x*A(x)^2)^3. 2
1, 1, 4, 16, 77, 393, 2113, 11761, 67217, 392140, 2325691, 13980390, 84990482, 521623164, 3227679457, 20114056545, 126125100615, 795207084713, 5038166859565, 32059491655921, 204806561028553, 1313023485343009, 8445060537757367, 54476991669555231 (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=1, 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
Sequence in context: A345889 A057725 A196192 * A364474 A159926 A020051
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Nov 11 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 July 30 23:49 EDT 2024. Contains 374771 sequences. (Running on oeis4.)