|
| |
|
|
A069014
|
|
Difference between e^(Pi*sqrt(n)) and its rounded value is a new minimum.
|
|
3
| | |
|
|
|
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
|
| |
|
|