|
Search: id:A085720
|
|
|
| A085720 |
|
Start of a run of 7 successive numbers which when concatenated form a prime. |
|
+0 1
|
|
| 7, 37, 157, 185, 187, 271, 301, 355, 475, 485, 523, 533, 577, 611, 653, 661, 667, 731, 733, 755, 761, 791, 853, 911, 913, 937, 983, 1085, 1111, 1187, 1205, 1253, 1397, 1417, 1585, 1631, 1655, 1685, 1697, 1711, 1723, 1841, 1907, 1975, 2035, 2077, 2105, 2185
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Concatenation of three and six successive numbers are always composite.
Primes as concatenation of two, four, and five successive numbers are in A030458, A030471, A052087, A052088, A052089.
|
|
MATHEMATICA
|
f[n_] := FromDigits[ Flatten[ Table[ IntegerDigits[i], {i, n, n + 6}]]]; Select[ Range[2190], PrimeQ[ f[ # ]] & ]
|
|
CROSSREFS
|
Cf. A030458, A030471, A052087, A052088, A052089.
Adjacent sequences: A085717 A085718 A085719 this_sequence A085721 A085722 A085723
Sequence in context: A012885 A094729 A036678 this_sequence A049494 A049495 A005061
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Zak Seidov (zakseidov(AT)yahoo.com), Jun 27 2003
|
|
EXTENSIONS
|
Edited by Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 28, 2003
|
|
|
Search completed in 0.002 seconds
|