Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A088605
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A088605 a(n) is the beginning of the first set of n consecutive primes such that the concatenation of n with each of these primes is also prime. +0
1
3, 23, 7, 720901, 956759, 41, 4769888443 (list; graph; listen)
OFFSET

1,1

COMMENT

a(8) > 10^11, a(9) = 11408039 - Hans Havermann (pxp(AT)rogers.com), Sep 16 2005

EXAMPLE

a(3) = 7 because 7, 11, and 13 are 3 consecutive primes, and 37, 311, and 313 are all prime.

MATHEMATICA

<<NumberTheory`; Do[s = 0; l = {}; While[Length[l] < n, s++; l = List[Prime[s]]; k = 1; While[k < n, p = l[[k]]; AppendTo[l, NextPrime[p]]; k++ ]; l = ToString /@ l; l = Map[ToString[n] <> #&, l]; l = ToExpression /@ l; l = Select[l, PrimeQ]]; Print[Prime[s]], {n, 1, 30}]; (Propper)

CROSSREFS

Sequence in context: A132558 A072113 A105433 this_sequence A063562 A130475 A122902

Adjacent sequences: A088602 A088603 A088604 this_sequence A088606 A088607 A088608

KEYWORD

base,hard,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Oct 15 2003

EXTENSIONS

Corrected, extended and edited by Ryan Propper (rpropper(AT)stanford.edu) and David Wasserman (wasserma(AT)spawar.navy.mil), Aug 14 2005

a(7) from Hans Havermann (pxp(AT)rogers.com), Sep 16 2005

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research