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.

A153682 Greatest number m such that the fractional part of (1024/1000)^A153678(n) <= 1/m.

Original entry on oeis.org

41, 20, 13, 10, 7, 6, 718, 1350, 12472, 811799, 11462221, 8698270, 56414953
Offset: 1

Views

Author

Hieronymus Fischer, Jan 06 2009

Keywords

Examples

			a(5) = 7 since 1/8 < fract((1024/1000)^A153678(5)) = fract((1024/1000)^5) = 0.12589... <= 1/7.
		

Crossrefs

Formula

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

Extensions

a(10)-a(13) from Jinyuan Wang, Mar 03 2020