The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A372021 G.f. A(x) satisfies A(x) = ( 1 + 4*x/(1 - x*A(x))^2 )^(1/2). 1
1, 2, 2, 10, 18, 90, 210, 1010, 2754, 12754, 38626, 173434, 566034, 2481578, 8556722, 36848994, 132406274, 562781730, 2086628034, 8786281322, 33372861074, 139609461370, 540319600530, 2250413871698, 8838703576002, 36709888093938, 145870057771938 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = Sum_{k=0..n} 4^k * binomial(n/2-k/2+1/2,k) * binomial(n+k-1,n-k)/(n-k+1).
PROG
(PARI) a(n) = sum(k=0, n, 4^k*binomial(n/2-k/2+1/2, k)*binomial(n+k-1, n-k)/(n-k+1));
CROSSREFS
Cf. A372022.
Sequence in context: A265199 A294755 A102446 * A348957 A303565 A291856
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 16 2024
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 7 02:28 EDT 2024. Contains 373140 sequences. (Running on oeis4.)