A339908 Odd squarefree numbers k > 1 for which bigomega(phi(k)) < bigomega(k-1), where bigomega gives the number of prime divisors, counted with multiplicity.
33, 65, 129, 141, 145, 161, 177, 201, 217, 249, 253, 321, 385, 393, 417, 501, 537, 649, 681, 705, 721, 737, 849, 865, 897, 913, 973, 993, 1041, 1057, 1081, 1101, 1121, 1135, 1149, 1169, 1177, 1281, 1329, 1345, 1401, 1441, 1457, 1473, 1497, 1509, 1537, 1561, 1569, 1585, 1633, 1689, 1729, 1761, 1793, 1821, 1837, 1841
Offset: 1
Keywords
Links
- Antti Karttunen, Table of n, a(n) for n = 1..26693; all terms < 2^20
Crossrefs
Programs
-
PARI
isA339908(n) = ((n>1)&&(n%2)&&issquarefree(n)&&(bigomega(eulerphi(n))
Comments