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!)
A262833 (7,2)-primes (defined in Comments). 3
2, 3, 5, 7, 17, 31, 43, 47, 61, 71, 73, 89, 101, 103, 113, 127, 157, 173, 197, 199, 229, 239, 241, 269, 271, 281, 311, 337, 353, 367, 379, 383, 397, 409, 439, 449, 463, 479, 509, 521, 577, 607, 617, 631, 647, 661, 673, 677, 719, 743, 761, 827, 857, 887, 911 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Let V = (b(1), b(2), ..., b(k)), where k > 1 and b(i) are distinct integers > 1 for j = 1..k. Call p a V-prime if the digits of p in base b(1) spell a prime in each of the bases b(2), ..., b(k).
LINKS
MATHEMATICA
{b1, b2} = {2, 7};
u = Select[Prime[Range[6000]], PrimeQ[FromDigits[IntegerDigits[#, b1], b2]] &]; (* A235477 *)
v = Select[Prime[Range[6000]], PrimeQ[FromDigits[IntegerDigits[#, b2], b1]] &]; (* A262833 *)
w = Intersection[u, v]; (* A262834 *)
(* Peter J. C. Moses, Sep 27 2015 *)
CROSSREFS
Sequence in context: A030480 A048418 A074788 * A070805 A255161 A103385
KEYWORD
nonn,easy,base
AUTHOR
Clark Kimberling, Nov 01 2015
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 April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)