|
| |
|
|
A068703
|
|
Primes in the concatenation n,n+1, n+2, n+1, n.
|
|
0
| |
|
|
34543, 1718191817, 2324252423, 3334353433, 3940414039, 7778797877, 8788898887, 123124125124123, 153154155154153, 159160161160159, 173174175174173, 207208209208207, 227228229228227, 279280281280279
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
EXAMPLE
| 1718191817 is a term as the concatenation of 17,18,19,18 and 17.
|
|
|
MAPLE
| for n from 1 to 1500 do a := n+10^( floor(evalf(log(n)/log(10))+0.0000000001 )+1)*(n+1); a := a+10^( floor(evalf(log(a)/log(10))+0.0000000001 )+1)*(n+2); a := a+10^( floor(evalf(log(a)/log(10))+0.0000000001 )+1)*(n+1); a := a+10^( floor(evalf(log(a)/log(10))+0.0000000001 )+1)*n; b[n] := a:end do:k := 0:for n from 2 to 1500 doif(isprime(b[n]) ) then k := k+1:c[k] := b[n]:end if:end do:seq(c[j], j=1..k);
|
|
|
CROSSREFS
| Sequence in context: A204411 A055001 A164556 * A081428 A023336 A172579
Adjacent sequences: A068700 A068701 A068702 * A068704 A068705 A068706
|
|
|
KEYWORD
| base,nonn
|
|
|
AUTHOR
| Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Mar 04 2002
|
|
|
EXTENSIONS
| More terms from Sascha Kurz (sascha.kurz(AT)uni-bayreuth.de), Mar 27 2002
|
| |
|
|