login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A127426
a(n) = n! - ceiling(n^(n/2)).
3
0, 0, 0, 0, 8, 64, 504, 4132, 36224, 343197, 3528800, 39382654, 476015616, 6209617492, 87072877696, 1307012632486, 20918494920704, 355658666311252, 6402175346437632, 121643693845767057, 2432891768176640000, 51090865734892274539, 1124000143459306268672
OFFSET
0,5
COMMENTS
Theorem: n! > n^(n/2) for n >= 2 [Cauchy].
REFERENCES
D. S. Mitrinovic, Analytic Inequalities, Springer-Verlag, 1970; p. 192, 3.1.14.
MATHEMATICA
Join[{0}, Table[n!-Ceiling[n^(n/2)], {n, 30}]] (* Harvey P. Dale, Jul 14 2018 *)
CROSSREFS
Sequence in context: A269408 A269605 A269466 * A268456 A126629 A250350
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Apr 02 2007
STATUS
approved