A043513 Numbers having one 6 in base 10.
6, 16, 26, 36, 46, 56, 60, 61, 62, 63, 64, 65, 67, 68, 69, 76, 86, 96, 106, 116, 126, 136, 146, 156, 160, 161, 162, 163, 164, 165, 167, 168, 169, 176, 186, 196, 206, 216, 226, 236, 246, 256, 260, 261, 262, 263, 264, 265, 267, 268
Offset: 1
Links
- Enrique Pérez Herrero, Table of n, a(n) for n = 1..2000
- Index entries for 10-automatic sequences.
Crossrefs
Programs
-
Mathematica
Select[Range[300],DigitCount[#,10,6]==1&] (* Harvey P. Dale, Aug 15 2011 *)