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.

A144336 Triangle read by rows, 2*A144328 - A007318^(-1).

Original entry on oeis.org

1, 3, 1, 1, 4, 3, 3, -1, 7, 5, 1, 6, -2, 10, 7, 3, -3, 14, -4, 13, 9, 1, 8, -11, 26, -7, 16, 11, 3, -5, 25, -29, 43, -11, 19, 13, 1, 10, -24, 62, -62, 66, -16, 22, 15, 3, -7, 40, -78, 134, -116, 96, -22, 25, 17
Offset: 1

Views

Author

Gary W. Adamson & Roger L. Bagula, Sep 18 2008

Keywords

Comments

Row sums = A003682: (1, 4, 8, 14, 22, 32, 44,...).

Examples

			First few rows of the triangle =
1;
3, 1;
1, 4, 3
3, -1, 7, 5;
1, 6, -2, 10, 7;
3, -3, 14, -4, 13, 9;
1, 8, -11, 26, -7, 16, 11;
3, -5, 25, -29, 43, -11, 19, 13;
...
		

Crossrefs

Formula

Twice triangle A144328 minus the inverse of Pascal's triangle.