OFFSET
1,2
COMMENTS
Obviously no number containing a zero digit is in the sequence.
EXAMPLE
For 0 <= p <= 9, p - P(p) = 0, hence 0 is in the sequence.
It's easy to see that if p has 2 digits or more the difference p - P(p) has at least 2 digits, hence 1 to 9 are in the sequence.
CROSSREFS
KEYWORD
easy,nonn,base
AUTHOR
Philippe Lallouet (philip.lallouet(AT)orange.fr), Feb 01 2008
STATUS
approved