524477domain: NAppears in sequencesNumbers n such that sopf(n) = sopf(n-1) + sopf(n-2), where sopf(x) = sum of the distinct prime factors of x.at n=31A075565a(n) = n*(n-1)/2 + 2^(n-1) - 1.at n=19A335439