|
|
A039400
|
|
Numbers n such that representation in base 10 has same nonzero number of 0's and 8's.
|
|
0
|
|
|
80, 108, 180, 208, 280, 308, 380, 408, 480, 508, 580, 608, 680, 708, 780, 801, 802, 803, 804, 805, 806, 807, 809, 810, 820, 830, 840, 850, 860, 870, 890, 908, 980, 1018, 1028, 1038, 1048, 1058, 1068, 1078, 1081, 1082, 1083, 1084, 1085, 1086, 1087
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,1
|
|
LINKS
|
Table of n, a(n) for n=1..47.
|
|
MATHEMATICA
|
Select[Range[1100], DigitCount[#, 10, 8]==DigitCount[#, 10, 0]>0&] (* Harvey P. Dale, Jan 13 2017 *)
|
|
CROSSREFS
|
Sequence in context: A105449 A223084 A043223 * A044003 A062376 A223087
Adjacent sequences: A039397 A039398 A039399 * A039401 A039402 A039403
|
|
KEYWORD
|
nonn,base,easy
|
|
AUTHOR
|
Olivier Gérard
|
|
STATUS
|
approved
|
|
|
|