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.

A325167 Heinz number of the internal portion of the integer partition with Heinz number n.

Original entry on oeis.org

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

Views

Author

Gus Wiseman, Apr 05 2019

Keywords

Comments

The internal portion of an integer partition consists of all squares in the Young diagram that have a square both directly below and directly to the right.
The Heinz number of an integer partition (y_1,...,y_k) is prime(y_1)*...*prime(y_k).

Examples

			The partition with Heinz number 7865 is (6,5,5,3), with diagram
  o o o o o o
  o o o o o
  o o o o o
  o o o
with internal portion
  o o o o o
  o o o o
  o o o
which is the partition (5,4,3), with Heinz number 385, so a(7865) = 385.
		

Crossrefs