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.

A153692 Greatest number m such that the fractional part of (11/10)^A153688(n) >= 1-(1/m).

Original entry on oeis.org

1, 19, 151, 200, 709, 5727, 15908, 162819, 120479, 109526, 302991
Offset: 1

Views

Author

Hieronymus Fischer, Jan 06 2009

Keywords

Examples

			a(2)=19, since 1-(1/20)=0.95>fract((11/10)^A153688(2))=fract((11/10)^7)=0.9487...>=1-(1/19).
		

Crossrefs

Formula

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