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.

A245100 Triangle read by rows in which row n lists the parts of the symmetric representation of sigma(n), multiplied by n.

Original entry on oeis.org

1, 6, 6, 6, 28, 15, 15, 72, 28, 28, 120, 45, 27, 45, 90, 90, 66, 66, 336, 91, 91, 168, 168, 120, 120, 120, 496, 153, 153, 702, 190, 190, 840, 231, 105, 105, 231, 396, 396, 276, 276, 1440, 325, 125, 325, 546, 546, 378, 162, 162, 378, 1568, 435, 435, 2160, 496, 496, 2016
Offset: 1

Views

Author

Omar E. Pol, Jul 11 2014

Keywords

Comments

Row sums give A064987.
Since both A000203(n) and A024916(n) have a symmetric representation then both row n and the triangle have can be represented as a symmetric polycube.

Examples

			The irregular triangle begins:
1;
6;
6, 6;
28;
15, 15;
72;
28, 28;
120;
45, 27, 45;
90, 90;
66, 66;
336;
91, 91;
168, 168;
120, 120, 120;
496;
153, 153;
702;
190, 190;
840;
231, 105, 105, 231;
...
For n = 9 the parts of the symmetric representation of sigma(9) are [5, 3, 5], so row 9 is [45, 27, 45].
		

Crossrefs

Formula

T(n,k) = n*A237270(n,k).