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!)
A182203 Numbers n for which A068869(n) > sqrt(n!). 2
2, 3, 9, 12, 13, 17, 18, 21, 22, 23, 28, 31, 32, 34, 35, 36, 38, 39, 40, 41, 44, 48, 49, 51, 52, 56, 57, 58, 63, 65, 67, 68, 69, 71, 72, 73, 75, 77, 78, 79, 80, 81, 82, 85, 86, 87, 88, 90, 91, 92, 93, 97, 99, 100 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
There are two cases: A068869(n) > sqrt(n!) in this sequence and A068869(n) < sqrt(n!) in A182204.
LINKS
MATHEMATICA
aa = {}; Do[k = Ceiling[Sqrt[n!]]^2 - n!; If[k > Sqrt[n!], AppendTo[aa, n]], {n, 1, 100}]; aa
CROSSREFS
Sequence in context: A275767 A088086 A088084 * A168080 A048084 A350439
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 20 10:35 EDT 2024. Contains 371827 sequences. (Running on oeis4.)