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!)
A365150 G.f. satisfies A(x) = 1 + x*A(x)^2 / (1 - x*A(x))^3. 4
1, 1, 5, 26, 150, 925, 5967, 39772, 271758, 1893431, 13400897, 96078789, 696333585, 5093266409, 37549674939, 278739057687, 2081637677823, 15628794649931, 117897848681271, 893167062280029, 6792410218680749, 51835002735642287, 396821349652564273 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
If g.f. satisfies A(x) = ( 1 + x*A(x)^2 / (1 - x*A(x))^s )^t, then a(n) = Sum_{k=0..n} binomial(t*(n+k+1),k) * binomial(n+(s-1)*k-1,n-k)/(n+k+1).
PROG
(PARI) a(n, s=3, t=1) = sum(k=0, n, binomial(t*(n+k+1), k)*binomial(n+(s-1)*k-1, n-k)/(n+k+1));
CROSSREFS
Sequence in context: A351151 A263134 A082029 * A081047 A001705 A185108
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 23 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 April 29 13:54 EDT 2024. Contains 372114 sequences. (Running on oeis4.)