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!)
A365246 G.f. satisfies A(x) = 1 + x*A(x)^2/(1 - x^2*A(x)^4). 2
1, 1, 2, 6, 22, 88, 370, 1613, 7230, 33117, 154330, 729369, 3487470, 16840346, 82007012, 402269702, 1985867630, 9858739759, 49187798158, 246506563980, 1240337033398, 6263601365616, 31734939452116, 161270637750264, 821802841072422, 4198348868249768 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (1/(2*n+1)) * Sum_{k=0..floor(n/2)} binomial(n-k-1,k) * binomial(2*n+1,n-2*k).
PROG
(PARI) a(n) = sum(k=0, n\2, binomial(n-k-1, k)*binomial(2*n+1, n-2*k))/(2*n+1);
CROSSREFS
Sequence in context: A199481 A049137 A287223 * A333080 A096267 A150264
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 28 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 April 26 21:53 EDT 2024. Contains 372004 sequences. (Running on oeis4.)