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.

A063853 Triangle T(n,k) (n >= 3, k = 1..n-2) read by rows giving number of abstract order types of configurations of n points in n-k dimensions.

Original entry on oeis.org

1, 1, 3, 1, 5, 11, 1, 8, 55, 93, 1, 11, 204, 5083, 2121, 1, 15, 705, 505336, 10775236, 122508, 1, 19, 2293
Offset: 3

Views

Author

N. J. A. Sloane, Aug 26 2001

Keywords

Examples

			Triangle begins:
  1;
  1,3;
  1,5,11;
  1,8,55,93;
  ...
		

Crossrefs

Diagonals give A063854, A063855, A063856, A246990, A246991. Row sums give A063857.