OFFSET
1,1
COMMENTS
This is a 10-automatic language. - Charles R Greathouse IV, Oct 05 2011
MATHEMATICA
Select[Range[800], DigitCount[#, 10, 8]>0&&Table[DigitCount[#, 10, n], {n, {0, 2, 4, 6}}]=={0, 0, 0, 0}&] (* Harvey P. Dale, Mar 22 2015 *)
PROG
(Perl) for (0..1000) {
print "$_, " if (/^[135789]*8[135789]*$/)
} # Charles R Greathouse IV, Oct 05 2011
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Eric Angelini, Oct 21 2004
STATUS
approved