|
| |
|
|
A082549
|
|
Numbers n such that concatenation of first n primes, separated by zeros, is prime.
|
|
3
| | |
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| w_n= (p_1)0(p_2)0(p_3)...0(p_n) w_1=2 is prime(a_1=1), w_2, ..., w_8 are not prime and w_9 is prime (a_2=9),... a_n is the n-th term of w_n which is prime.
|
|
|
EXAMPLE
| a(2)=9 because 2030507011013017019023, which is the concatenation of first 9 primes separated by zeros is prime.
|
|
|
CROSSREFS
| Sequence in context: A109888 A193227 A014003 * A013569 A129401 A164385
Adjacent sequences: A082546 A082547 A082548 * A082550 A082551 A082552
|
|
|
KEYWORD
| base,hard,more,nonn
|
|
|
AUTHOR
| Farideh Firoozbakht (Farideh_Firoozbakht(AT)math.com), May 03 2003
|
| |
|
|