135583domain: NAppears in sequencesa(n) = sum of all divisors of all numbers k such that n^2 <= k < (n+1)^2.at n=33A168012a(n) = floor(a(n-1)/(2^(1/3)-1)) with a(1)=1.at n=9A301483