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”).

A254443
Numbers n such that T(n) + T(n+1) + ... + T(n+21) is a square, where T(m) = A000217(m) is the m-th triangular number.
1
35, 75, 911, 1707, 18383, 34263, 366947, 683751, 7320755, 13640955, 146048351, 272135547, 2913646463, 5429070183, 58126881107, 108309268311, 1159623975875, 2160756296235, 23134352636591, 43106816656587, 461527428756143, 859975576835703, 9207414222486467
OFFSET
1,1
COMMENTS
Positive integers y in the solutions to 2*x^2-22*y^2-484*y-3542 = 0.
FORMULA
G.f.: x*(9*x^4+4*x^3-136*x^2-40*x-35) / ((x-1)*(x^4-20*x^2+1)).
PROG
(PARI) Vec(x*(9*x^4+4*x^3-136*x^2-40*x-35)/((x-1)*(x^4-20*x^2+1)) + O(x^100))
CROSSREFS
Cf. A116476 (length 11), A257293 (length 13).
Sequence in context: A039382 A043205 A043985 * A300160 A257750 A257751
KEYWORD
nonn,easy
AUTHOR
Colin Barker, May 04 2015
STATUS
approved