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.

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

Original entry on oeis.org

1, 93, 123, 1061, 395, 1360, 4137, 2706, 66910, 21740, 15986, 58999, 571666, 1192010, 793642, 1093343, 3476524
Offset: 1

Views

Author

Hieronymus Fischer, Jan 06 2009

Keywords

Examples

			a(2)=93, since 1-(1/94)=0.98936...>fract((1024/1000)^A153680(2))=fract((1024/1000)^29)=0.98929...>=1-(1/93).
		

Crossrefs

Formula

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

Extensions

a(16) - a(17) from Hagen von Eitzen, May 16 2009