|
| |
|
|
A101251
|
|
Primes that are a concatenation of 2, 3, 5 and a prime.
|
|
5
| |
|
|
2357, 23531, 23537, 23561, 23567, 235181, 235199, 235211, 235241, 235307, 235337, 235349, 235397, 235439, 235523, 235541, 235577, 235601, 235607, 235661, 235673, 235751, 235787, 235811, 235877, 235919, 235967, 235997, 2351033, 2351171
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
LINKS
| Peter Alfeld The 10,000 smallest prime numbers.
|
|
|
EXAMPLE
| 2357 is a prime of order four since it is concatenated from the primes 2,3,5 and 7.
|
|
|
MATHEMATICA
| Select[ Table[ FromDigits[ Flatten[ IntegerDigits /@ {2, 3, 5, Prime[n]}]], {n, 200}], PrimeQ[ # ] &] (from Robert G. Wilson v Dec 20 2004)
|
|
|
CROSSREFS
| Cf. A101218, A101219, A101249, A101250, A101252.
Sequence in context: A073037 A160403 A156987 * A132904 A030473 A134649
Adjacent sequences: A101248 A101249 A101250 * A101252 A101253 A101254
|
|
|
KEYWORD
| nonn,easy,base
|
|
|
AUTHOR
| Parthasarathy Nambi (PachaNambi(AT)yahoo.com), Dec 16 2004
|
|
|
EXTENSIONS
| Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net) and Robert G. Wilson v, Dec 22, 2004
|
| |
|
|