login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A019297 Integers that are very close to values of exp( pi sqrt(n)). 5
-1, 1, 2198, 422151, 614552, 2508952, 6635624, 199148648, 884736744, 24591257752, 30197683487, 147197952744, 545518122090, 70292286279654, 39660184000219160, 45116546012289600, 262537412640768744 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

"Very close" means to within 0.01. - Robert G. Wilson v, Feb 28, 2006

REFERENCES

H. M. Stark, An Introduction to Number Theory. Markham, Chicago, 1970, p. 179.

LINKS

Roy Williams Clickery, Exp(Pi*Sqrt(n)) Page

EXAMPLE

e^(Pi*Sqrt(163)) = 262537412640768743.99999999999925007259719818568887935385...

f[n_] := Block[{e = Exp[Pi*Sqrt[n]]}, Abs[e - Round[e]]]; Round(AT) Exp[Pi*Sqrt(AT)Select[Range[ -1, 200], f(AT)# < 10^(-2) &]] (from Robert G. Wilson v (rgwv(at)rgwv.com), Feb 28 2006)

CROSSREFS

Cf. A019296, A060295, A058292.

Sequence in context: A013799 A013868 A044884 * A044989 A202894 A075455

Adjacent sequences:  A019294 A019295 A019296 * A019298 A019299 A019300

KEYWORD

sign

AUTHOR

Roy Williams Clickery (roy(AT)ccsf.caltech.edu)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 16:41 EST 2012. Contains 205938 sequences.