186385domain: NAppears in sequencesa(1)=2; for n>1, a(n)=2*a(n-1)-1 if that number is composite, a(n)=a(n-1)+1 otherwise.at n=25A081869