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.

A182748 Triangle T(n,k) read by rows in which row n lists the first n terms of A002865, except the first term, in reverse order together with 0.

Original entry on oeis.org

0, 0, 0, 1, 0, 0, 1, 1, 0, 0, 2, 1, 1, 0, 0, 2, 2, 1, 1, 0, 0, 4, 2, 2, 1, 1, 0, 0, 4, 4, 2, 2, 1, 1, 0, 0, 7, 4, 4, 2, 2, 1, 1, 0, 0, 8, 7, 4, 4, 2, 2, 1, 1, 0, 0, 12, 8, 7, 4, 4, 2, 2, 1, 1, 0, 0
Offset: 0

Views

Author

Omar E. Pol, Dec 01 2010

Keywords

Examples

			Triangle (0<=k<=n) begins:
0,
0, 0,
1, 0, 0,
1, 1, 0, 0,
2, 1, 1, 0, 0,
2, 2, 1, 1, 0, 0,
4, 2, 2, 1, 1, 0, 0,
4, 4, 2, 2, 1, 1, 0, 0,
7, 4, 4, 2, 2, 1, 1, 0, 0,
8, 7, 4, 4, 2, 2, 1, 1, 0, 0,
		

Crossrefs