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!)
A365690 G.f. satisfies A(x) = 1 + x^2*A(x)^4 / (1 - x*A(x)). 3
1, 0, 1, 1, 5, 10, 38, 101, 353, 1070, 3659, 11843, 40505, 135873, 468104, 1604375, 5576315, 19386656, 67950717, 238676813, 842797959, 2983745508, 10603445402, 37777263153, 134985354179, 483438728094, 1735527037388, 6243193190117, 22503637842423 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/2)} binomial(n-k-1,n-2*k) * binomial(n+2*k+1,k) / (n+2*k+1).
PROG
(PARI) a(n) = sum(k=0, n\2, binomial(n-k-1, n-2*k)*binomial(n+2*k+1, k)/(n+2*k+1));
CROSSREFS
Cf. A365692.
Sequence in context: A270219 A270276 A271604 * A277816 A359021 A355327
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 May 2 22:55 EDT 2024. Contains 372203 sequences. (Running on oeis4.)