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!)
A174858 Primes p of a prime triple (p,p+2,p+6) with property that concatenation p//(p+2)//(p+6) is prime. 1
5, 11, 17, 41, 11171, 16061, 16187, 20897, 29021, 34841, 36011, 39227, 41177, 51341, 55331, 56891, 58907, 63311, 64151, 69191, 77261, 82757, 113021, 122027, 123731, 135461, 151337, 167621, 173291, 174761, 187631, 191447, 195731, 203207 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If p is a d-digit prime of a triple: p*10^(2*d) + (p+2)*10^d + p+6 = (10^(2*d)+10^d+1) * p + 2*(10^d+3) to be a prime
No such concatenation for a 4-digit p: d=4, p*10^8 + (p+2)*10^4 + p+6 =
= p*(10^8 + 10^4 + 1) + 2*10^4 + 6, coefficients (10^8 + 10^4 + 1) and 2*(10^4 + 3) have both divisor 7
LINKS
EXAMPLE
(5,7,11) is 1st prime triple, 5711 = prime(752), 5 is 1st term of sequence
(11,13,17) is 2nd prime triple, 111317 = prime(10561), 11 is 2nd term of sequence
MATHEMATICA
Transpose[Select[Partition[Prime[Range[20000]], 3, 1], Differences[#]=={2, 4} && PrimeQ[ FromDigits[Flatten[IntegerDigits/@#]]]&]][[1]] (* Harvey P. Dale, Apr 10 2013 *)
CROSSREFS
Sequence in context: A172454 A162001 A171713 * A246704 A095183 A018730
KEYWORD
base,nonn,uned
AUTHOR
Ulrich Krug (leuchtfeuer37(AT)gmx.de), Mar 31 2010
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 20 00:58 EDT 2024. Contains 371798 sequences. (Running on oeis4.)