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.

A062278 a(n) = floor(3^n / n^3).

Original entry on oeis.org

3, 1, 1, 1, 1, 3, 6, 12, 27, 59, 133, 307, 725, 1743, 4251, 10509, 26285, 66430, 169450, 435848, 1129505, 2947131, 7737583, 20430377, 54226471, 144621405, 387420489, 1042127936, 2813988985, 7625597484, 20733556989, 56549688380
Offset: 1

Views

Author

Henry Bottomley, Jul 02 2001

Keywords

Comments

3 is the only integer value of k for which floor(n^k / k^n) is always positive. For positive real x and k, the only value of k for which x^k is always greater than or equal to k^x is e = 2.71828...

Examples

			a(2) = floor(3^2 / 2^3) = floor(9/8) = 1.
		

Crossrefs

Programs