A071008 Numbers n such that uphi(uphi(n)) = n/2.
2, 4, 16, 256, 364, 1456, 3276, 13104, 21600, 23296, 65536, 209664, 249984, 367200, 1285632, 3110400, 5963776, 6596304, 9749376, 23046144, 27216000, 33022080, 52876800, 53673984, 76639680, 94370400, 105540864, 119992320, 245765520, 285405120, 426037248
Offset: 1
Keywords
Links
- Donovan Johnson, Table of n, a(n) for n = 1..41 (terms < 2^35)
Programs
-
PARI
forstep(n=2,1e9,2,A047994(A047994(n))*2-n || print1(n", ")) \\ M. F. Hasler, Nov 20 2010
Comments