login
A043614
Numbers whose base-6 representation has exactly 6 runs.
0
7998, 8000, 8001, 8002, 8003, 8004, 8005, 8007, 8008, 8009, 8010, 8011, 8012, 8014, 8015, 8016, 8017, 8018, 8019, 8021, 8022, 8023, 8024, 8025, 8026, 8065, 8066, 8067, 8068, 8069, 8070, 8072, 8073, 8074, 8075, 8082
OFFSET
1,1
MATHEMATICA
Select[Range[9000], Length[Split[IntegerDigits[#, 6]]]==6&] (* Harvey P. Dale, Apr 29 2015 *)
CROSSREFS
Cf. A007092.
Sequence in context: A175507 A126893 A217068 * A223285 A223482 A224647
KEYWORD
nonn,base
STATUS
approved