OFFSET
1,2
COMMENTS
REFERENCES
S. Colton, Unpublished PhD Thesis, University of Edinburgh, 2000.
LINKS
S. Colton, Refactorable Numbers - A Machine Invention, J. Integer Sequences, Vol. 2, 1999, #2.
EXAMPLE
103 has 3 distinct digits in base 10 and 3 is a base 10 digit of 103.
PROG
(PARI) isok(n) = {my(d = vecsort(digits(n), , 8)); vecsearch(d, #d); } \\ Michel Marcus, Feb 23 2016
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Simon Colton (simonco(AT)cs.york.ac.uk), Aug 25 2000
STATUS
approved