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.

A058372 a(n) = -(n + 1)*(2*n^2 + n - 12)/6.

Original entry on oeis.org

2, 3, 1, -6, -20, -43, -77, -124, -186, -265, -363, -482, -624, -791, -985, -1208, -1462, -1749, -2071, -2430, -2828, -3267, -3749, -4276, -4850, -5473, -6147, -6874, -7656, -8495, -9393, -10352, -11374, -12461, -13615, -14838, -16132, -17499, -18941, -20460, -22058, -23737
Offset: 0

Views

Author

N. J. A. Sloane, Dec 18 2000

Keywords

Programs

  • Magma
    [-(n + 1)*(2*n^2 + n - 12)/6 : n in [0..80]]; // Wesley Ivan Hurt, Aug 19 2022
  • Mathematica
    LinearRecurrence[{4,-6,4,-1},{2,3,1,-6},100] (* Paolo Xausa, Oct 22 2023 *)

Formula

G.f.: (2 - 5*x + x^2)/(1 - x)^4.