OFFSET
1,1
COMMENTS
The sequence A068869 is statistically growing, but I conjecture that there are infinitely many indices n such that A068869(n)<A068869(n-1). However, we don't yet know whether there are two consecutive integers in the sequence, i.e., a term n such that, additionally to the above, A068869(n+1)<A068869(n).
a(n) roughly grows like n^2.
MATHEMATICA
w = 0; aa = {}; Do[k = Ceiling[Sqrt[n!]]^2 - n!;
If[k < w, AppendTo[aa, n - 1]]; w = k, {n, 1, 2500}]; aa
CROSSREFS
KEYWORD
nonn
AUTHOR
M. F. Hasler and Artur Jasinski, Apr 23 2012
STATUS
approved
