login
A046466
Numbers k such that the concatenation of numbers from 1 to k is the product of 7 primes (not necessarily distinct).
1
28, 30, 42, 44, 46, 69, 72, 82, 84, 86, 93, 109, 116
OFFSET
1,1
MATHEMATICA
Select[Range[100], PrimeOmega@FromDigits@Flatten@IntegerDigits@Range@# == 7 &] (* Robert Price, Oct 11 2019 *)
CROSSREFS
Cf. A046460.
Sequence in context: A042621 A042622 A044977 * A374008 A054396 A083274
KEYWORD
nonn,base,hard,more
AUTHOR
Patrick De Geest, Aug 15 1998
EXTENSIONS
a(6)-a(13) from Sean A. Irvine, Apr 10 2021
STATUS
approved