A373240 Greatest common divisor of the product of terms in positive Pythagorean n-tuples, over all possible such tuples.
60, 12, 2, 24, 6, 8, 12, 3, 4, 12, 6, 8, 6, 24, 4, 3, 12, 4, 6, 24, 2, 24, 12, 1
Offset: 3
Examples
For n = 8, then 8 | a(n). Since 1^2 + 1^2 + 1^2 + 1^2 + 2^2 + 2^2 + 2^2 = 4^2 with P = 1*1*1*1*2*2*2*4 = 32 and 1^2 + 1^2 + 1^2 + 1^2 + 1^2 + 2^2 + 4^2 = 5^2 with P = 1*1*1*1*1*2*4*5 = 40, then a(8) = gcd(32,40) = 8, and no larger number will divide the product of terms in every Pythagorean octuple.
Links
- Des MacHale and Christian van den Bosch, Generalising a result about Pythagorean triples, The Mathematical Gazette, Vol. 96, March 2012.
Comments