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.

A137853 Triangle read by rows: row sums give natural numbers A000027.

Original entry on oeis.org

1, 0, 2, 1, 2, 0, 1, 0, 3, 0, 0, 2, 3, 0, 0, 1, 2, 3, 0, 0, 0, 1, 2, 0, 4, 0, 0, 0, 1, 0, 3, 4, 0, 0, 0, 0, 0, 2, 3, 4, 0, 0, 0, 0, 0, 1, 2, 3, 4, 0, 0, 0, 0, 0, 0, 1, 2, 3, 0, 5, 0, 0, 0, 0, 0, 0, 1, 2, 0, 4, 5, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3, 4, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 4, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0
Offset: 1

Views

Author

Mats Granvik, Feb 14 2008

Keywords

Comments

Each row contains a series of consecutive numbers. There is a diagonal pattern of zeros in the left part of the table.

Examples

			1 = 1
0+2 = 2
1+2+0 = 3
1+0+3+0 = 4
0+2+3+0+0 = 5
1+2+3+0+0+0 = 6
1+2+0+4+0+0+0 = 7
1+0+3+4+0+0+0+0 = 8
0+2+3+4+0+0+0+0+0 = 9
		

Crossrefs

Cf. A000027.