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!)
A365123 G.f. satisfies A(x) = (1 + x / (1 - x*A(x))^4)^2. 1
1, 2, 9, 44, 244, 1438, 8858, 56340, 367160, 2438934, 16453015, 112411836, 776258588, 5409237100, 37988571802, 268606426836, 1910584687932, 13661702623498, 98148312810335, 708092115326436, 5127976641997944, 37264674894021280, 271650189521574734 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
If g.f. satisfies A(x) = (1 + x/(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=4, t=2) = 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: A365129 A371576 A246812 * A108308 A119855 A047119
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 22 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 September 15 22:11 EDT 2024. Contains 375959 sequences. (Running on oeis4.)