A154135 Greatest number m such that the fractional part of (4/3)^A154131(n) <= 1/m.
3, 6, 30, 6430, 4822, 22869, 20551, 224544, 184762, 2396968, 15229280, 3183837, 2387878, 28274047, 7149842
Offset: 1
Examples
a(3)=30 since 1/31<fract((4/3)^A154131(3))=fract((4/3)^17)=0.0327357...<=1/30.
Formula
a(n) = floor(1/fract((4/3)^A154131(n))), where fract(x) = x - floor(x).
Extensions
a(10)-a(15) from Jinyuan Wang, Mar 03 2020