A331605 Positive integers k such that k = (a^2 + b^2 + c^2)/(a*b + b*c + c*a) for some integers a, b and c.
1, 2, 5, 10, 14, 17, 26, 29, 37, 50, 62, 65, 74, 77, 82, 98, 101, 109, 110, 122, 125, 145, 149, 170, 173, 190, 194, 197, 209, 226, 242, 245, 257, 269, 290, 302, 305, 314, 325, 334, 362, 365, 398, 401, 410, 434, 437, 442, 469, 482, 485, 497, 509, 514, 530, 554, 557
Offset: 1
Keywords
Examples
a(4) = 10 because 10 = ((-1)^2 + 2^2 + 5^2)/((-1)*2 + 2*5 + 5*(-1)).
Links
- Jinyuan Wang, PARI program and details with k less than 100
- Alon Amit, Quora answer about divisibility by 3
Extensions
a(22)-a(57) from Giovanni Resta, Jan 29 2020
Comments