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!)
A372090 G.f. A(x) satisfies A(x) = 1/( 1 - 4*x*A(x)*(1 + x*A(x)) )^(1/2). 1
1, 2, 12, 88, 728, 6464, 60192, 579968, 5733728, 57834496, 592831616, 6157627392, 64667721472, 685526908928, 7325711938560, 78832088481792, 853511147742720, 9290927259254784, 101623578654689280, 1116343335709048832, 12310726500144599040 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (1/(n+1)) * Sum_{k=0..n} 4^k * binomial(n/2+k-1/2,k) * binomial(k,n-k).
a(n) = 4^n*binomial((3*n-1)/2, n)*hypergeom([(1-n)/2, -n/2], [(1-3*n)/2], -1)/(n+1). - Stefano Spezia, Apr 18 2024
PROG
(PARI) a(n) = sum(k=0, n, 4^k*binomial(n/2+k-1/2, k)*binomial(k, n-k))/(n+1);
CROSSREFS
Cf. A372091.
Sequence in context: A319324 A059435 A192621 * A143923 A079858 A224152
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Apr 17 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 May 18 23:43 EDT 2024. Contains 372666 sequences. (Running on oeis4.)