ROSECODE 173
Pandigital primes
We have 19 = 201 in base 3
Can you find all the prime numbers p such as there is a base b in which p can be written with all digits {0,...,b-1} used exactly once?
Digit 0 on the left is allowed.
Answer format: p1,p2,... // In ascending order
Can you find all the prime numbers p such as there is a base b in which p can be written with all digits {0,...,b-1} used exactly once?
Digit 0 on the left is allowed.
Answer format: p1,p2,... // In ascending order