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!)
A231474 Primes whose base-3 representation is also the base-5 representation of a prime. 3
2, 3, 5, 7, 13, 17, 29, 31, 37, 41, 59, 67, 79, 97, 101, 109, 113, 137, 139, 149, 151, 173, 181, 193, 223, 229, 251, 269, 271, 293, 311, 331, 353, 367, 373, 379, 383, 389, 397, 401, 457, 467, 491, 503, 617, 631, 641, 647, 653, 673, 701, 773, 787, 797, 809, 829, 853, 857, 911, 929, 953, 977 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This sequence is part of a two-dimensional array of sequences, given in the LINK, based on this same idea for any two different bases b, c > 1. Sequence A235265 and A235266 are the most elementary ones in this list. Sequences A089971, A089981 and A090707 through A090721, and sequences A065720 - A065727, follow the same idea with one base equal to 10.
LINKS
EXAMPLE
7 = 21_3 and 21_5 = 11 are both prime, so 7 is a term.
MATHEMATICA
Select[Prime@ Range@ 500, PrimeQ@ FromDigits[ IntegerDigits[#, 3], 5] &] (* Giovanni Resta, Sep 12 2019 *)
PROG
(PARI) is(p, b=5, c=3)=isprime(vector(#d=digits(p, c), i, b^(#d-i))*d~)&&isprime(p) \\ Note: This code is only valid for b > c.
CROSSREFS
Cf. A235265, A235266, A235473, A152079, A235461 - A235482, A065720A036952, A065721 - A065727, A235394, A235395, A089971A020449, A089981, A090707 - A091924. See the LINK for further cross-references.
Sequence in context: A233282 A001000 A094947 * A092621 A188809 A350443
KEYWORD
nonn,base
AUTHOR
M. F. Hasler, Jan 12 2014
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 May 9 04:59 EDT 2024. Contains 372341 sequences. (Running on oeis4.)