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.

Showing 1-1 of 1 results.

A154135 Greatest number m such that the fractional part of (4/3)^A154131(n) <= 1/m.

Original entry on oeis.org

3, 6, 30, 6430, 4822, 22869, 20551, 224544, 184762, 2396968, 15229280, 3183837, 2387878, 28274047, 7149842
Offset: 1

Views

Author

Hieronymus Fischer, Jan 11 2009

Keywords

Examples

			a(3)=30 since 1/31<fract((4/3)^A154131(3))=fract((4/3)^17)=0.0327357...<=1/30.
		

Crossrefs

Formula

a(n) = floor(1/fract((4/3)^A154131(n))), where fract(x) = x - floor(x).

Extensions

a(10)-a(15) from Jinyuan Wang, Mar 03 2020
Showing 1-1 of 1 results.