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!)
A052031 Primes base 10 that remain primes in three bases b, 2<=b<=10, expansions interpreted as decimal numbers. 3
11, 13, 17, 29, 31, 47, 59, 61, 83, 89, 97, 101, 109, 149, 151, 179, 181, 197, 227, 241, 251, 281, 331, 349, 353, 359, 373, 383, 419, 421, 439, 449, 457, 487, 503, 541, 547, 563, 587, 601, 617, 659, 673, 709, 727, 733, 743, 751, 773, 811, 823, 877, 953, 967 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Sebastian Petzelberger, Table of n, a(n) for n = 1..10000
EXAMPLE
11 is 23_4, 13_8 and 11_10.
MATHEMATICA
Select[Prime[Range@ 165], Count[PrimeQ /@ Table[FromDigits[IntegerDigits[#, i]], {i, 2, 10}], True] == 3 &] (* Michael De Vlieger, Mar 20 2015 after Harvey P. Dale at A052032 *)
CROSSREFS
Sequence in context: A250402 A356383 A335976 * A166009 A240107 A105892
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Dec 15 1999
STATUS
approved

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 March 28 13:42 EDT 2024. Contains 371254 sequences. (Running on oeis4.)