A350317 Totient numbers k such that 5*k is a nontotient.
1, 10, 18, 46, 58, 70, 78, 82, 102, 106, 110, 130, 136, 148, 166, 178, 190, 220, 222, 226, 238, 250, 262, 268, 270, 282, 292, 310, 316, 330, 342, 346, 358, 378, 382, 418, 430, 438, 442, 466, 478, 486, 490, 498, 502, 508, 522, 556, 562, 568, 586, 598, 606, 618
Offset: 1
Keywords
Examples
10 is a term since 10 = phi(11) = phi(22), but phi(n) = 5*10 = 50 has no solution. 18 is a term since 18 = phi(19) = phi(27) = phi(38) = phi(54), but phi(n) = 5*18 = 90 has no solution.
Links
- Winston de Greef, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
PARI
isA350317(n) = istotient(n) && !istotient(5*n)
Comments