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!)
A182204 Numbers n for which A068869(n) < sqrt(n!). 2
1, 4, 5, 6, 7, 8, 10, 11, 14, 15, 16, 19, 20, 24, 25, 26, 27, 29, 30, 33, 37, 42, 43, 45, 46, 47, 50, 53, 54, 55, 59, 60, 61, 62, 64, 66, 70, 74, 76, 83, 84, 89, 94, 95, 96, 98, 102, 103, 104, 107, 109, 111, 113, 114, 117, 118, 122, 123, 125, 127, 128, 129 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
There are two cases: A068869(n) > sqrt(n!) see A182203 and A068869(n) < sqrt(n!) this sequence.
LINKS
MATHEMATICA
aa = {}; Do[k = Ceiling[Sqrt[n!]]^2 - n!;
If[k < Sqrt[n!], AppendTo[aa, n]], {n, 1, 118}]; aa
CROSSREFS
Sequence in context: A076597 A301592 A194414 * A343916 A367187 A121541
KEYWORD
nonn
AUTHOR
Artur Jasinski, Apr 17 2012
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.)