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!)
A039420 Numbers whose base-10 representation has the same nonzero number of 3's and 7's. 1
37, 73, 137, 173, 237, 273, 307, 317, 327, 347, 357, 367, 370, 371, 372, 374, 375, 376, 378, 379, 387, 397, 437, 473, 537, 573, 637, 673, 703, 713, 723, 730, 731, 732, 734, 735, 736, 738, 739, 743, 753, 763, 783, 793, 837, 873, 937, 973, 1037, 1073 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MAPLE
filter:= proc(n) local L;
L:= convert(n, base, 10);
has(L, 3) and numboccur(3, L) = numboccur(7, L)
end proc:
select(filter, [$1..5000]); # Robert Israel, Sep 24 2019
CROSSREFS
Sequence in context: A093838 A055604 A135952 * A043243 A044023 A179579
KEYWORD
nonn,base,easy
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 April 18 11:29 EDT 2024. Contains 371779 sequences. (Running on oeis4.)