|
Search: id:A030997
|
|
|
| A030997 |
|
Smallest prime which is a concatenation of n consecutive primes. |
|
+0 7
|
|
| 2, 23, 5711, 2357, 711131719, 113127131137139149, 29313741434753, 107109113127131137139149, 211223227229233239241251257, 691701709719727733739743751757, 2329313741434753596167
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Eva-Maria Zschorn, Table of n, a(n) for n = 1..30
|
|
EXAMPLE
|
a(5) = 711131719 is the smallest prime which is the concatenation of five consecutive primes 7,11,13,17 and 19.
|
|
PROGRAM
|
(PARI) for(k=1, 19, for(i=0, 1e9, isprime( eval( p=concat( vector( k, j, Str( prime( i+j )))))) & break); print1(p, ", ")) [From M. F. Hasler (MHasler(AT)univ-ag.fr), Nov 10 2009]
|
|
CROSSREFS
|
Cf. A030996, A068655.
Cf. A030473, A086041, A099727, A167517. [From M. F. Hasler (MHasler(AT)univ-ag.fr), Nov 10 2009]
Sequence in context: A087388 A117507 A068656 this_sequence A090511 A114256 A110714
Adjacent sequences: A030994 A030995 A030996 this_sequence A030998 A030999 A031000
|
|
KEYWORD
|
nonn,base,new
|
|
AUTHOR
|
Patrick De Geest (pdg(AT)worldofnumbers.com) Warut Roonguthai (warut822(AT)yahoo.com)
|
|
|
Search completed in 0.002 seconds
|