240789749760domain: NAppears in sequencesa(1) = 1, a(n) = smallest multiple of n divisible by the sum of all previous terms.at n=19A074179a(1)=1; for n>1, a(n) = a(n-1) + lcm(a(n-1),n).at n=18A135504