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!)
A137995 Nearest integer to 1/frac(Pi^A137994(n)), where frac(x) = x - floor(x). 1
7, 159, 270, 308, 745, 758, 1080, 1227, 7805 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Sequence A137994 could be defined as "least positive integer such that this one (without rounding) is increasing".
The term a(1)=7 is not surprising (3 + 1/7 = 3.14...) but it comes as a funny surprise that the next term, a(2)=159, matches the next 3 digits of Pi and a(3) just differs by 5 from the next 3 digits!
LINKS
PROG
(PARI) default(realprecision, 10^4); f=1; for(i=1, 10^9, frac(Pi^i)<f || next; f=frac(Pi^i); print1(round(1/f), ", "))
CROSSREFS
Sequence in context: A061010 A153714 A153713 * A177779 A177469 A121786
KEYWORD
nonn,more
AUTHOR
M. F. Hasler, inspired by Leroy Quet, Apr 05 2008
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 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)