A274686 Least number k such that k-th triangular number is the sum of two nonzero squares in exactly n ways.
4, 40, 25, 145, 625, 169, 31249, 985, 2600, 2500, 87890625, 3649, 384199200, 15625, 33124, 6409
Offset: 1
Examples
a(2) = 40 because 40*41 / 2 = 820 = 6^2 + 28^2 = 12^2 + 26^2.
Extensions
a(11)-a(16) from Giovanni Resta, Jul 04 2016
Comments