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!)
A153713 Greatest number m such that the fractional part of Pi^A137994(n) <= 1/m. 6
7, 159, 270, 307, 744, 757, 796, 1079, 1226, 7804, 13876, 62099, 70718, 86902, 154755 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = floor(1/fract(Pi^A137994(n))), where fract(x) = x-floor(x).
EXAMPLE
a(2)=159 since 1/160<fract(Pi^A137994(2))=fract(Pi^3)=0.0062766...<=1/159.
MATHEMATICA
A137994 = {1, 3, 81, 264, 281, 472, 1147, 2081, 3207, 3592, 10479, 12128, 65875, 114791, 118885};
Table[fp = FractionalPart[Pi^A137994[[n]]]; m = Floor[1/fp];
While[fp <= 1/m, m++]; m - 1, {n, 1, Length[A137994]}] (* Robert Price, Mar 26 2019 *)
CROSSREFS
Cf. A001672.
Sequence in context: A114485 A061010 A153714 * A137995 A177779 A177469
KEYWORD
nonn,more
AUTHOR
Hieronymus Fischer, Jan 06 2009
EXTENSIONS
a(14)-a(15) from Robert Price, Mar 26 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 June 4 07:15 EDT 2023. Contains 363118 sequences. (Running on oeis4.)