Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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!)
A095203 Numbers n such that (Pi/sqrt(2))^n is closer to its nearest integer than any value of (Pi/sqrt(2))^k for 1 <= k < n. 0
1, 2, 3, 8, 61, 80, 126, 196, 258, 259, 337, 1619, 1638, 7876, 7992, 13719, 28371, 29915, 53708, 67659, 439936, 688433 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(23) > 10^6. - Jon E. Schoenfield, Jul 25 2015
LINKS
EXAMPLE
The discrepancy from an integer at n=1638 is 0.00008059...
The discrepancy from an integer at n=29915 is 0.000011153743573...
MATHEMATICA
$MaxExtraPrecision = 2^20; a = 1; Do[ d = Abs[ N[ (Pi/Sqrt[2])^n - Round[(Pi/Sqrt[2])^n], 24]]; If[ d < a, a = d; Print[n]], {n, 41000}] (* Robert G. Wilson v, Jun 30 2004 *)
CROSSREFS
Sequence in context: A160634 A072043 A347289 * A351658 A003096 A333077
KEYWORD
more,nonn
AUTHOR
Jason Earls, Jun 22 2004
EXTENSIONS
a(14)-a(18) from Robert G. Wilson v, Jun 30 2004
a(19)-a(22) from Jon E. Schoenfield, Jul 25 2015
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 August 18 09:22 EDT 2024. Contains 375264 sequences. (Running on oeis4.)