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.

A063858 Triangle T(n,k) (n >= 2, k = 0..n-2) giving number of abstract dissection types of configurations of n points in n-k dimensions.

Original entry on oeis.org

1, 1, 3, 1, 5, 8, 1, 7, 27, 46, 1, 9, 71, 1063, 790, 1, 11, 156, 44956, 1434219, 37829, 1, 13, 325
Offset: 2

Views

Author

N. J. A. Sloane, Aug 26 2001

Keywords

Examples

			Triangle begins
  1;
  1,3;
  1,5,8;
  1,7,27,46;
  ...
		

Crossrefs

Diagonals give A063859, A063860, A063861, A246992, A246993. Row sums give A063862.