A043523 Numbers having three 8's in base 10.
888, 1888, 2888, 3888, 4888, 5888, 6888, 7888, 8088, 8188, 8288, 8388, 8488, 8588, 8688, 8788, 8808, 8818, 8828, 8838, 8848, 8858, 8868, 8878, 8880, 8881, 8882, 8883, 8884, 8885, 8886, 8887, 8889, 8898, 8988, 9888, 10888
Offset: 1
Links
- Daniel Starodubtsev, Table of n, a(n) for n = 1..10000
Crossrefs
Subsequence of A011538.
Programs
-
Mathematica
Select[Range[11000],DigitCount[#,10,8]==3&] (* Harvey P. Dale, May 25 2023 *)