Skip to content

Corners

Corner cells — parts strictly larger than the next part (the last part always counts).

Corners(partition)

Domain: Partition statistics

Details
  • Defined over `IntegerPartition` as an expression in `_x`, evaluated by compute-engine — the definition IS the implementation.
  • Takes a `IntegerPartition` and nothing else — it reads values against their positions, or walks the orbits, so it needs the bijection. Applying it to a bare list is a type error, not a wrong answer.

Examples