A239196 A variant of primeval numbers A072857 where primes are counted with repetition as in A075053, not as in A039993.
1, 2, 13, 37, 107, 113, 137, 1013, 1037, 1079, 1136, 1139, 1237, 1337, 1379, 10013, 10039, 10079, 10133, 10136, 10139, 10379, 12379, 13679, 100136, 100139, 100379, 101237, 102347, 102379, 103679
Offset: 1
Programs
-
PARI
m=-1;for(k=1, 9e9, A075053(k)>m&&print1(k",")+m=A075053(k)) \\ Not very efficient; from 199, 1999, 19999 etc one could jump to the next larger power of 10. - M. F. Hasler, Mar 12 2014
Comments