login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A030997 Smallest prime which is a concatenation of n consecutive primes. 8
2, 23, 5711, 2357, 711131719, 113127131137139149, 29313741434753, 107109113127131137139149, 211223227229233239241251257, 691701709719727733739743751757, 2329313741434753596167 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(5) = 711131719 is the smallest prime which is the concatenation of five consecutive primes 7, 11, 13, 17 and 19.
PROG
(PARI) for(k=1, 19, for(i=0, 1e9, isprime( eval( p=concat( vector( k, j, Str( prime( i+j )))))) & break); print1(p, ", ")) \\ M. F. Hasler, Nov 10 2009
CROSSREFS
Cf. A030461 (primes that are concatenations of two primes), A030469 (three primes), A030473 (four primes), A086041 (five primes).
Sequence in context: A087388 A117507 A068656 * A090511 A369993 A114256
KEYWORD
nonn,base
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 11:49 EDT 2024. Contains 371936 sequences. (Running on oeis4.)