login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A109574
Chen primes p such that p is palindromic.
2
2, 3, 5, 7, 11, 101, 131, 181, 191, 353, 787, 797, 919, 10301, 10601, 11411, 12721, 12821, 13331, 13931, 14741, 15551, 16061, 16361, 16561, 16661, 17471, 19991, 31013, 35753, 36263, 38783, 71317, 72227, 73037, 73237, 73637, 74047, 74747
OFFSET
1,1
LINKS
MATHEMATICA
chenQ[n_] := PrimeQ[n] && PrimeOmega[n + 2] < 3; Select[Range[75000], chenQ[#] && PalindromeQ[#] &] (* Amiram Eldar, Oct 19 2021 *)
PROG
(PARI) isok(p) = my(d=digits(p)); isprime(p) && (bigomega(p+2) <= 2) && (d==Vecrev(d)); \\ Michel Marcus, Oct 19 2021
CROSSREFS
Intersection of A002113 and A109611.
Sequence in context: A157868 A222116 A229107 * A084837 A062352 A033938
KEYWORD
base,easy,nonn
AUTHOR
Jason Earls, Aug 30 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 22 07:30 EDT 2024. Contains 376097 sequences. (Running on oeis4.)