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.

A049340 Triangle read by rows: T(n,k) is the number of planar graphs with n >= 1 nodes and 0 <= k <= binomial(n,2) edges, all degrees even.

Original entry on oeis.org

1, 1, 0, 1, 0, 0, 1, 1, 0, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 3, 2, 2, 1, 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 1, 1, 3, 4, 4, 6, 5, 5, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1, 1, 3, 4, 7, 9, 15, 17, 22, 14, 16, 5, 4, 0, 1, 0, 0, 0
Offset: 1

Views

Author

Keywords

Examples

			Triangle begins:
  1;
  1, 0;
  1, 0, 0, 1;
  1, 0, 0, 1, 1, 0, 0;
  1, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0;
  1, 0, 0, 1, 1, 1, 3, 2, 2, 1, 1, 0, 1, 0, 0, 0;
  ...
		

Crossrefs

Rows sums give A049339.

Extensions

Entry revised by Sean A. Irvine, Jul 29 2021