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!)
A147291 a(n) = Sum_{k=1..n^2-1} binomial(2k,k). 1
0, 28, 17576, 209295260, 43308802158650, 150315393336149895056, 8610524734277600186228691452, 8068213695203463278728832778415607708, 122985780058082302876789680971972469134558550878, 30386103720799858392019761983012781659021124133753353112778 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
D. Callan, Divisibility of a Central Binomial Sum: A11292 and A11307, Amer. Math. Monthly, 116 (2009), 468-470.
FORMULA
a(n) ~ 4^(n^2) / (3*sqrt(Pi)*n). - Vaclav Kotesovec, Jun 07 2019
MATHEMATICA
Table[Sum[Binomial[2*k, k], {k, 1, n^2 - 1}], {n, 1, 10}] (* Vaclav Kotesovec, Jun 07 2019 *)
PROG
(PARI) a(n) = sum(k=1, n^2-1, binomial(2*k, k)); \\ Michel Marcus, Jul 05 2018
CROSSREFS
Sequence in context: A134772 A085408 A159419 * A147304 A221897 A280283
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Apr 25 2009
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 19 15:11 EDT 2024. Contains 371794 sequences. (Running on oeis4.)