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,

T e n = k = 1 n T k = k = 1 n k ( k + 1 ) 2 = k = 1 n ( i = 1 k i ) {\displaystyle 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, ... (sequence A000292 in the OEIS)

Formula

Derivation of Tetrahedral number from a left-justified Pascal's triangle.
  Natural numbers
  Triangular numbers
  Tetrahedral numbers
  Pentatope numbers
  5-simplex numbers
  6-simplex numbers
  7-simplex numbers

The formula for the nth tetrahedral number is represented by the 3rd rising factorial of n divided by the factorial of 3:

T e n = k = 1 n T k = k = 1 n k ( k + 1 ) 2 = k = 1 n ( i = 1 k i ) = n ( n + 1 ) ( n + 2 ) 6 = n 3 ¯ 3 ! {\displaystyle 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:

T e n = ( n + 2 3 ) . {\displaystyle 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

This proof uses the fact that the nth triangular number is given by

T n = n ( n + 1 ) 2 . {\displaystyle T_{n}={\frac {n(n+1)}{2}}.}

It proceeds by induction.

Base case
T e 1 = 1 = 1 2 3 6 . {\displaystyle Te_{1}=1={\frac {1\cdot 2\cdot 3}{6}}.}
Inductive step
T e n + 1 = T e n + T n + 1 = n ( n + 1 ) ( n + 2 ) 6 + ( n + 1 ) ( n + 2 ) 2 = ( n + 1 ) ( n + 2 ) ( n 6 + 1 2 ) = ( n + 1 ) ( n + 2 ) ( n + 3 ) 6 . {\displaystyle {\begin{aligned}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{aligned}}}

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

Recursive relation

Tetrahedral and triangular numbers are related through the recursive formulas

T e n = T e n 1 + T n ( 1 ) T n = T n 1 + n ( 2 ) {\displaystyle {\begin{aligned}&Te_{n}=Te_{n-1}+T_{n}&(1)\\&T_{n}=T_{n-1}+n&(2)\end{aligned}}}

The equation ( 1 ) {\displaystyle (1)} becomes

T e n = T e n 1 + T n 1 + n {\displaystyle {\begin{aligned}&Te_{n}=Te_{n-1}+T_{n-1}+n\end{aligned}}}

Substituting n 1 {\displaystyle n-1} for n {\displaystyle n} in equation ( 1 ) {\displaystyle (1)}

T e n 1 = T e n 2 + T n 1 {\displaystyle {\begin{aligned}&Te_{n-1}=Te_{n-2}+T_{n-1}\end{aligned}}}

Thus, the n {\displaystyle n} th tetrahedral number satisfies the following recursive equation

T e n = 2 T e n 1 T e n 2 + n {\displaystyle {\begin{aligned}&Te_{n}=2Te_{n-1}-Te_{n-2}+n\end{aligned}}}

Generalization

The pattern found for triangular numbers n 1 = 1 n 2 n 1 = ( n 2 + 1 2 ) {\displaystyle \sum _{n_{1}=1}^{n_{2}}n_{1}={\binom {n_{2}+1}{2}}} and for tetrahedral numbers n 2 = 1 n 3 n 1 = 1 n 2 n 1 = ( n 3 + 2 3 ) {\displaystyle \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:[1]

n k 1 = 1 n k n k 2 = 1 n k 1 n 2 = 1 n 3 n 1 = 1 n 2 n 1 = ( n k + k 1 k ) {\displaystyle \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 (Te5 = 35) 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 Ten 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.[2][dubious – discuss]

Tetrahedral roots and tests for tetrahedral numbers

By analogy with the cube root of x, one can define the (real) tetrahedral root of x as the number n such that Ten = x:

n = 3 x + 9 x 2 1 27 3 + 3 x 9 x 2 1 27 3 1 {\displaystyle 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

  • Ten + Ten−1 = 12 + 22 + 32 ... + n2, the square pyramidal numbers.
    Te2n+1 = 12 + 32 ... + (2n+1)2, sum of odd squares.
    Te2n = 22 + 42 ... + (2n)2, sum of even squares.
  • A. J. Meyl proved in 1878 that only three tetrahedral numbers are also perfect squares, namely:
    Te1 = 12 = 1
    Te2 = 22 = 4
    Te48 = 1402 = 19600.
  • Sir Frederick Pollock conjectured that every number 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 3/2, which can be derived using telescoping series:
    n = 1 6 n ( n + 1 ) ( n + 2 ) = 3 2 . {\displaystyle \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:
    Te5 = Te4 + Te3 + Te2 + Te1
  • Numbers that are both triangular and tetrahedral must satisfy the binomial coefficient equation:
    T n = ( n + 1 2 ) = ( m + 2 3 ) = T e m . {\displaystyle T_{n}={\binom {n+1}{2}}={\binom {m+2}{3}}=Te_{m}.}
The third tetrahedral number equals the fourth triangular number as the nth k-simplex number equals the kth n-simplex number due to the symmetry of Pascal's triangle, and its diagonals being simplex numbers; similarly, the fifth tetrahedral number (35) equals the fourth pentatope number, and so forth
The only numbers that are both tetrahedral and triangular numbers are (sequence A027568 in the OEIS):
Te1 = T1 = 1
Te3 = T4 = 10
Te8 = T15 = 120
Te20 = T55 = 1540
Te34 = T119 = 7140
  • Ten is the sum of all products p × q where (p, q) are ordered pairs and p + q = n + 1
  • Ten is the number of (n + 2)-bit numbers that contain two runs of 1's in their binary expansion.

Popular culture

Number of gifts of each type and number received each day and their relationship to figurate numbers

Te12 = 364 is the total number of gifts "my true love sent to me" during the course of all 12 verses of the carol, "The Twelve Days of Christmas".[3] The cumulative total number of gifts after each verse is also Ten for verse n.

The number of possible KeyForge three-house combinations is also a tetrahedral number, Ten−2 where n is the number of houses.

See also

References

  1. ^ Baumann, Michael Heinrich (2018-12-12). "Die k-dimensionale Champagnerpyramide" (PDF). Mathematische Semesterberichte (in German). 66: 89–100. doi:10.1007/s00591-018-00236-x. ISSN 1432-1815. S2CID 125426184.
  2. ^ "Tetrahedra". 21 May 2000. Archived from the original on 2000-05-21.
  3. ^ Brent (2006-12-21). "The Twelve Days of Christmas and Tetrahedral Numbers". Mathlesstraveled.com. Retrieved 2017-02-28.

External links

  • v
  • t
  • e
2-dimensional
centered
non-centered
3-dimensional
centered
non-centered
pyramidal
4-dimensional
non-centered
Higher dimensional
non-centered
  • v
  • t
  • e
Classes of natural numbers
Of the form a × 2b ± 1
Other polynomial numbers
Recursively defined numbers
Possessing a specific set of other numbers
Expressible via specific sums
2-dimensional
centered
non-centered
3-dimensional
centered
non-centered
pyramidal
4-dimensional
non-centered
Combinatorial numbers
Divisor functions
Prime omega functions
Euler's totient function
Aliquot sequences
Primorial
Numeral system-dependent numbers
Arithmetic functions
and dynamics
Digit sum
Digit product
Coding-related
Other
P-adic numbers-related
Digit-composition related
Digit-permutation related
Divisor-related
Other
Generated via a sieve
  • Mathematics portal