A056758 Numbers n for which d(n)^3 < n.
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
Examples
n=254, d(n)=4, d^3 = 64 < 254 so 254 is in the sequence.
Programs
-
PARI
is(n)=numdiv(n)^3 < n \\ Charles R Greathouse IV, Feb 25 2017
Formula
d(n)^3 = A000005(n)^3 < n.
Extensions
Erroneous linear recurrence signature link deleted by Harvey P. Dale, Jun 25 2021
Comments