A362664 Numbers k with exactly two solutions x to the equation iphi(x) = k, where iphi is the infinitary totient function A091732.
1, 2, 3, 4, 10, 15, 20, 22, 28, 42, 44, 45, 46, 52, 54, 56, 58, 70, 78, 82, 92, 100, 102, 104, 106, 116, 130, 136, 140, 148, 162, 164, 166, 172, 174, 178, 184, 190, 196, 200, 204, 208, 212, 220, 222, 226, 228, 234, 238, 246, 250, 255, 260, 262, 268, 272, 282, 292, 296
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
Select[Range[300], Length[invIPhi[#]] == 2 &] (* using the function invIPhi from A362484 *)
Comments