A288985 Numbers n for which A287874(n) < n, where A287874 is the concatenation of the prime factorization, all written in binary.
117649, 177147, 531441, 823543, 1048576, 1594323, 1771561, 1953125, 2097152, 4194304, 4782969, 4826809, 5764801, 8388608, 9765625
Offset: 1
Crossrefs
Cf. A287874.
Programs
-
PARI
forcomposite(n=1,1e7,A287874(n)
Comments