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!)
A365136 G.f. satisfies A(x) = (1 + x*A(x)/(1 - x*A(x))^3)^3. 1
1, 3, 21, 172, 1563, 15141, 153240, 1601160, 17140686, 187026210, 2072333697, 23255417925, 263757940688, 3018654757212, 34817822871933, 404324843585061, 4723248984803013, 55467143334798210, 654435356605769574, 7753961433310798095, 92220463998917459652 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
If g.f. satisfies A(x) = (1 + x*A(x)/(1 - x*A(x))^s)^t, then a(n) = (1/(n+1)) * Sum_{k=0..n} binomial(t*(n+1),k) * binomial(n+(s-1)*k-1,n-k).
PROG
(PARI) a(n, s=3, t=3) = sum(k=0, n, binomial(t*(n+1), k)*binomial(n+(s-1)*k-1, n-k))/(n+1);
CROSSREFS
Cf. A365122.
Sequence in context: A233861 A206397 A247480 * A228923 A287995 A257675
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 August 16 17:41 EDT 2024. Contains 375177 sequences. (Running on oeis4.)