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.

Showing 1-1 of 1 results.

A131257 Triangle read by rows: A052509 * A097807 as infinite lower triangular matrices.

Original entry on oeis.org

1, 0, 1, 0, 1, 1, -1, 2, 1, 1, 0, 1, 3, 1, 1, 0, 1, 4, 3, 1, 1, 1, 0, 6, 5, 3, 1, 1, 0, 1, 6, 10, 5, 3, 1, 1, 0, 1, 7, 15, 11, 5, 3, 1, 1, -1, 2, 7, 22, 20, 11, 5, 3, 1, 1, 0, 1, 9, 28, 36, 21, 11, 5, 3, 1, 1, 0, 1, 10, 36, 57, 42, 21, 11, 5, 3, 1, 1, 1, 0, 12, 44, 86, 77, 43, 21, 11, 5, 3, 1, 1
Offset: 0

Views

Author

Gary W. Adamson, Jun 23 2007

Keywords

Comments

Row sums give A099517.

Examples

			First few rows of the triangle:
   1;
   0, 1;
   0, 1, 1;
  -1, 2, 1, 1;
   0, 1, 3, 1, 1;
   0, 1, 4, 3, 1, 1;
   1, 0, 6, 5, 3, 1, 1;
  ...
		

Crossrefs

Formula

A052509 * A000012 (signed, + - + - by columns).

Extensions

a(48) = 22 corrected and more terms from Georg Fischer, Jun 05 2023
Showing 1-1 of 1 results.