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.

A202701 The first of a set of three triangles constructed by the same rule as A202692-A202694, but where the top entries in the three triangles are 0,0,1 respectively.

Original entry on oeis.org

0, 0, 0, 1, 1, 1, 0, 1, 2, 3, 53, 53, 52, 50, 47
Offset: 1

Views

Author

N. J. A. Sloane, Dec 23 2011

Keywords

Examples

			The triangle begins:
0
0 0
1 1 1
0 1 2 3
53 53 52 50 47
...
The three triangles together:
0                 0                  1
0 0               0 0                0 1
1 1 1             1 1 1              1 1 0
0 1 2 3           3 4 5 6            6 7 8 8
53 53 52 50 47    47 44 40 35 29     29 23 16 8 0
		

Crossrefs

The three triangles are A202701, A202702, A202703.