login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A274758
Least number whose square is the sum of two positive triangular numbers in exactly n ways.
1
2, 4, 9, 34, 91, 66, 534, 121, 134, 716, 40391, 516
OFFSET
1,1
COMMENTS
a(13) > 4*10^7, if it exists. - Giovanni Resta, Jul 04 2016
EXAMPLE
a(1) = 2 because 2^2 = 1 + 3.
a(2) = 4 because 4^2 = 1 + 15 = 6 + 10.
a(3) = 9 because 9^2 = 3 + 78 = 15 + 66 = 36 + 45.
CROSSREFS
KEYWORD
nonn,more
AUTHOR
Altug Alkan, Jul 04 2016
EXTENSIONS
a(9)-a(12) from Giovanni Resta, Jul 04 2016
STATUS
approved