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.

A177862 Irregular triangle read by rows in which row n (n>=0) is a list of the numbers of different regions into which n lines can divide the plane.

Original entry on oeis.org

1, 2, 3, 4, 4, 6, 7, 5, 8, 9, 10, 11, 6, 10, 12, 13, 14, 15, 16, 7, 12, 15, 16, 17, 18, 19, 20, 21, 22
Offset: 0

Views

Author

N. J. A. Sloane, Dec 18 2010

Keywords

Examples

			Triangle begins:
  1
  2
  3  4
  4  6  7
  5  8  9 10 11
  6 10 12 13 14 15 16
  7 12 15 16 17 18 19 20 21 22
  ...
		

Crossrefs

A000124, A055503, and A263883 are subsequences.
Cf. A241600.

Extensions

Duplicate term 22 removed on row n=6 and example fixed by Luc Rousseau, Feb 25 2019