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.

A153675 Greatest number m such that the fractional part of (101/100)^A153671(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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 4, 4, 4, 5, 6, 6, 7, 9, 11, 13, 19, 30, 76, 81, 238, 913, 1334, 4645, 6812, 17396, 351085, 552184
Offset: 1

Views

Author

Hieronymus Fischer, Jan 06 2009

Keywords

Examples

			a(5)=1, since 1-(1/2)=0.5>fract((101/100)^A153671(5))=fract((101/100)^5)=0.0510...>=1-(1/1).
		

Crossrefs

Formula

a(n):=floor(1/(1-fract((101/100)^A153671(n)))), where fract(x) = x-floor(x).