510715domain: NAppears in sequencesNumbers n whose digits can be divided into two substrings, x and y, such that n = y^2-x.at n=3A162184a(n) = Sum_{k=0..floor(n/3)} 2^k * binomial(n-2*k,k)^2.at n=17A387507