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.

A153683 Greatest number m such that the fractional part of (1024/1000)^A153679(m) >= 1-(1/m).

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 4, 5, 6, 9, 17, 93, 123, 1061, 1360, 4137, 66910, 571666, 1192010
Offset: 1

Views

Author

Hieronymus Fischer, Jan 06 2009

Keywords

Examples

			a(5)=1, since 1-(1/2)=0.5>fract((1024/1000)^A153679(5))=fract((1024/1000)^5)=0.0510...>=1-(1/1).
		

Crossrefs

Formula

a(n):=floor(1/(1-fract((1024/1000)^A153679(n)))), where fract(x) = x-floor(x).