61874domain: NAppears in sequencesNumbers k such that k+x+y is a perfect cube, where x and y are the two cubes nearest to k.at n=19A238599a(n) = Sum_{k=1..n} (-1)^(k+1) * floor(n/k)^4.at n=15A344722