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.

A153699 Greatest number m such that the fractional part of (10/9)^A153695(m) >= 1-(1/m).

Original entry on oeis.org

1, 1, 1, 2, 3, 8, 15, 264, 334, 465, 683, 713, 758, 8741, 15912, 18920, 38560, 409895
Offset: 1

Views

Author

Hieronymus Fischer, Jan 06 2009

Keywords

Examples

			a(7)=15, since 1-(1/16)=0.9375>fract((10/9)^A153695(7))=fract((10/9)^13)=0.9341...>=1-(1/15).
		

Crossrefs

Formula

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