login
The OEIS is supported by
the many generous donors to the OEIS Foundation
.
A039190
Numbers whose base-11 representation has the same number of 4's and 6's.
0
0, 1, 2, 3, 5, 7, 8, 9, 10, 11, 12, 13, 14, 16, 18, 19, 20, 21, 22, 23, 24, 25, 27, 29, 30, 31, 32, 33, 34, 35, 36, 38, 40, 41, 42, 43, 50, 55, 56, 57, 58, 60, 62, 63, 64, 65, 70, 77, 78, 79, 80, 82, 84, 85, 86, 87, 88, 89, 90, 91, 93, 95, 96, 97, 98, 99, 100, 101, 102
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,3
LINKS
Table of n, a(n) for n=1..69.
MATHEMATICA
Select[Range[0, 110], DigitCount[#, 11, 4]==DigitCount[#, 11, 6]&] (*
Harvey P. Dale
, Sep 21 2011 *)
CROSSREFS
Sequence in context:
A198424
A337139
A039248
*
A039142
A346127
A039103
Adjacent sequences:
A039187
A039188
A039189
*
A039191
A039192
A039193
KEYWORD
nonn
,
base
,
easy
AUTHOR
Olivier Gérard
STATUS
approved