A350320 Totient numbers k such that 10*k is a nontotient.
110, 13310, 18260, 78980, 130460, 143660, 163460, 164780, 167420, 284900, 325160, 329780, 332420, 370700, 381260, 403700, 418220, 431420, 453860, 514580, 526460, 535700, 554180, 560780, 603020, 628100, 646580, 665060, 675620, 732380, 745580, 765380, 801020
Offset: 1
Keywords
Examples
110 is a term since 110 = phi(121) = phi(242), but phi(n) = 10*110 = 1100 has no solution. 13310 is a term since 13310 = phi(14641) = phi(29282), but phi(n) = 10*13310 = 133100 has no solution.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
PARI
isA350320(n) = istotient(n) && !istotient(10*n)
Comments