login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A355515 Sum of numerator and denominator in a rational approximation j/k of q = log(2)/log(3), such that j/k - q is a new minimum, i.e., q is approximated from above. 4
2, 5, 18, 31, 137, 928, 1719, 42047, 82375, 287453, 779984, 1272515, 1765046, 2257577, 2750108, 3242639, 3735170, 4227701, 4720232, 5212763, 5705294, 6197825, 6690356, 7182887, 7675418, 8167949, 8660480, 9153011, 9645542, 10138073, 10630604, 11123135, 11615666, 12108197 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(PARI) a355515(upto) = {my(q=log(2)/log(3), dmin=oo); for (m=1, upto, my(n=ceil(m*q), qq=n/m, d=qq-q); if (d<dmin, print1(n+m, ", "); dmin=d))};
\\ needs increased precision for larger terms
a355515(10^7)
CROSSREFS
Sequence in context: A026321 A288994 A226141 * A048221 A183365 A295905
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 December 2 13:30 EST 2023. Contains 367524 sequences. (Running on oeis4.)