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!)
A365695 G.f. satisfies A(x) = 1 + x^3*A(x)^5 / (1 - x*A(x)). 3
1, 0, 0, 1, 1, 1, 6, 12, 19, 62, 156, 318, 852, 2254, 5262, 13441, 35543, 88772, 226880, 596937, 1539188, 3980364, 10468270, 27410289, 71702956, 189169352, 499529048, 1318355542, 3493861461, 9278408639, 24647900618, 65620808508, 175037591303, 467277998136 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} binomial(n-2*k-1,n-3*k) * binomial(n+2*k+1,k) / (n+2*k+1).
PROG
(PARI) a(n) = sum(k=0, n\3, binomial(n-2*k-1, n-3*k)*binomial(n+2*k+1, k)/(n+2*k+1));
CROSSREFS
Sequence in context: A087883 A218438 A162416 * A233586 A332543 A348914
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 16 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 July 13 04:46 EDT 2024. Contains 374267 sequences. (Running on oeis4.)