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.

A099558 Antidiagonal sums of the triangle A099557.

Original entry on oeis.org

1, 1, 2, 3, 4, 6, 9, 14, 22, 34, 52, 79, 120, 183, 280, 429, 657, 1005, 1536, 2347, 3587, 5484, 8386, 12824, 19609, 29981, 45837, 70079, 107145, 163820, 250476, 382969, 585541, 895258, 1368795, 2092808, 3199790, 4892313, 7480094, 11436670
Offset: 0

Views

Author

Paul D. Hanna, Oct 22 2004

Keywords

Crossrefs

Cf. A099557.

Programs

  • PARI
    a(n)=polcoeff((1-x+x^2)/((1-x)^2-x^5)+x*O(x^n),n)

Formula

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