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!)
A235627 Primes whose base-7 representation also is the base-5 representation of a prime. 2
2, 3, 7, 17, 23, 31, 53, 71, 73, 79, 101, 109, 113, 127, 151, 157, 197, 199, 359, 401, 409, 449, 463, 521, 541, 557, 743, 863, 1033, 1039, 1103, 1151, 1193, 1229, 1451, 1487, 1499, 1543, 2423, 2521, 2549, 2621, 2753, 2857, 2909, 2957, 3089, 3257, 3313, 3511, 3529, 3593 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
This sequence is part of the two-dimensional array of sequences 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
Both 17 = 23_7 and 23_5 = 13 are prime.
PROG
(PARI) is(p, b=5, c=7)=vecmax(d=digits(p, c))<b&&isprime(vector(#d, i, b^(#d-i))*d~)&&isprime(p)
(PARI) forprime(p=1, 3e3, is(p, 7, 5)&&print1(vector(#d=digits(p, 5), i, 7^(#d-i))*d~, ", ")) \\ To produce the terms, this is more efficient than to select them using straightforwardly is(.)=is(., 5, 7)
CROSSREFS
Cf. A235635, A235265, A235266, A152079, A235461 - A235482, A065720 - A065727, A235394, A235395, A089971A020449, A089981, A090707 - A091924, A235615 - A235639. See the LINK for further cross-references.
Sequence in context: A045332 A045333 A040141 * A019335 A113425 A289379
KEYWORD
nonn,base
AUTHOR
M. F. Hasler, Jan 13 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 April 19 16:08 EDT 2024. Contains 371794 sequences. (Running on oeis4.)