Nirmion
Ajuda Encontre uma ferramenta

COMBINATORICS / ORDERED BLOCKS

Exact Lah Number Calculator

Count partitions of n labelled elements into k nonempty blocks whose elements are linearly ordered.

  • 01 Calculated in this tab
  • 02 Values stay in this browser tab
  • 03 Use boundary

Conversion input

Known value

Filter by unit name, symbol, or code. Your current selections remain available.

Preparing the calculator...

METHOD / WORKED EXAMPLE

Audit the Exact Lah Number result step by step

Count partitions of n labelled elements into k nonempty blocks whose elements are linearly ordered. The result panel keeps the defining recurrence or counting identity visible so the output can be checked independently.

WORKED DEFAULT

Check the calculation with the default inputs

For n = 5 and k = 2, C(4,1) times 5! divided by 2! gives L(5,2) = 240.

  1. Choose separatorsC(4,1)
  2. Order elements5!/2!
  3. MultiplyL(5,2) = 240

READ THE RESULT

Interpret the output in context

A Lah number orders elements inside each block; an ordinary set-partition count does not.

ASSUMPTIONS AND LIMITS

Know where the model stops

  • Elements are distinct and labelled.
  • Blocks are nonempty and internally linearly ordered.

n is capped at 17 so all accepted Lah values fit exact safe-integer storage.

COMMON QUESTIONS

Exact Lah Number Calculator FAQs

What definition does Exact Lah Number Calculator use?

Evaluate the unsigned Lah closed form L(n,k) = C(n-1,k-1)n!/k!, with the empty identity L(0,0) = 1. The empty case is defined separately, while positive n requires at least one block. Inputs must be whole numbers inside the displayed domain; the page never rounds a decimal into an accepted index. This ties the answer to one explicit convention instead of silently mixing sequence offsets or combinatorial interpretations.

How can I verify the Exact Lah Number output?

A Lah number orders elements inside each block; an ordinary set-partition count does not. The displayed binomial and factorial factors provide a direct independent check. Recompute the displayed recurrence or closed form with the same inputs and compare its previous terms or counting factors. That check supports this bounded result, but it does not transfer the interpretation to a different sequence or counting object.

Why is the Exact Lah Number input bounded?

n is capped at 17 so all accepted Lah values fit exact safe-integer storage. Lah values grow faster than their small indices suggest. Combinatorial and recurrence values can grow rapidly even when the inputs look small. The conservative cap prevents browser stalls and avoids presenting an unsafe floating-point integer as exact; larger work needs arbitrary-precision software and independent resource controls.

Use boundary

Calculation path

Evaluate the unsigned Lah closed form L(n,k) = C(n-1,k-1)n!/k!, with the empty identity L(0,0) = 1.

Calculation path

L(n,k) = C(n-1,k-1)n!/k!.