181504domain: NAppears in sequencesSum of those numbers t which have a unique representation as the sum of floor(n/2) distinct squares from among 1^2,...,n^2.at n=20A374510a(n) = Sum_{k=0..floor(n/3)} 2^k * 3^(n-3*k) * binomial(2*k,2*(n-3*k)).at n=18A390619