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.

A259100 Triangle read by rows, arising in the enumeration of corners.

Original entry on oeis.org

1, 0, 1, 0, 2, 1, 0, 3, 2, 1, 0, 4, 5, 2, 1, 0, 5, 8, 5, 2, 1, 0, 6, 14, 10, 5, 2, 1, 0, 7, 20, 18, 10, 5, 2, 1, 0, 8, 30, 30, 20, 10, 5, 2, 1
Offset: 0

Views

Author

N. J. A. Sloane, Jun 22 2015

Keywords

Examples

			Triangle begins:
  1;
  0,  1;
  0,  2,  1;
  0,  3,  2,  1;
  0,  4,  5,  2,  1;
  0,  5,  8,  5,  2,  1;
  0,  6, 14, 10,  5,  2,  1;
  0,  7, 20, 18, 10,  5,  2,  1;
  0,  8, 30, 30, 20, 10,  5,  2,  1;
  ...
		

Crossrefs

Row sums = A006330.

Formula

Kreweras gives a recurrence on page 281.