A274038 Least number k such that the sum of squares of positive divisors of k is the sum of two nonzero squares in exactly n ways.
2, 6, 24, 40, 104, 94, 728, 248, 376, 614, 611394, 584, 1880, 3055, 2632, 1570
Offset: 1
Examples
a(2) = 6 because 6 is divisible by 1, 2, 3, 6. 1^2 + 2^2 + 3^2 + 6^2 = 1^2 + 7^2 = 5^2 + 5^2.
Extensions
a(11) from Giovanni Resta, Jun 13 2016
a(14)-a(16) from Lars Blomberg, Sep 20 2017
Comments