926552domain: NAppears in sequencesPositive integers whose square is the sum of 33 consecutive squares.at n=14A257767a(0) = 1; a(n) = Sum_{k=0..floor((n-1)/2)} binomial(n,2*k+1) * a(k) * a(n-2*k-1).at n=9A352435