A339062 Sorted list of prime numbers in the union of 7-tuples (a,b,c,d,e,f,g) satisfying a^2 + b^2 + c^2 + d^2 + e^2 + f^2 + g^2 = a*b*c*d*e*f*g.
2, 3, 5, 23, 37, 67, 181, 307, 359, 1559, 2417, 59123, 88327, 95783, 99907, 304151, 606839, 932999, 1179491, 1531619, 1860337, 2188919, 2363441, 3578437, 5474849, 7577351, 11273459, 12994823, 32393057, 48222721, 127896599, 248648401, 932998067, 1109123111, 2671715093, 4488932999, 9347244311
Offset: 1
Keywords
Examples
{1, 1, 2, 2, 3, 23, 274} is a solution to the equation. So the primes 2,3,23 are terms of the sequence.
Links
- Carlos Rivera, Puzzle 1019. Follow-up to Puzzle 625, The Prime Puzzles and Problems Connection.
Comments