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.

A279647 Irregular triangle read by rows: possible numbers of the diagonals of an n-faced convex polyhedron.

Original entry on oeis.org

0, 0, 0, 1, 2, 4, 0, 2, 3, 4, 5, 6, 7, 9, 10, 0, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 0, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34
Offset: 4

Views

Author

Vladimir Letsko, Dec 16 2016

Keywords

Examples

			Triangle begins:
4 | 0;
5 | 0;
6 | 0, 1, 2, 4;
7 | 0, 2, 3, 4, 5, 6, 7,  9, 10;
8 | 0, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20;
		

Crossrefs