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.

A299484 Irregular triangle read by rows in which T(n,k) is the number of cells in the k-th level of the diagram of the symmetric representation of sigma(n).

Original entry on oeis.org

1, 2, 1, 2, 2, 2, 3, 2, 2, 2, 2, 2, 3, 4, 3, 2, 2, 2, 2, 2, 2, 4, 5, 2, 2, 2, 2, 4, 3, 2, 2, 2, 4, 6, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 5, 6, 7, 4, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 6, 4, 2, 2, 2, 2, 2, 3, 6, 5, 2, 2, 2, 2, 2, 2, 4, 8, 7, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 4, 8, 9, 6, 2, 2, 2, 2, 2
Offset: 1

Views

Author

Omar E. Pol, Feb 22 2018

Keywords

Comments

If n is an odd prime p then row n has length (p + 1)/2 and all terms in row n are 2's.
For more information about the diagram of the symmetric representation of sigma(n) see A237593 and other related sequences.

Examples

			Triangle begins:
1;
2, 1;
2, 2;
2, 3, 2;
2, 2, 2;
2, 3, 4, 3;
2, 2, 2, 2;
2, 2, 4, 5, 2;
2, 2, 2, 4, 3;
2, 2, 2, 4, 6, 2;
2, 2, 2, 2, 2, 2;
2, 2, 2, 5, 6, 7, 4;
2, 2, 2, 2, 2, 2, 2;
2, 2, 2, 2, 4, 6, 4, 2;
2, 2, 2, 2, 3, 6, 5, 2;
2, 2, 2, 2, 2, 4, 8, 7, 2;
2, 2, 2, 2, 2, 2, 2, 2, 2;
2, 2, 2, 2, 2, 4, 8, 9, 6, 2;
2, 2, 2, 2, 2, 2, 2, 2, 2, 2;
...
		

Crossrefs

Row sums give A000203.
Row n has length A008619(n).
Column 1 is A040000.