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!)
A153712 Numbers k such that the fractional part of Pi^k is greater than 1-(1/k). 9
1, 2, 15, 22, 58, 109, 157, 1030, 1071, 1274, 2008, 2322, 5269, 151710 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Numbers k such that fract(Pi^k) > 1-(1/k), where fract(x) = x-floor(x).
The next such number must be greater than 100000.
a(15) > 300000. - Robert Price, Mar 25 2019
LINKS
EXAMPLE
a(3) = 15, since fract(Pi^15) = 0.969... > 0.933... = 1 - (1/15), but fract(Pi^k) <= 1 - (1/k) for 3 <= k <= 14.
MATHEMATICA
Select[Range[1000], N[FractionalPart[Pi^#], 100] > 1 - (1/#) &] (* G. C. Greubel, Aug 25 2016 *)
CROSSREFS
Cf. A001672.
Sequence in context: A075722 A169597 A280288 * A153711 A116049 A184236
KEYWORD
nonn,more
AUTHOR
Hieronymus Fischer, Jan 06 2009
EXTENSIONS
a(14) from Robert Price, Mar 25 2019
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 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)