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.

A108416 Triangle read by rows: T(n,k) counts the k-subsets of the n-th roots of 1 with absolute value of sum=1.

Original entry on oeis.org

0, 0, 1, 0, 2, 0, 3, 0, 4, 0, 0, 5, 0, 0, 6, 6, 12, 0, 7, 0, 0, 0, 8, 0, 24, 0, 0, 9, 9, 0, 18, 0, 10, 0, 40, 10, 60, 0, 11, 0, 0, 0, 0, 0, 12, 12, 60, 72, 144, 120, 0, 13, 0, 0, 0, 0, 0, 0, 14, 0, 84, 0, 210, 14, 280, 0, 15, 15, 0, 75, 60, 30, 105, 0, 16, 0, 112, 0, 336, 0, 560, 0, 0, 17, 0, 0
Offset: 0

Views

Author

Wouter Meeussen, Jun 02 2005

Keywords

Comments

Row n is divisible by n (rotation symmetry).
Row sums: A108417.

Examples

			T(6,2)=6, counting {1,3}, {1,5}, {2,4}, {2,6}, {3,5}, {4,6}.
Table starts:
  0,
  0, 1,
  0, 2, 0,
  0, 3, 3, 0,
  0, 4, 0, 4, 0,
  0, 5, 0, 0, 5, 0,
  0, 6, 6,12, 6, 6, 0,
  0, 7, 0, 0, 0, 0, 7, 0,
  0, 8, 0,24, 0,24, 0, 8, 0,
  0, 9, 9, 0,18,18, 0, 9, 9, 0
		

Crossrefs

Programs

  • Mathematica
    <