A382803 Positive integers m such that phi(m) and phi(m+1) are both powers of 2.
1, 2, 3, 4, 5, 15, 16, 255, 256, 65535, 65536, 4294967295
Offset: 1
Examples
16 is present because phi(16) = 8 and phi(17) = 16, both powers of two. 17 is not present because phi(17) = 16 but phi(18) = 6, not a power of two.
Links
- User John and Caleb Stanford (Math StackExchange), A possible Property of Euler's totient function: n such that phi(n) and phi(n+1) are both powers of two
Comments