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.

A133082 Triangle read by rows: T(k,m) = dimension of shape space for k labeled points in R^m (1 <= k <= m-1, m >= 2).

Original entry on oeis.org

0, 1, 2, 2, 4, 5, 3, 6, 8, 9, 4, 8, 11, 13, 14, 5, 10, 14, 17, 19, 20, 6, 12, 17, 21, 24, 26, 27, 7, 14, 20, 25, 29, 32, 34, 35, 8, 16, 23, 29, 34, 38, 41, 43, 44, 9, 18, 26, 33, 39, 44, 48, 51, 53, 54, 10, 20, 29, 37, 44, 50, 55, 59, 62, 64, 65
Offset: 2

Views

Author

N. J. A. Sloane, Aug 24 2009

Keywords

Examples

			Triangle begins:
0
1 2
2 4 5
3 6 8 9
4 8 11 13 14
5 10 14 17 19 20
6 12 17 21 24 26 27
7 14 20 25 29 32 34 35
8 16 23 29 34 38 41 43 44
9 18 26 33 39 44 48 51 53 54
10 20 29 37 44 50 55 59 62 64 65
		

References

  • D. G. Kendall et al., Shape and Shape Theory, Wiley, 1999; see p. 6.

Crossrefs

Right-hand edge = A000096.

Formula

The k-th column is an arithmetic progression with difference k.