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!)
A167517 Emirps (A007500) which are concatenation of three consecutive primes (A030469). 4
353359367, 193319491951, 334733593361, 344934573461, 346734693491, 732173317333, 902990419043, 104591046310477, 133091331313327, 141591417314177, 146571466914683, 150131501715031, 154431545115461 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A subsequence of A007500, A030469, A132903.
LINKS
FORMULA
A167517 = A007500 n A030469 = A007500 n A132903 (where "n" means intersection).
PROG
(PARI) for(i=1, 9999, isprime(eval(p=Str(prime(i), prime(i+1), prime(i+2)))) & isprime(eval(concat(vecextract(Vec(p), "-1..1"))))& print1(p, ", "))
CROSSREFS
Sequence in context: A032757 A288273 A219271 * A227642 A189124 A189125
KEYWORD
base,nonn
AUTHOR
Jonathan vos Post and M. F. Hasler, Nov 10 2009
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 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)