A305993 Base-3 circular primes: Numbers k for which all cyclic shifts of their base-3 expansions give base-3 expansions of prime numbers.
2, 5, 7, 13, 1093, 797161
Offset: 1
Examples
For example, 7 in base 3 is 21, and both 21 and 12 represent primes in base 3.
Links
- Lucas A. Brown, Python program.
Extensions
New name from Lucas A. Brown, Sep 24 2024
Comments