A084482 Primes base 10 that remain primes in all nine bases b, 2<=b<=10, when the expansions are interpreted as decimal numbers.
50006393431, 727533146383, 2250332130313, 2651541199513, 4437592255351, 4877749016143, 6777899690983, 7417899095713, 7431376081543, 7766799025303, 9078654198463, 10712216924641, 12244626455491, 13562282568103, 14180813918071, 14833027106593, 19479075240913, 19971686697103, 23196986067193, 34431442237963, 36429184518721, 49198998504223
Offset: 1
Links
- Carlos Rivera, PP and P Puzzle 24: Primes in several bases
Programs
-
PARI
isok(n) = sum(b=2, 10, isprime(subst(Pol(digits(n, b)), x, 10))) == 9; \\ Michel Marcus, Mar 22 2015
Extensions
Thanks to David W. Wilson for proposing the sequence and W. Edwin Clark for verifying the terms using Maple's command isprime.
Comments