OFFSET
1,1
COMMENTS
The terms must have only three distinct prime factors even when counted with multiplicity. For example, 252 is not a term even though (1) it is a palindrome and (2) only three distinct primes occur when it is factored, because 252 = 2*2*3*3*7. - Harvey P. Dale, Aug 29 2016
LINKS
Chai Wah Wu, Table of n, a(n) for n = 1..10000
MATHEMATICA
Select[Range[12000], #==IntegerReverse[#]&&PrimeNu[#]==PrimeOmega[#]==3&] (* Harvey P. Dale, Aug 29 2016 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Jun 15 1998
STATUS
approved