login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A030469 Primes which are concatenations of three consecutive primes. 7
5711, 111317, 171923, 313741, 414347, 8997101, 229233239, 239241251, 263269271, 307311313, 313317331, 317331337, 353359367, 359367373, 383389397, 389397401, 401409419, 409419421, 439443449, 449457461 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

P(n) = "p(k) p(k+1) p(k+2)" where p(k) is k-th prime

It is conjectured that sequence is infinite. - from Eva-Maria Zschorn (e-m.zschorn(AT)zaschendorf.km3.de), Nov 09 2009

REFERENCES

Richard E. Crandall, Carl Pomerance: Prime Numbers, Springer 2005 - from Eva-Maria Zschorn (e-m.zschorn(AT)zaschendorf.km3.de), Nov 09 2009

John Derbyshire: Prime obsession, Joseph Henry Press, Washington, DC 2003 - from Eva-Maria Zschorn (e-m.zschorn(AT)zaschendorf.km3.de), Nov 09 2009

Marcus du Sautoy: Die Musik der Primzahlen. Auf den Spuren des groessten Raetsels der Mathematik, Beck, Muenchen 2004

LINKS

Zak Seidov, Table of n, a(n) for n=1..1000. [From Zak Seidov (zakseidov(AT)yahoo.com), Oct 16 2009]

FORMULA

A132903 INTERSECT A000040. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 11 2009]

EXAMPLE

(1) 5=p(3), 7=p(4), 11=p(5) give P(1) for k=3 - from Eva-Maria Zschorn (e-m.zschorn(AT)zaschendorf.km3.de), Nov 09 2009

(2) 7=p(4), 11=p(5), 13=p(6), but 71113 = 7 x 10159 - from Eva-Maria Zschorn (e-m.zschorn(AT)zaschendorf.km3.de), Nov 09 2009

MATHEMATICA

Select[Table[FromDigits[Flatten[IntegerDigits/@{Prime[n], Prime[n+1], Prime[n+2]}]], {n, 11000}], PrimeQ] [From Zak Seidov (zakseidov(AT)yahoo.com), Oct 16 2009]

PROG

(PARI) for(i=1, 999, isprime(p=eval(Str(prime(i), prime(i+1), prime(i+2)))) & print1(p, " ")) [From M. F. Hasler (www.univ-ag.fr/~mhasler), Nov 10 2009]

CROSSREFS

Cf. A030461 - from Eva-Maria Zschorn (e-m.zschorn(AT)zaschendorf.km3.de), Nov 09 2009

Cf. A167517, A132903, A068655, A030997, A030473, A086041, A099727. [From M. F. Hasler (www.univ-ag.fr/~mhasler), Nov 10 2009]

Sequence in context: A204532 A184147 A025027 * A202376 A183647 A028547

Adjacent sequences:  A030466 A030467 A030468 * A030470 A030471 A030472

KEYWORD

nonn,base

AUTHOR

Patrick De Geest (pdg(AT)worldofnumbers.com)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 16:56 EST 2012. Contains 205825 sequences.