keisoku

Tetrahedral Number Calculator

Enter a term index n to compute the n-th tetrahedral number n(n+1)(n+2)/6. Shows the matching triangular number, the first term, and a table of the sequence.

Input

Enter a positive integer n to compute the n-th tetrahedral (triangular pyramidal) number.

Integer of 1 or more

Result

The 5-th tetrahedral number

35

Matching triangular number T(n)

15

First term Te(1)

1


A tetrahedral number stacks triangular numbers: Te(n) = n(n+1)(n+2)/6 = T(1) + T(2) + ... + T(n), where T(k) = k(k+1)/2.

Sequence table

Index kTriangular T(k)Tetrahedral Te(k)
111
234
3610
41020
51535

How it works

  • The n-th tetrahedral number is Te(n) = n(n+1)(n+2)/6.
  • A tetrahedral number is the sum of triangular numbers stacked from the top: Te(n) = T(1) + T(2) + ... + T(n).
  • Here the k-th triangular number is T(k) = k(k+1)/2.
  • For n equal to 1, 2, 3, 4, 5 the tetrahedral numbers are 1, 4, 10, 20, 35.
  • Only positive integers are accepted. The sequence table shows up to the first 20 terms.

Reviews

Tell us what you think of this calculator.

Write a review

  1. Home
  2. Tetrahedral Number Calculator