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.

A027085 a(n) = A027082(n, n+3).

Original entry on oeis.org

5, 16, 39, 84, 169, 328, 623, 1168, 2173, 4024, 7431, 13700, 25233, 46448, 85471, 157248, 289269, 532096, 978727, 1800212, 3311161, 6090232, 11201743, 20603280, 37895405, 69700584, 128199431, 235795588, 433695777, 797690976
Offset: 0

Views

Author

Keywords

Crossrefs

Programs

  • Mathematica
    CoefficientList[Series[-((-x^3+x^2+x+5)/((x-1)^2 (x^3+x^2+x-1))),{x,0,30}],x] (* Harvey P. Dale, May 15 2013 *)

Formula

G.f.: (x^3-x^2-x-5)/((x-1)^2(x^3+x^2+x-1)). - Harvey P. Dale, May 15 2013
a(n) = A027025(n) + n + 1.
a(n) = A000213(n+6) -3*(n+4). - R. J. Mathar, Jun 24 2020