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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069014 Difference between e^(Pi*sqrt(n)) and its rounded value is a new minimum. 3
1, 2, 6, 17, 22, 25, 37, 58, 163 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

University of Sheffield, Department of Pure Mathematics, Is e^(Pi*Sqrt(163)) an integer?

University of Sheffield, Department of Pure Mathematics, Is e^(Pi*Sqrt(163)) an integer?

MATHEMATICA

s = 1; Do[ t = Abs[ N[ E^(Pi*Sqrt[n]), 10^3] - Round[ E^(Pi*Sqrt[n])]]; If[s > t, s = Abs[t]; Print[n]], {n, 1, 10^4}]

CROSSREFS

Cf. A014708.

Sequence in context: A139629 A057497 A063627 * A105146 A024310 A064516

Adjacent sequences:  A069011 A069012 A069013 * A069015 A069016 A069017

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), May 24 2002

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 17 07:41 EST 2012. Contains 205998 sequences.