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!)
A282710 a(n) = binomial(2*n,n) - ceiling(4^n/(2*sqrt(n))). 3
0, 0, 1, 6, 23, 87, 335, 1284, 4929, 18961, 73116, 282573, 1094274, 4245403, 16498046, 64209478, 250241064, 976467300, 3814605426, 14917391732, 58391659033, 228765630254, 896981997531, 3519684170479, 13820615753489, 54304256383270, 213503120858342, 839887961545873, 3305747913345551 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
a(n) >= 0.
REFERENCES
P. S. Bullen, A Dictionary of Inequalities, Longman, 1998. See p. 34.
D. S. Mitrinovic, Analytic Inequalities, Springer 1970. See (3.1.29).
LINKS
MATHEMATICA
Table[Binomial[2 n, n] - Ceiling[4^n / (2 Sqrt[n])], {n, 30}] (* Vincenzo Librandi, Feb 27 2017 *)
PROG
(Magma) [Binomial(2*n, n)-Ceiling(4^n/(2*Sqrt(n))): n in [1..30]]; // Vincenzo Librandi, Feb 27 2017
CROSSREFS
Sequence in context: A264690 A241394 A054491 * A295132 A013261 A013265
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Feb 26 2017
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.)