A274567 Least number k such that k^2-1 is the sum of two nonzero squares in exactly n ways.
3, 81, 51, 291, 1251, 339, 62499, 1971, 5201, 5001, 175781251, 7299
Offset: 1
Examples
a(2) = 81 because 81^2 - 1 = 28^2 + 76^2 = 44^2 + 68^2.
Extensions
a(10) from Chai Wah Wu, Jul 22 2020
Comments