275578403domain: NAppears in sequencesa(0)=1 and for n>0: a(n) = if gcd(a(n-1),n)>1 then lcm(a(n-1),n) else a(n-1)+n.at n=23A076607