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!)
A285803 Numbers k such that both k and 2k contain the digit 7. 0
37, 87, 137, 187, 237, 287, 337, 357, 367, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 387, 397, 437, 487, 537, 587, 637, 687, 735, 736, 737, 738, 739, 785, 786, 787, 788, 789, 837, 857, 867, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 887, 897, 937 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
37 is in the sequence because 2 * 37 = 74, which has one 7.
47 is not in the sequence because 2 * 47 = 94, which has no 7's.
MATHEMATICA
Select[Range[10^3], Times @@ Boole@ Map[DigitCount[#, 10, 7] > 0 &, # {1, 2}] > 0 &] (* Michael De Vlieger, Apr 26 2017 *)
CROSSREFS
Cf. A039938.
Sequence in context: A044556 A350003 A330362 * A157043 A246930 A142525
KEYWORD
nonn,base
AUTHOR
J. Lowell, Apr 26 2017
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)