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!)
A192659 Alternating partial sums of the Floor-Sqrt transform of central binomial coefficients. 0
1, 0, 2, 2, 6, 9, 21, 37, 76, 144, 285, 554, 1090, 2134, 4199, 8255, 16261, 32046, 63217, 124786, 246490, 487170, 963381, 1906014, 3772683, 7470564, 14798664, 29325472, 58131320, 115267833, 228628345, 453594751, 900149737, 1786749671, 3547389573, 7044412814, 13991569223 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = sum((-1)^(n-k)*floor(sqrt(binomial(2*k,k))),k=0..n).
MATHEMATICA
Table[Sum[(-1)^(n-k)Floor[Sqrt[Binomial[2k, k]]], {k, 0, n}], {n, 0, 100}]
PROG
(Maxima) makelist(sum((-1)^(n-k)*floor(sqrt(binomial(2*k, k))), k, 0, n), n, 0, 24);
CROSSREFS
Sequence in context: A367718 A000022 A034805 * A327485 A207975 A321623
KEYWORD
nonn
AUTHOR
Emanuele Munarini, Jul 07 2011
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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)