[go: up one dir, main page]

login
First ten consecutive primes which are emirps.
2

%I #21 Jul 03 2021 05:44:36

%S 1193,1201,1213,1217,1223,1229,1231,1237,1249,1259

%N First ten consecutive primes which are emirps.

%C There are no additional such ten-consecutive primes up through the 3 millionth prime (49,979,687). - _Harvey P. Dale_, May 20 2014

%H Carlos Rivera, <a href="http://www.primepuzzles.net/problems/prob_017.htm">Problem 17. The largest known sequence of consecutive and reversible primes</a>, The Prime Puzzles and Problems Connection.

%H Carlos Rivera, <a href="http://www.primepuzzles.net/puzzles/puzz_020.htm">Puzzle 20. Reversible Primes</a>, The Prime Puzzles and Problems Connection.

%t Flatten[Select[Partition[Prime[Range[220]],10,1],And@@PrimeQ[ FromDigits/@ (Reverse/@(IntegerDigits/@#))]&]] (* _Harvey P. Dale_, May 20 2014 *)

%Y Cf. A006567, A048051, A048052, A103172.

%K fini,full,nonn,base

%O 1,1

%A _Carlos Rivera_

%E New name from _Charles R Greathouse IV_, Jan 13 2014