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!)
A365124 G.f. satisfies A(x) = (1 + x / (1 - x*A(x))^4)^4. 1
1, 4, 22, 156, 1209, 10020, 86724, 775044, 7096652, 66232980, 627749066, 6025752664, 58459917618, 572315274540, 5646713239840, 56091780016288, 560513824012020, 5630664768126388, 56829055796539462, 575981263878482204, 5859952654335118851 (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=4) = 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: A295553 A302548 A052772 * A371496 A052650 A198053
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 May 6 02:22 EDT 2024. Contains 372290 sequences. (Running on oeis4.)