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!)
A127024 Let f(n) = exp(Pi*sqrt(n)); sequence gives numbers n such that ceiling(f(n)) - f(n) < 1/10^5. 12
58, 67, 163, 232, 1467, 4075, 343732, 357711, 478233, 486396, 881967, 1003957, 1033466, 1045512, 1053883, 1091706, 1208198, 1240173, 1341615, 1844122, 1878006, 1964724, 2177184, 2259143, 2276046, 2279335, 2488542, 2691364, 2850458, 3157407, 3262163, 3310971 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
J.-P. Serre, "Lectures on the Mordell-Weil theorem".
LINKS
MATHEMATICA
a = {}; Do[If[(1 - (Exp[Pi Sqrt[x]] - Floor[Exp[Pi Sqrt[x]]]) > 0) && (1 - ( Exp[Pi Sqrt[x]] - Floor[Exp[Pi Sqrt[x]]])< 10^(-5)), AppendTo[a, x]], {x, 1, 1000}]; a
CROSSREFS
Sequence in context: A112826 A224359 A226036 * A010338 A368615 A184074
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jan 03 2007
EXTENSIONS
a(6)-a(32) from Jon E. Schoenfield, Sep 04 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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)