cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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.

Original entry on oeis.org

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

Views

Author

Colin Barker, May 04 2015

Keywords

Comments

Positive integers y in the solutions to 2*x^2-22*y^2-484*y-3542 = 0.

Crossrefs

Cf. A116476 (length 11), A257293 (length 13).

Programs

  • 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))

Formula

G.f.: x*(9*x^4+4*x^3-136*x^2-40*x-35) / ((x-1)*(x^4-20*x^2+1)).