login
A046463
Numbers k such that the concatenation of numbers from 1 to k is the product of 4 primes (not necessarily distinct).
2
9, 16, 23, 29, 37, 38, 43, 58, 59
OFFSET
1,1
MATHEMATICA
Select[Range[60], PrimeOmega[FromDigits[Flatten[IntegerDigits/@ Range[#]]]] == 4&] (* Harvey P. Dale, Jan 15 2013 *)
CROSSREFS
Cf. A046460.
Sequence in context: A287186 A134256 A199859 * A003332 A345793 A091571
KEYWORD
nonn,hard,base
AUTHOR
Patrick De Geest, Aug 15 1998
STATUS
approved