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!)
A046404 Odd numbers with exactly 2 distinct palindromic prime factors. 4
15, 21, 33, 35, 55, 77, 303, 393, 453, 505, 543, 573, 655, 707, 755, 905, 917, 939, 955, 1057, 1059, 1111, 1119, 1149, 1267, 1337, 1441, 1565, 1661, 1765, 1865, 1915, 1991, 2101, 2181, 2191, 2271, 2361, 2391, 2471, 2611, 2681, 2757, 2787, 3443, 3635, 3785 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
MATHEMATICA
dpf2Q[n_]:=Module[{pfs=Transpose[FactorInteger[n]][[1]], a, b}, a=First[pfs]; b=Last[pfs]; PrimeNu[n]==PrimeOmega[n]==2 && a==FromDigits[Reverse[ IntegerDigits[ a]]] && b==FromDigits[Reverse[ IntegerDigits[b]]]]; Select[ Range[1, 3801, 2], dpf2Q] (* Harvey P. Dale, Jul 14 2013 *)
CROSSREFS
Sequence in context: A321644 A225709 A020162 * A198680 A300117 A214044
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Jun 15 1998
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 25 13:12 EDT 2024. Contains 371969 sequences. (Running on oeis4.)