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.

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