OFFSET
1,1
COMMENTS
This is an example of a sequence whose initial behavior is quite different from its limiting behavior. It starts out looking as though most numbers will appear in the sequence, but in fact it has density 0. It can't include any number that has all nine nonzero digits, and those have density 1. - Franklin T. Adams-Watters, Apr 03 2009
LINKS
David W. Wilson, Table of n, a(n) for n = 1..10000
EXAMPLE
a(1)=2 shares no digit with a(a(1))=a(2)=1;
a(2)=1 shares no digit with a(a(2))=a(1)=2; ...
a(11)=12 shares no digit with a(a(11))=a(12)=30, etc.
In building the sequence, always use the smallest available positive integer not yet present in the sequence.
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Eric Angelini, Jul 29 2009
EXTENSIONS
Edited by Max Alekseyev, Feb 11 2012
STATUS
approved