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!)
A240879 Self-convolution of Sum(binomial(2*n, i), i=0..n). 2
1, 6, 31, 150, 699, 3178, 14198, 62604, 273235, 1182786, 5085666, 21743956, 92522206, 392066340, 1655432524, 6967724312, 29245179267, 122442487474, 511487386730, 2132341655556, 8873167793578, 36861311739308, 152895342950196, 633290273209000, 2619653638855214, 10823294835350388 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f. = (g.f. of A032443)^2.
n*a(n) = 32*(2*n-3)*a(n-3) + 48*(1-n)*a(n-2) + 6*(2*n-1)*a(n-1).
Asymptotics: a(n) ~ 2^(2*n)*((n+2)/4 + sqrt(n/Pi)).
Recurrence: (n-2)*n*a(n) = 2*n*(4*n-7)*a(n-1) - 8*(n-1)*(2*n-1)*a(n-2). - Vaclav Kotesovec, Apr 16 2014
MATHEMATICA
CoefficientList[Series[((1/Sqrt[1-4*x] + 1/(1-4*x))/2)^2, {x, 0, 20}], x] (* Vaclav Kotesovec, Apr 16 2014 *)
CROSSREFS
Cf. A032443.
Sequence in context: A291002 A268401 A346226 * A056015 A128740 A227505
KEYWORD
nonn
AUTHOR
Fung Lam, Apr 13 2014
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 21 19:35 EDT 2024. Contains 372738 sequences. (Running on oeis4.)