VOOZH
about
URL: https://oeis.org/A039484
⇱ A039484 - OEIS
login
A039484
Numbers whose base-11 representation has the same nonzero number of 6's and 8's.
0
74, 94, 195, 215, 316, 336, 437, 457, 558, 578, 679, 699, 734, 745, 756, 767, 778, 789, 811, 814, 815, 816, 817, 818, 819, 821, 823, 824, 833, 844, 921, 941, 974, 985, 996, 1007, 1018, 1029, 1034, 1035, 1036, 1037, 1038, 1039, 1041, 1043, 1044, 1051
(
list
;
graph
;
refs
;
listen
;
history
;
text
;
internal format
)
OFFSET
1,1
LINKS
Table of n, a(n) for n=1..48.
MATHEMATICA
Select[Range[1100], DigitCount[#, 11, 6]==DigitCount[#, 11, 8]>0&] (*
Harvey P. Dale
, Feb 23 2015 *)
CROSSREFS
Sequence in context:
A055111
A020203
A295158
*
A098516
A209925
A066132
Adjacent sequences:
A039481
A039482
A039483
*
A039485
A039486
A039487
KEYWORD
nonn
,
base
,
easy
AUTHOR
Olivier Gérard
STATUS
approved