Skip to content
Surf Wiki
Save to docs
general/figurate-numbers

From Surf Wiki (app.surf) — the open knowledge base

Tetrahedral number

Polyhedral number representing a tetrahedron

Tetrahedral number

Polyhedral number representing a tetrahedron

A pyramid with side length 5 contains 35 spheres. Each layer represents one of the first five triangular numbers.

A tetrahedral number, or triangular pyramidal number, is a figurate number that represents a pyramid with a triangular base and three sides, called a tetrahedron. The nth tetrahedral number, Ten, is the sum of the first n triangular numbers, that is,

: Te_n = \sum_{k=1}^n T_k = \sum_{k=1}^n \frac{k(k+1)}{2} = \sum_{k=1}^n \left(\sum_{i=1}^k i\right)

The tetrahedral numbers are:

:1, 4, 10, 20, 35, 56, 84, 120, 165, 220, ...

Formula

The formula for the nth tetrahedral number is represented by the 3rd rising factorial of n divided by the factorial of 3: :Te_n= \sum_{k=1}^n T_k = \sum_{k=1}^n \frac{k(k+1)}{2} = \sum_{k=1}^n \left(\sum_{i=1}^k i\right)=\frac{n(n+1)(n+2)}{6} = \frac{n^{\overline 3}}{3!}

The tetrahedral numbers can also be represented as binomial coefficients: :Te_n=\binom{n+2}{3}. Tetrahedral numbers can therefore be found in the fourth position either from left or right in Pascal's triangle.

Proofs of formula

''n''(''n'' + 1)(''n'' + 2)}} <ref>http://demonstrations.wolfram.com/GeometricProofOfTheTetrahedralNumberFormula</ref>

This proof uses the fact that the nth triangular number is given by :T_n=\frac{n(n+1)}{2}. It proceeds by induction.

;Base case :Te_1 = 1 = \frac{1\cdot 2\cdot 3}{6}.

;Inductive step :\begin{align} Te_{n+1} \quad &= Te_n + T_{n+1} \ &= \frac{n(n+1)(n+2)}{6} + \frac{(n+1)(n+2)}{2} \ &= (n+1)(n+2)\left(\frac{n}{6}+\frac{1}{2}\right) \ &= \frac{(n+1)(n+2)(n+3)}{6}. \end{align}

The formula can also be proved by Gosper's algorithm.

Recursive relation

Tetrahedral and triangular numbers are related through the recursive formulas

:\begin{align} & Te_n = Te_{n-1} + T_n &(1)\ & T_n = T_{n-1} + n &(2) \end{align}

The equation (1) becomes

:\begin{align} & Te_n = Te_{n-1} + T_{n-1} + n \end{align}

Substituting n-1 for n in equation (1)

:\begin{align} & Te_{n-1} = Te_{n-2} + T_{n-1} \end{align}

Thus, the nth tetrahedral number satisfies the following recursive equation

:\begin{align} & Te_{n} = 2Te_{n-1} - Te_{n-2} + n \end{align}

Generalization

The pattern found for triangular numbers \sum_{n_1=1}^{n_2}n_1=\binom{n_2+1}{2} and for tetrahedral numbers \sum_{n_2=1}^{n_3}\sum_{n_1=1}^{n_2}n_1=\binom{n_3+2}{3} can be generalized. This leads to the formula: \sum_{n_{k-1}=1}^{n_k}\sum_{n_{k-2}=1}^{n_{k-1}}\ldots\sum_{n_2=1}^{n_3}\sum_{n_1=1}^{n_2}n_1=\binom{n_k+k-1}{k}

Geometric interpretation

Tetrahedral numbers can be modelled by stacking spheres. For example, the fifth tetrahedral number () can be modelled with 35 billiard balls and the standard triangular billiards ball frame that holds 15 balls in place. Then 10 more balls are stacked on top of those, then another 6, then another three and one ball at the top completes the tetrahedron.

When order-n tetrahedra built from Te**n spheres are used as a unit, it can be shown that a space tiling with such units can achieve a densest sphere packing as long as n ≤ 4.

Tetrahedral roots and tests for tetrahedral numbers{{Anchor|tetrahedral root}}

By analogy with the cube root of x, one can define the (real) tetrahedral root of x as the number n such that : n = \sqrt[3]{3x+\sqrt{9{x^2}-\frac{1}{27}}} +\sqrt[3]{3x-\sqrt{9{x^2}-\frac{1}{27}}} -1

which follows from Cardano's formula. Equivalently, if the real tetrahedral root n of x is an integer, x is the nth tetrahedral number.

Properties

  • :, the square pyramidal numbers.
  • :, sum of odd squares.
  • :, sum of even squares.
  • A. J. Meyl proved in 1878 that only three tetrahedral numbers are also perfect squares, namely:
  • :
  • :
  • :.
  • Like square numbers are congruent to 0, 1, or 4 (mod 8), similarly tetrahedral numbers are congruent to 0, 1, or 4 (mod 5)
  • Sir Frederick Pollock conjectured that every positive integer is the sum of at most 5 tetrahedral numbers: see Pollock tetrahedral numbers conjecture.
  • The only tetrahedral number that is also a square pyramidal number is 1 (Beukers, 1988), and the only tetrahedral number that is also a perfect cube is 1.
  • The infinite sum of tetrahedral numbers' reciprocals is , which can be derived using telescoping series:
  • : \sum_{n=1}^{\infty} \frac{6}{n(n+1)(n+2)} = \frac{3}{2}.
  • The parity of tetrahedral numbers follows the repeating pattern odd-even-even-even.
  • An observation of tetrahedral numbers:
  • :
  • Numbers that are both triangular and tetrahedral must satisfy the binomial coefficient equation:
  • :T_n=\binom{n+1}{2}=\binom{m+2}{3}=Te_m.

: The only numbers that are both tetrahedral and triangular numbers are : :: :: :: :: ::

  • is the sum of all products p × q where (p, q) are ordered pairs and p + q = n + 1
  • is the number of (n + 2)-bit numbers that contain two runs of 1's in their binary expansion.
  • The largest tetrahedral number of the form 2^a+3^b+1 for some integers a and b is 8436.

References

References

  1. http://demonstrations.wolfram.com/GeometricProofOfTheTetrahedralNumberFormula
  2. Baumann, Michael Heinrich. (2018-12-12). "Die {{math". Mathematische Semesterberichte.
  3. (21 May 2000). "Tetrahedra".
  4. Brent. (2006-12-21). "The Twelve Days of Christmas and Tetrahedral Numbers". The Math Less Traveled.
Info: Wikipedia Source

This article was imported from Wikipedia and is available under the Creative Commons Attribution-ShareAlike 4.0 License. Content has been adapted to SurfDoc format. Original contributors can be found on the article history page.

Want to explore this topic further?

Ask Mako anything about Tetrahedral number — get instant answers, deeper analysis, and related topics.

Research with Mako

Free with your Surf account

Content sourced from Wikipedia, available under CC BY-SA 4.0.

This content may have been generated or modified by AI. CloudSurf Software LLC is not responsible for the accuracy, completeness, or reliability of AI-generated content. Always verify important information from primary sources.

Report