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.

A259413 Triangular numbers (A000217) that are the sum of eleven consecutive triangular numbers.

Original entry on oeis.org

2145, 3916, 7381, 13530, 843051, 1547920, 2926990, 5374281, 335521560, 616057651, 1164924046, 2138939715, 133536727236, 245189386585, 463636832725, 851292621696, 53147281907775, 97584759792586, 184526294489911, 338812324484700, 21152484662556621
Offset: 1

Views

Author

Colin Barker, Jun 26 2015

Keywords

Examples

			2145 is in the sequence because T(65) = 2145 = 105 + 120 + 136 + 153 + 171 + 190 + 210 + 231 + 253 + 276 + 300 = T(14) + ... + T(24).
		

Crossrefs

Programs

  • Mathematica
    LinearRecurrence[{1, 0, 0, 398, -398, 0, 0, -1, 1}, {2145, 3916, 7381, 13530, 843051, 1547920, 2926990, 5374281, 335521560}, 30] (* Vincenzo Librandi, Jun 27 2015 *)
  • PARI
    Vec(-11*x*(6*x^8-x^7+x^5-2199*x^4+559*x^3+315*x^2+161*x+195)/((x-1)*(x^4-20*x^2+1)*(x^4+20*x^2+1)) + O(x^30))

Formula

G.f.: -11*x*(6*x^8-x^7+x^5-2199*x^4+559*x^3+315*x^2+161*x+195) / ((x-1)*(x^4-20*x^2+1)*(x^4+20*x^2+1)).