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.

A202695 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 1,0,0 respectively.

Original entry on oeis.org

1, 0, 1, 5, 5, 4, 0, 5, 10, 14, 205, 205, 200, 190, 176
Offset: 1

Views

Author

N. J. A. Sloane, Dec 23 2011

Keywords

Examples

			The triangle begins:
1
0 1
5 5 4
0 5 10 14
205 205 200 190 176
...
The three triangles together:
1                      0                      0
0 1                    1 1                    1 1
5 5 4                  4 3 2                  2 1 0
0 5 10 14              14 18 21 23            23 25 26 26
205 205 200 190 176    176 162 144 123 100    100 77 52 26 0
		

Crossrefs

The three triangles are A202695, A202696, A202697.