The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A355513 Sum of numerator and denominator in a rational approximation j/k of q = log(2)/log(3), such that abs(j/k - q) is a new minimum. 4
2, 3, 5, 8, 13, 18, 31, 75, 106, 137, 517, 654, 791, 928, 1719, 21419, 23138, 24857, 26576, 28295, 30014, 31733, 33452, 35171, 36890, 38609, 40328, 82375, 205078, 287453, 492531, 14078321, 14570852, 15063383, 15555914, 16048445, 16540976, 17033507, 17526038, 18018569 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) a355513(upto) = {my(q=log(2)/log(3), dmin=oo); for (m=1, upto, my(n=round(m*q), qq=n/m, d=abs(qq-q)); if(d<dmin, print1(n+m, ", "); dmin=d))};
\\ needs increased precision for larger terms
a355513(10^7)
CROSSREFS
Sequence in context: A343484 A301754 A120761 * A281967 A178741 A308929
KEYWORD
nonn
AUTHOR
Hugo Pfoertner, Jul 05 2022
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 May 16 17:27 EDT 2024. Contains 372554 sequences. (Running on oeis4.)