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.

A345628 Irregular triangle T(n,k) read by rows of the number of elements of order k in the dicyclic group Dic(n) for n>=2.

Original entry on oeis.org

1, 1, 0, 6, 1, 1, 2, 6, 0, 2, 1, 1, 0, 10, 0, 0, 0, 4, 1, 1, 0, 10, 4, 0, 0, 0, 0, 4, 1, 1, 2, 14, 0, 2, 0, 0, 0, 0, 0, 4, 1, 1, 0, 14, 0, 0, 6, 0, 0, 0, 0, 0, 0, 6, 1, 1, 0, 18, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 8, 1, 1, 2, 18, 0, 2, 0, 0, 6, 0, 0, 0, 0, 0, 0
Offset: 2

Views

Author

Sean A. Irvine, Jun 22 2021

Keywords

Comments

Dic(1) is omitted since it is degenerate.
Row n has 2*n entries (k=1..2*n).

Examples

			Triangle begins:
  1, 1, 0,  6;
  1, 1, 2,  6, 0, 2;
  1, 1, 0,  1, 0, 0, 0, 4;
  1, 1, 0, 10, 4, 0, 0, 0, 0, 4;
  ...
		

Crossrefs