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!)
A365725 G.f. satisfies A(x) = 1 + x^3*A(x)^4*(1 + x*A(x)). 3
1, 0, 0, 1, 1, 0, 4, 9, 5, 22, 78, 91, 175, 680, 1224, 1938, 6270, 14630, 24794, 63756, 166980, 322920, 720720, 1900080, 4125888, 8803008, 22151360, 51778804, 111882100, 267682272, 645736432, 1442390092, 3346519020, 8094247798, 18657762006, 42890295734 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} binomial(k,n-3*k) * binomial(n+k+1,k) / (n+k+1).
PROG
(PARI) a(n) = sum(k=0, n\3, binomial(k, n-3*k)*binomial(n+k+1, k)/(n+k+1));
CROSSREFS
Cf. A054514.
Sequence in context: A137807 A163103 A019688 * A218358 A340127 A196403
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 May 2 11:52 EDT 2024. Contains 372196 sequences. (Running on oeis4.)