471608domain: NAppears in sequencesa(n) = a(n-1) + floor(a(n-2)/2) with a(0)=1, a(1)=2.at n=42A064324a(n) = (sum of first n primes)^2 - sum of squares of first n primes.at n=20A065595