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.

A058222 Tree of tournament sequences read across rows.

Original entry on oeis.org

1, 2, 3, 4, 4, 5, 6, 5, 6, 7, 8, 5, 6, 7, 8, 6, 7, 8, 9, 10, 7, 8, 9, 10, 11, 12, 6, 7, 8, 9, 10, 7, 8, 9, 10, 11, 12, 8, 9, 10, 11, 12, 13, 14, 9, 10, 11, 12, 13, 14, 15, 16, 6, 7, 8, 9, 10, 7, 8, 9, 10, 11, 12, 8, 9, 10, 11, 12, 13, 14, 9, 10, 11, 12, 13, 14, 15, 16, 7, 8, 9
Offset: 0

Views

Author

N. J. A. Sloane, Dec 02 2000

Keywords

Examples

			Irregular triangle begins:
  1;
  2;
  3,4;
  4,5,6,5,6,7,8;
  ...
		

Crossrefs

A008934 gives number of children at level n. Cf. A058223.
Cf. A002083.

Formula

Top node is 1; each node k has children labeled k+1, k+2, ..., 2k at next level.