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!)
A153716 Greatest number m such that the fractional part of Pi^A153712(n) >= 1-(1/m). 7
1, 7, 32, 53, 189, 131, 2665, 10810, 2693, 1976, 3697, 4289, 26577, 483367 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = floor(1/(1-fract(Pi^A153712(n)))), where fract(x) = x-floor(x).
EXAMPLE
a(3) = 32, since 1-(1/33) = 0.9696... > fract(Pi^A153712(3)) = fract(Pi^15) = 0.96938... >= 0.96875 = 1-(1/32).
MATHEMATICA
A153712 = {1, 2, 15, 22, 58, 109, 157, 1030, 1071, 1274, 2008, 2322,
5269, 151710};
Table[Floor[1/(1 - FractionalPart[Pi^A153712[[n]]])], {n, 1,
Length[A153712]}] (* Robert Price, May 10 2019 *)
CROSSREFS
Cf. A001672.
Sequence in context: A044084 A044465 A029484 * A153715 A060123 A013650
KEYWORD
nonn,more
AUTHOR
Hieronymus Fischer, Jan 06 2009
EXTENSIONS
a(14) from Robert Price, May 10 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 July 4 18:27 EDT 2024. Contains 374015 sequences. (Running on oeis4.)