login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A052029 Primes base 10 that remain primes in five bases b, 2<=b<=10, expansions interpreted as decimal numbers. 3

%I #17 Mar 21 2015 04:55:31

%S 7,43,71,163,199,283,307,367,463,571,757,1033,1163,1627,1873,2683,

%T 3041,3691,3967,4483,4651,4729,4951,4973,5407,6073,6961,7351,7537,

%U 8053,8599,9103,9817,10321,10831,11251,11383,11743,12433,12853,13219,14419,14479

%N Primes base 10 that remain primes in five bases b, 2<=b<=10, expansions interpreted as decimal numbers.

%H Sebastian Petzelberger, <a href="/A052029/b052029.txt">Table of n, a(n) for n = 1..10000</a>

%H C. Rivera, <a href="http://www.primepuzzles.net/puzzles/puzz_024.htm">PP&P Puzzle 24: Primes in several bases</a>

%t Select[Prime[Range@ 1800], Count[PrimeQ /@ Table[FromDigits[IntegerDigits[#, i]], {i, 2, 10}], True] == 5 &] (* _Michael De Vlieger_, Mar 20 2015, after _Harvey P. Dale_ at A052032 *)

%o (PARI) lista(nn, nb=5) = {forprime(p=2, nn, if (sum(b=2, 10, isprime(subst(Pol(digits(p, b)), x, 10))) == nb, print1(p, ", ")););} \\ _Michel Marcus_, Mar 21 2015

%Y Cf. A038537, A052026-A052033.

%K nonn,base

%O 1,1

%A _Patrick De Geest_, Dec 15 1999

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 18 12:13 EDT 2024. Contains 375269 sequences. (Running on oeis4.)