OFFSET
0,1
COMMENTS
The 0's are only conjectures (search extended to 2000).
EXAMPLE
a(0) = 4, as 4 has no unrelated numbers less than it. a(5) = 14. The unrelated numbers pertaining to 14 are 4,6,8 10 and 12.
PROG
(PARI) for(n=0, 100, s=-1:k=2:while(s!=n&&k<2000, k=k+1:s=0:for(l=2, k-1, if((k%l>0)&&gcd(k, l)>1, s=s+1))): if(k==2000, k=0):print1(k", "))
CROSSREFS
KEYWORD
nonn
AUTHOR
Amarnath Murthy, May 10 2002
EXTENSIONS
Corrected and extended by Ralf Stephan, Mar 22 2003
STATUS
approved