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.

A067924 Triangle read by rows in which the n-th row gives degrees of irreducible representations of symmetric group S_n (cf. A060240) but now rows are sorted as indicated in A059797 with p(n) terms on each row, where p(n) = A000041(n).

Original entry on oeis.org

1, 1, 1, 1, 2, 1, 1, 3, 3, 1, 2, 1, 4, 6, 4, 1, 5, 5, 1, 5, 10, 10, 5, 1, 9, 16, 9, 5, 5, 1, 6, 15, 20, 15, 6, 1, 14, 35, 35, 14, 14, 21, 21, 14, 1, 7, 21, 35, 35, 21, 7, 1, 20, 64, 90, 64, 20, 28, 70, 56, 56, 70, 28, 14, 42, 14
Offset: 1

Views

Author

Alford Arnold, Mar 04 2002

Keywords

Comments

These are Betti numbers [Dochtermann]. - N. J. A. Sloane, Dec 02 2015
Number of terms in row n is A000041(n).
Row sums generate sequence A000085: 1, 2, 4, 10, 26, 76, ...
Sum of squares generates A000142; e.g., -1*1 + 4*4 + 6*6 + 4*4 + 1*1 + 5*5 +5*5 = 5! = 120.

Examples

			A059797 begins 2, 5, 5, 9, 16, 9, so row six of this sequence begins 1, 5, 10, 10, 5, 1, 9, 16, 9, ...
Triangle begins:
  1;
  1, 1;
  1, 2,  1;
  1, 3,  3,  1,  2;
  1, 4,  6,  4,  1,  5, 5;
  1, 5, 10, 10,  5,  1, 9, 16,  9,  5,  5;
  1, 6, 15, 20, 15,  6, 1, 14, 35, 35, 14, 14, 21, 21, 14;
  1, 7, 21, 35, 35, 21, 7,  1, 20, 64, 90, 64, 20, 28, 70, 56, 56, 70, 28, 14, 42, 14;
		

Crossrefs