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!)
A107938 Numbers n such that n and n-th prime have only one common digit = 7. 5
7, 37, 74, 75, 78, 107, 127, 247, 267, 270, 272, 274, 275, 276, 277, 367, 376, 387, 407, 417, 475, 476, 527, 557, 567, 577, 587, 597, 667, 678, 697, 700, 707, 710, 713, 718, 722, 723, 728, 731, 733, 760, 762, 770, 772, 774, 776, 784, 787, 789, 791, 792, 817 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s={}; Do[If[IntegerDigits[n]\[Intersection]IntegerDigits[Prime[n]]\[Equal]{7}, s=Append[s, n]], {n, 3000}]; A107938=s
Select[Range[1000], Intersection[IntegerDigits[#], IntegerDigits[Prime[ #]]] == {7}&] (* Harvey P. Dale, May 04 2020 *)
CROSSREFS
Sequence in context: A337423 A031395 A138906 * A154105 A159491 A106064
KEYWORD
nonn,base
AUTHOR
Zak Seidov, Jun 08 2005
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 29 02:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)