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!)
A365181 G.f. satisfies A(x) = 1 + x*A(x)^4*(1 + x*A(x)^2). 8
1, 1, 5, 32, 237, 1905, 16160, 142392, 1290613, 11955947, 112697701, 1077438356, 10422562156, 101827196684, 1003312506776, 9958506719664, 99479743121349, 999370184665407, 10090067735619023, 102330789530653912, 1041997707624103589, 10648963961114066129 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..n} binomial(2*n+2*k+1,k) * binomial(k,n-k)/(2*n+2*k+1).
PROG
(PARI) a(n) = sum(k=0, n, binomial(2*n+2*k+1, k)*binomial(k, n-k)/(2*n+2*k+1));
CROSSREFS
Sequence in context: A364747 A053157 A102231 * A367281 A127089 A241769
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Aug 25 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 June 26 17:20 EDT 2024. Contains 373720 sequences. (Running on oeis4.)