A046329 Palindromes with exactly 3 prime factors (counted with multiplicity).
8, 44, 66, 99, 171, 212, 222, 242, 282, 292, 333, 343, 363, 404, 434, 474, 494, 555, 575, 595, 606, 646, 747, 777, 909, 969, 1001, 1221, 1331, 1551, 1771, 2222, 2882, 3333, 3553, 4334, 4994, 5335, 5555, 5665, 5885, 5995, 6226, 6446, 6886, 7337, 7557
Offset: 1
Links
- John Cerkan, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
Select[Range[8000],PalindromeQ[#]&&PrimeOmega[#]==3&] (* Harvey P. Dale, Dec 24 2021 *)
Comments