The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A224321 Primes without "7" as a digit that remain prime when any single digit is replaced with "7". 2
2, 3, 5, 11, 13, 19, 31, 41, 43, 61, 109, 139, 251, 643, 4933, 9433, 36493, 191416111, 1304119699 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No more terms < 10^13.
LINKS
G. L. Honaker, Jr. and Chris Caldwell, Prime Curios! 1304119699
Carlos Rivera, Puzzle 591
MATHEMATICA
lst = {}; n = 7; Do[If[PrimeQ[p], i = IntegerDigits[p]; If[FreeQ[i, n], t = 0; s = IntegerLength[p]; Do[If[PrimeQ@FromDigits@Insert[Drop[i, {d}], n, d], t++, Break[]], {d, s}]; If[t == s, AppendTo[lst, p]]]], {p, 36493}]; lst
CROSSREFS
Cf. A224319-A224320, A224322. Subsequence of A038615.
Sequence in context: A042999 A089194 A050229 * A053184 A228445 A287164
KEYWORD
base,more,nonn
AUTHOR
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 June 7 18:23 EDT 2024. Contains 373206 sequences. (Running on oeis4.)