OFFSET
0,1
EXAMPLE
a(1)=3 and is not 2 else there is no candidate for a(2). Similarly a(5) is not 15 so that a(6) exists.
PROG
(PARI) p=3:print1("3, "):for(n=2, 80, for(k=2, 10^9, if(gcd(k*n, p)==1&&gcd(k, n+1)==1, print1(k*n", "):p=k*n:break)))
CROSSREFS
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Oct 14 2002
EXTENSIONS
More terms from Ralf Stephan, Mar 27 2003
STATUS
approved