A337218 The positive integers uniquely represented by the ternary form x^2 + 2*y^2 + 2*z^2, with integers x <= 0, and 0 <= y <= z.
1, 2, 3, 5, 6, 10, 12, 13, 14, 21, 22, 30, 37, 42, 46, 48, 58, 70, 78, 93, 133, 142, 190, 192, 253, 768, 3072, 12288, 49152, 196608, 786432, 3145728, 12582912, 50331648, 201326592, 805306368, 3221225472, 12884901888
Offset: 1
Examples
4 is not a member because (x, y, z) = (0, 1, 1) and (2, 0, 0) give both 4. 3 is a member with one solution (1, 0, 1). 5 is a member with one solutuion (1, 1, 1). 7 is not a member because there is no solution. 11 is not a member because there are two solutions (1, 1, 2) and (3, 0, 1).
References
- Irving Kaplansky, Integers Uniquely Represented by Certain Ternary Forms, in "The Mathematics of Paul Erdős I", Ronald. L. Graham and Jaroslav Nešetřil (Eds.), Springer, 1997, pp. 86 - 94.
Formula
See the comment for the union of the three sequences (i), (ii) and (iii).
Comments