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.

A153698 Greatest number m such that the fractional part of (10/9)^A153694(n) <= 1/m.

Original entry on oeis.org

9, 4, 11, 82, 6131, 4549, 26735, 8620, 14923, 20328, 151439, 227416, 771341, 2712159, 2676962, 2409266, 4490404, 4041364
Offset: 1

Views

Author

Hieronymus Fischer, Jan 06 2009

Keywords

Examples

			a(3) = 11 since 1/12 < fract((10/9)^A153694(3)) = fract((10/9)^7) = 0.09075... <= 1/11.
		

Crossrefs

Formula

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

Extensions

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