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!)
A127026 Let f(n) = exp(Pi*sqrt(n)); sequence gives numbers n such that f(n)-floor(f(n)) < 1/10. 5
2, 30, 33, 42, 56, 96, 100, 103, 140, 148, 164, 171, 172, 182, 187, 188, 205, 211, 223, 226, 239, 241, 243, 253, 268, 300, 318, 328, 359, 361, 364, 379, 387, 394, 408, 410, 421, 423, 425, 426, 436, 455, 465, 467, 490, 492, 509, 529, 536, 546, 579, 583, 587 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
a = {}; Do[If[((Exp[Pi Sqrt[x]] - Floor[Exp[Pi Sqrt[x]]]) > 0) && (( Exp[Pi Sqrt[x]] - Floor[Exp[Pi Sqrt[x]]])< 10^(-1)), AppendTo[a, x]], {x, 1, 1000}]; a
CROSSREFS
Sequence in context: A022377 A145290 A343930 * A105962 A113695 A098827
KEYWORD
nonn
AUTHOR
Artur Jasinski, Jan 03 2007
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 23 15:20 EDT 2024. Contains 371916 sequences. (Running on oeis4.)