A309502 Totients congruent to 2 mod 4.
2, 6, 10, 18, 22, 30, 42, 46, 54, 58, 66, 70, 78, 82, 102, 106, 110, 126, 130, 138, 150, 162, 166, 178, 190, 198, 210, 222, 226, 238, 250, 262, 270, 282, 294, 306, 310, 330, 342, 346, 358, 366, 378, 382, 418, 430, 438, 442, 462, 466, 478, 486, 490, 498, 502
Offset: 1
Examples
10 = phi(11) = phi(22) and 10 == 2 (mod 4), so 10 is in the sequence.
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
- Andre Contiero and Davi Lima, On the distribution of totients 2 mod. 4, arXiv:1803.01396 [math.NT], 4 Mar 2018.
- André Contiero and Davi Lima, 2-Adic Stratification of Totients, arXiv:2005.05475 [math.NT], 2020.
- V. L. Klee, Jr., On the equation phi(x)=2m, Amer. Math. Monthly, 53 (1946), 327.
Programs
-
PARI
isok(t) = istotient(t) && ((t % 4) == 2); \\ Michel Marcus, Aug 05 2019
Extensions
New name using existing comment from Michel Marcus, May 14 2020
Comments