cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-4 of 4 results.

A153694 Numbers k such that the fractional part of (10/9)^k is less than 1/k.

Original entry on oeis.org

1, 2, 7, 62, 324, 1647, 3566, 5464, 8655, 8817, 123956, 132891, 182098, 566593, 2189647, 2189648, 3501843, 3501844
Offset: 1

Views

Author

Hieronymus Fischer, Jan 06 2009

Keywords

Comments

Numbers k such that fract((10/9)^k) < 1/k, where fract(x) = x-floor(x).
The next such number must be greater than 2*10^5.
a(19) > 10^7. - Robert Price, Mar 24 2019
Given a number k that is not only a term of this sequence but also has the property that the integer part of (10/9)^k is divisible by 9, we can expect that k+1 will likely also be a term of the sequence. E.g., k = 2189647 is a term because fract((10/9)^k) = 0.000000373557... < 0.000000456694... = 1/k, and since floor((10/9)^k) is divisible by 9, the integer and fractional parts of (10/9)^(k+1) will be exactly 10/9 times the integer and fractional parts of (10/9)^k, respectively, yielding a fractional part (10/9) * 0.000000373557... = 0.000000415064... < 0.000000456694... = 1/(k+1), so k+1 = 2189648 is also a term. - Jon E. Schoenfield, Mar 24 2019

Examples

			a(3) = 7 since fract((10/9)^7) = 0.09075... < 1/7, but fract((10/9)^k) >= 1/k for 3 <= k <= 6.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[1000], FractionalPart[(10/9)^#] < (1/#) &] (* G. C. Greubel, Aug 24 2016 *)

Extensions

a(14)-a(18) from Robert Price, Mar 24 2019

A153682 Greatest number m such that the fractional part of (1024/1000)^A153678(n) <= 1/m.

Original entry on oeis.org

41, 20, 13, 10, 7, 6, 718, 1350, 12472, 811799, 11462221, 8698270, 56414953
Offset: 1

Views

Author

Hieronymus Fischer, Jan 06 2009

Keywords

Examples

			a(5) = 7 since 1/8 < fract((1024/1000)^A153678(5)) = fract((1024/1000)^5) = 0.12589... <= 1/7.
		

Crossrefs

Formula

a(n) = floor(1/fract((1024/1000)^A153678(n))), where fract(x) = x - floor(x).

Extensions

a(10)-a(13) from Jinyuan Wang, Mar 03 2020

A153674 Greatest number m such that the fractional part of (101/100)^A153670(n) <= 1/m.

Original entry on oeis.org

100, 49, 33, 24, 19, 16, 13, 12, 10, 147, 703, 676, 932, 3389, 7089, 1129226, 1741049, 1356464, 1960780, 11014240, 75249086, 28657625, 132665447, 499298451
Offset: 1

Views

Author

Hieronymus Fischer, Jan 06 2009

Keywords

Examples

			a(5) = 19 since 1/20 < fract((101/100)^A153670(5)) = fract((101/100)^5) = 0.0510... <= 1/19.
		

Crossrefs

Formula

a(n) = floor(1/fract((101/100)^A153670(n))), where fract(x) = x - floor(x).

Extensions

a(18)-a(24) from Jinyuan Wang, Mar 03 2020

A153690 Greatest number m such that the fractional part of (11/10)^A153686(n) <= 1/m.

Original entry on oeis.org

10, 4, 3, 18, 253, 58, 618, 484, 6009, 6767, 21386, 697723, 634293, 189959, 4186162, 31102351
Offset: 1

Views

Author

Hieronymus Fischer, Jan 06 2009

Keywords

Examples

			a(4) = 18 since 1/19 < fract((11/10)^A153686(4)) = fract((11/10)^17) = 0.05447... <= 1/18.
		

Crossrefs

Formula

a(n) = floor(1/fract((11/10)^A153686(n))), where fract(x) = x - floor(x).

Extensions

a(14)-a(16) from Jinyuan Wang, Mar 03 2020
Showing 1-4 of 4 results.