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.

A056758 Numbers n for which d(n)^3 < n.

Original entry on oeis.org

11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 49, 53, 59, 61, 65, 67, 69, 71, 73, 74, 77, 79, 82, 83, 85, 86, 87, 89, 91, 93, 94, 95, 97, 101, 103, 106, 107, 109, 111, 113, 115, 118, 119, 121, 122, 123, 125, 127, 129, 131, 133, 134, 137, 139, 141, 142, 143, 145, 146
Offset: 1

Views

Author

Labos Elemer, Aug 16 2000

Keywords

Comments

The complementary set (d^3 > n) is finite, albeit with very large terms. See also d(n)^2 < n, A035035.
The last number not in this sequence is 27935107200. - Charles R Greathouse IV, Feb 27 2017

Examples

			n=254, d(n)=4, d^3 = 64 < 254 so 254 is in the sequence.
		

Crossrefs

Programs

Formula

d(n)^3 = A000005(n)^3 < n.

Extensions

Erroneous linear recurrence signature link deleted by Harvey P. Dale, Jun 25 2021