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.

A053207 Rows of triangle formed using Pascal's rule except begin n-th row with n and end it with n+1.

Original entry on oeis.org

0, 1, 2, 3, 3, 4, 5, 6, 7, 6, 7, 11, 13, 13, 8, 9, 18, 24, 26, 21, 10, 11, 27, 42, 50, 47, 31, 12, 13, 38, 69, 92, 97, 78, 43, 14, 15, 51, 107, 161, 189, 175, 121, 57, 16, 17, 66, 158, 268, 350, 364, 296, 178, 73, 18, 19, 83, 224, 426, 618, 714, 660, 474, 251, 91, 20
Offset: 0

Views

Author

Asher Auel, Dec 13 1999

Keywords

Examples

			Triangle begins:
  0;
  1,  2;
  3,  3,  4;
  5,  6,  7,  6;
  7, 11, 13, 13, 8;
  ...
		

Crossrefs

Row sums give A053208.
Cf. A007318 (Pascal's triangle)