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!)
A282709 a(n) = floor((2*n+2)^n/(n+1)!) - binomial(2*n,n). 3
0, 0, 0, 1, 13, 93, 569, 3225, 17498, 92473, 480626, 2471344, 12620821, 64183465, 325644870, 1650517964, 8364825118, 42417264804, 215318284778, 1094490241371, 5572229572248, 28417811854263, 145187463285629, 743117432099859, 3810434212170301, 19573513999423879, 100721431862571196 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
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.28).
LINKS
MATHEMATICA
Table[Floor[(2 n + 2)^n/(n + 1)!] - Binomial[2 n, n], {n, 0, 30}] (* Vincenzo Librandi, Feb 27 2017 *)
PROG
(Magma) [Floor((2*n+2)^n/Factorial(n+1))-Binomial(2*n, n): n in [0..30]]; // Vincenzo Librandi, Feb 27 2017
CROSSREFS
Sequence in context: A027670 A055608 A038742 * A005414 A044264 A044645
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 June 4 19:35 EDT 2024. Contains 373102 sequences. (Running on oeis4.)