A046461 Numbers k such that concatenation of numbers from 1 to k is a semiprime.
3, 4, 7, 34, 97
Offset: 1
Examples
A007908(691)=1304238680165623831238651513722972177904593843651*C1916, so A007908(691) is not a semiprime and 691 is not a term of this sequence.
Links
- Patrick De Geest, Normal Smarandache Concatenated Numbers, Prime factors from 1 up to n.
- M. Fleuren, Factors and primes of Smarandache sequences.
- M. Fleuren, Smarandache Factors and Reverse factors.
- Carlos Rivera, Puzzle 8. Primes by Listing, The Prime Puzzles and Problems Connection.
Programs
-
Mathematica
Select[Range[100], Length@FactorInteger@FromDigits@Flatten@IntegerDigits@Range@# == 2 &] (* Robert Price, Oct 11 2019 *) Select[Range[100],PrimeOmega[FromDigits[Flatten[IntegerDigits/@Range[#]]]] == 2&] (* Harvey P. Dale, Sep 10 2022 *)
Extensions
Simplified definition by Sean A. Irvine, Mar 29 2010
a(5) from Sean A. Irvine, Mar 29 2010
Comments