A300166 Numbers of the form m^2 + 1 that can be expressed in more than one way as j^2 + k^2 with j > k > 1 and gcd(j,k) = 1.
2210, 5185, 5330, 6890, 9605, 12545, 14885, 15130, 16385, 17425, 17690, 19045, 20165, 21905, 24650, 26245, 29585, 29930, 30277, 31330, 33490, 34970, 36482, 36865, 40001, 41210, 43265, 44945, 45370, 46657, 47090, 51985, 54290, 56170, 58565, 63505
Offset: 1
Keywords
Examples
a(1) = 2210 because its 3 representations satisfy the conditions j > k > 1 and gcd(j,k) = 1: 2210 = 47^2 + 1 = 43^2 + 19^2 = 41^2 + 23^2 = 37^2 + 29^2.
Links
- Hugo Pfoertner, Table of n, a(n) for n = 1..10000
Comments