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!)
A365724 G.f. satisfies A(x) = 1 + x^3*A(x)^3*(1 + x*A(x)). 4
1, 0, 0, 1, 1, 0, 3, 7, 4, 12, 45, 55, 77, 286, 546, 728, 1960, 4760, 7548, 15504, 39729, 75582, 140448, 336490, 723327, 1366200, 2992990, 6758895, 13522275, 28094040, 63183315, 133231800, 273896532, 600805296, 1305229332, 2720740792, 5843241088, 12797739672 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..floor(n/3)} binomial(k,n-3*k) * binomial(n+1,k).
PROG
(PARI) a(n) = sum(k=0, n\3, binomial(k, n-3*k)*binomial(n+1, k))/(n+1);
CROSSREFS
Cf. A114997.
Sequence in context: A352709 A216627 A355927 * A112305 A231396 A231463
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 17 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 21:21 EDT 2024. Contains 375191 sequences. (Running on oeis4.)