A225229 Numbers n such that if some integer N can be written in the form (a/2)^2+n*(b/2)^2 for integers a and b, then every prime factor P of N which occurs to an odd power can also be written in the form (c/2)^2+n*(d/2)^2 for integers c and d.
1, 2, 3, 4, 7, 8, 11, 12, 19, 43, 67, 163
Offset: 1
Examples
n = 27 is not a member of this sequence because N = 27 = (0/2)^2 + 27*(2/2)^2 is of the form (x/2)^2+27*(y/2)^2, but for the prime factor 3 which appears to an odd power in N = 27, 3 is not of the form (x/2)^2+27*(y/2)^2 because 4 * 3 = 12 is not of the form x^2+27*y^2 (also 3 itself is not of the form x^2+27*y^2).
Comments