Hexagonal number calculator

Client

Find H(n)=n(2n−1), the nth hexagonal figurate number—client-side integer math.

28

Nearby workflows on Toolcore

  • Pentagonal number calculatorCalculate the nth pentagonal figurate number P(n)=n(3n−1)/2 in your browser—no upload. when units or numeric output should be checked on a related calculator.
  • Triangular number calculatorCompute the nth triangular number (1, 3, 6, 10, …) from a non‑negative integer—local arithmetic only. when units or numeric output should be checked on a related calculator.
  • Perfect square checkerTest whether a whole number is a perfect square and show its integer root—BigInt, local only. when units or numeric output should be checked on a related calculator.
  • Math expression evaluatorEvaluate basic + − × ÷ arithmetic with parentheses in your browser—no variables. when units or numeric output should be checked on a related calculator.

About this tool

Hexagonal numbers describe dot patterns on hex grids. Useful when exploring crystal lattice toy models or math club sequences.

Common use cases

  • Validate hex-grid capacity formulas.
  • Compare with triangular and pentagonal terms side by side.

Common mistakes to avoid

  • Fractional index

    n must be a whole number ≥ 0.

FAQ

Relation to triangular?

Every hexagonal number is also triangular, but not vice versa.

Related utilities you can open in another tab—mostly client-side.