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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A118725 Chen primes for which the reversal is also a Chen prime. 0
2, 3, 5, 7, 11, 13, 17, 31, 71, 101, 107, 113, 131, 149, 157, 167, 179, 181, 191, 199, 311, 347, 353, 359, 389, 701, 743, 751, 761, 787, 797, 919, 941, 953, 971, 983, 991, 1009, 1031, 1061, 1091, 1097, 1109, 1151, 1217, 1229, 1259, 1283, 1301, 1409, 1439 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

EXAMPLE

17 and its reversal 71 are both Chen primes.

MATHEMATICA

cpQ[n_]:=Module[{rev=FromDigits[Reverse[IntegerDigits[n]]]}, PrimeOmega[ n+2]<3 && PrimeQ[rev]&&PrimeOmega[rev+2]<3]; Select[Prime[ Range[ 400]], cpQ] (* From Harvey P. Dale, Jul 17 2011 *)

CROSSREFS

Cf. A109611.

Sequence in context: A003459 A202264 A186307 * A117835 A120639 A141263

Adjacent sequences:  A118722 A118723 A118724 * A118726 A118727 A118728

KEYWORD

base,nonn,less

AUTHOR

Luc Stevens (lms022(AT)yahoo.com), May 21 2006

EXTENSIONS

Corrected by Harvey P. Dale, Jul 17 2011

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 17 17:35 EST 2012. Contains 206061 sequences.