login
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.
2
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,4
COMMENTS
Dic(1) is omitted since it is degenerate.
Row n has 2*n entries (k=1..2*n).
LINKS
Sean A. Irvine, Rows n=2..100 flattened
Sean A. Irvine, Java program (github)
Wikipedia, Dicyclic group
EXAMPLE
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
Sequence in context: A358461 A197420 A128423 * A364129 A336179 A350034
KEYWORD
nonn,tabf
AUTHOR
Sean A. Irvine, Jun 22 2021
STATUS
approved