|
Search: id:A089948
|
|
|
| A089948 |
|
First prime factor of the concatenation the first n odd primes. |
|
+0 1
|
|
| 3, 5, 3, 13, 3, 23, 3, 11, 7, 13, 3, 137, 3, 19, 41, 3, 29, 1087, 7, 23, 3, 641, 7, 79, 124516914725653, 1254907, 983, 691, 19, 9656610616812422838401, 11, 3, 19
(list; graph; listen)
|
|
|
OFFSET
|
3,1
|
|
|
COMMENT
|
3 is the only number < 10000 whose concatenation of odd primes is prime. Conjecture: Beyond 3 the concatenation of odd primes produce only composite numbers.
|
|
PROGRAM
|
(PARI) factorconcat(n) = { y=""; forprime(x=3, n, y=concat(Str(y), Str(x)); z=eval(y); a = component(factor(z), 1); print1(a[1]", ") ) }
|
|
CROSSREFS
|
Cf. A089933.
Sequence in context: A049072 A059887 A023585 this_sequence A023583 A121278 A023587
Adjacent sequences: A089945 A089946 A089947 this_sequence A089949 A089950 A089951
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Jan 11 2004
|
|
|
Search completed in 0.002 seconds
|