A153674 Greatest number m such that the fractional part of (101/100)^A153670(n) <= 1/m.
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
Examples
a(5) = 19 since 1/20 < fract((101/100)^A153670(5)) = fract((101/100)^5) = 0.0510... <= 1/19.
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