98146domain: NAppears in sequencesNoncube integers n such that n^2 + 1 is the sum of 2 positive cubes.at n=26A267119Triangle read by rows: T(n,k) is the number of steps in constructing a tree f(n,k) where f(a,b) = f(f(a-1,b), f(a,b-1)), f(0,b) = f(b-1,b-1), f(a,0) = f(a-1,a-1), f(0,0) = 0; n >= 0, k = 0..n.at n=33A369792