A046393 Palindromes with exactly 3 distinct prime factors.
66, 222, 282, 434, 474, 494, 555, 595, 606, 646, 777, 969, 1001, 1221, 1551, 1771, 2222, 2882, 3333, 3553, 4334, 4994, 5335, 5555, 5665, 5885, 5995, 6226, 6446, 6886, 7337, 7557, 7667, 7777, 7887, 8338, 8558, 8998, 9339, 9669, 9779, 9889, 11211
Offset: 1
Links
- Chai Wah Wu, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
Select[Range[12000],#==IntegerReverse[#]&&PrimeNu[#]==PrimeOmega[#]==3&] (* Harvey P. Dale, Aug 29 2016 *)
Comments