A350319 Totient numbers k such that 9*k is a nontotient.
1, 10, 46, 66, 78, 106, 126, 138, 150, 166, 178, 190, 210, 226, 262, 268, 270, 306, 346, 358, 366, 372, 378, 382, 418, 430, 442, 466, 478, 490, 506, 522, 546, 570, 586, 598, 606, 630, 646, 676, 682, 718, 726, 738, 750, 786, 810, 822, 826, 838, 882, 886, 906
Offset: 1
Keywords
Examples
10 is a term since 10 = phi(11) = phi(22), but phi(n) = 9*10 = 90 has no solution. 46 is a term since 46 = phi(47) = phi(94), but phi(n) = 9*46 = 414 has no solution.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
PARI
isA350319(n) = istotient(n) && !istotient(9*n)