|
Search: id:A068703
|
|
|
| A068703 |
|
Primes in the concatenation n,n+1, n+2, n+1, n. |
|
+0 1
|
|
| 34543, 1718191817, 2324252423, 3334353433, 3940414039, 7778797877, 8788898887, 123124125124123, 153154155154153, 159160161160159, 173174175174173, 207208209208207, 227228229228227, 279280281280279
(list; graph; listen)
|
|
|
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: A069303 A116496 A055001 this_sequence A081428 A023336 A103911
Adjacent sequences: A068700 A068701 A068702 this_sequence 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
|
|
|
Search completed in 0.002 seconds
|