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.

A010356 Triangle of single-edge stars with n edges by cyclotomic index.

Original entry on oeis.org

1, 1, 1, 1, 1, 2, 1, 1, 3, 3, 1, 4, 9, 2, 1, 6, 20, 14, 1, 1, 7, 40, 50, 12, 1
Offset: 3

Views

Author

Keywords

Comments

The rows appear to be the same as in A339070 but reflected and with all 0's removed. - Andrew Howroyd, Nov 25 2020

Examples

			Triangle begins:
   3 | 1;
   4 | 1;
   5 | 1, 1;
   6 | 1, 2, 1;
   7 | 1, 3, 3;
   8 | 1, 4, 9, 2;
   9 | 1, 6, 20, 14, 1;
  10 | 1, 7, 40, 50, 12, 1;
  ...
		

Crossrefs

Row sums give A010355.

Extensions

Offset corrected by Andrew Howroyd, Nov 25 2020