Triangular number

Triangular number
The first six triangular numbers

A triangular number or triangle number numbers the objects that can form an equilateral triangle, as in the diagram on the right. The nth triangle number is the number of dots in a triangle with n dots on a side; it is the sum of the n natural numbers from 1 to n. The sequence of triangular numbers (sequence A000217 in OEIS) is:

1, 3, 6, 10, 15, 21, 28, 36, 45, 55, ....

The triangle numbers are given by the following explicit formulas:


T_n= \sum_{k=1}^n k = 1+2+3+ \dotsb +n = \frac{n(n+1)}{2} = {n+1 \choose 2}

The rightmost expression, consisting of "n + 1" and "2" within parentheses, is a binomial coefficient. It represents the number of distinct pairs that can be selected from n + 1 objects, and it is read aloud as "n plus one choose two". In this form, the triangular number Tn solves the handshake problem of counting the number of handshakes if each person in a room full of n + 1 total people shakes hands once with each other person.

Triangle numbers are the additive analog of the factorials, which are the products of integers from 1 to n.

The number of lines you can draw between each of the dots can be represented with the following recurrence relation:

Ln = Ln − 1 + 3(n − 1)

The ratio between the two numbers, dots and lines also has the interesting property of:


\lim_{n\to\infty} \frac{T_n}{L_n} = \frac{1}{3}

Contents

Relations to other figurate numbers

Triangular numbers have a wide variety of relations to other figurate numbers.

Most simply, the sum of two consecutive triangular numbers is a square number, with the sum being the square of the difference between the two. Algebraically,

T_n + T_{n-1} = \left (\frac{n^2}{2} + \frac{n}{2}\right) + \left(\frac{\left(n-1\right)^2}{2} + \frac{n-1}{2} \right ) = \left (\frac{n^2}{2} + \frac{n}{2}\right) + \left(\frac{n^2}{2} - \frac{n}{2} \right ) = n^2 = (T_n - T_{n-1})^2.

Alternatively, the same fact can be demonstrated graphically:

6 + 10 = 16 Square number 16 as sum of two triangular numbers.svg     10 + 15 = 25 Square number 25 as sum of two triangular numbers.svg

There are infinitely many triangular numbers that are also square numbers; e.g., 1, 36. Some of them can be generated by a simple recursive formula:

S_{n+1} = 4S_n \left( 8S_n + 1\right) with S1 = 1.

All square triangular numbers are found from the recursion

Sn = 34Sn − 1Sn − 2 + 2 with S0 = 0 and S1 = 1.

Also, the square of the nth triangular number is the same as the sum of the cubes of the integers 1 to n.

The sum of the all triangular numbers up to the nth triangular number is the nth tetrahedral number,

 \frac {(n)(n+1)(n+2)} {6}.

More generally, the difference between the nth m-gonal number and the nth (m + 1)-gonal number is the (n - 1)th triangular number. For example, the sixth heptagonal number (81) minus the sixth hexagonal number (66) equals the fifth triangular number, 15. Every other triangular number is a hexagonal number. Knowing the triangular numbers, one can reckon any centered polygonal number: the nth centered k-gonal number is obtained by the formula

Ck_n = kT_{n-1}+1\

where T is a triangular number.

The positive difference of two triangular numbers is a trapezoidal number.

Other properties

Triangular numbers correspond to the 1st-order case of Faulhaber's formula.

Every even perfect number is triangular, given by the formula

M_p 2^{p-1} = M_p (M_p + 1)/2 = T_{M_p}
where Mp is a Mersenne prime, and no odd perfect numbers are known, hence all known perfect numbers are triangular.

In base 10, the digital root of a triangular number is always 1, 3, 6, or 9. Hence every triangular number is either divisible by three or has a remainder of 1 when divided by nine:

1 = 9×0+1,
3 = 3×1,
6 = 3×2,
10 = 9×1+1,
15 = 3×5,
21 = 3×7,
28 = 9×3+1,
36 = 9×4,
45 = 9×5,
55 = 9×6+1,
...
The digital root pattern, repeating every nine terms, is "1 3 6 1 6 3 1 9 9".

The inverse of the statement above is, however, not always true. For example, the digital root of 12, which is not a triangular number, is 3 and divisible by three.

If x is a triangular number, then ax+b is also a triangular number, given the following conditions are satisfied:

a=an odd square, b=(a-1)/8

Note that b will always be a triangular number, because 8Tn+1=(2n+1)2, which yields all the odd squares are revealed by multiplying a triangular number by 8 and adding 1, and the process for b given a is an odd square is the inverse of this operation.

The first several pairs of this form (not counting 1x+0) are: 9x+1, 25x+3, 49x+6, 81x+10, 121x+15, 169x+21,.... . Given x is equal to Tn, these formulas yield T3n+1, T5n+2, T7n+3, T9n+4, and so on.

The sum of the reciprocals of all the triangular numbers is:

 \!\ \sum_{n=1}^{\infty}{1 \over {{n^2 + n} \over 2}} = 2\sum_{n=1}^{\infty}{1 \over {n^2 + n}} = 2 .

This can be shown by using the basic sum of a telescoping series:

 \!\ \sum_{n=1}^{\infty}{1 \over {n(n+1)}} = 1 .

Two other interesting formulas regarding triangular numbers are:

T_{a+b} = T_a + T_b + ab\

and

T_{ab} = T_aT_b + T_{a-1}T_{b-1},\

both of which can easily be established either by looking at dot patterns (see above) or with some simple algebra.

In 1796, German mathematician and scientist Carl Friedrich Gauss discovered that every positive integer is representable as a sum of at most three triangular numbers, writing in his diary his famous words, "EΥΡHKA! num = Δ + Δ + Δ" Note that this theorem does not imply that the triangular numbers are different (as in the case of 20=10+10), nor that a solution with three nonzero triangular numbers must exist. This is a special case of Fermat's Polygonal Number Theorem.

The largest triangular number of the form 2k-1 is 4095, see Ramanujan–Nagell equation.

Wacław Franciszek Sierpiński posed the question as to the existence of four distinct triangular numbers in geometric progression. It was conjectured by Polish mathematician Kazimierz Szymiczek to be impossible. This conjecture was proven by Fang and Chen in 2007.[1][2]

Triangular roots and tests for triangular numbers

By analogy with the square root of x, one can define the (positive) triangular root of x as the number n such that Tn = x:[3]

n = \frac{-1+\sqrt{8x+1}}{2}.

An integer x is triangular if and only if 8x + 1 is a square. Equivalently, if the positive triangular root n of x is an integer, then x is the nth triangular number.[3]

See also

Notes

  1. ^ Chen, Fang: Triangular numbers in geometric progression
  2. ^ Fang: Nonexistence of a geometric progression that contains four triangular numbers
  3. ^ a b Euler, Leonhard; Lagrange, Joseph Louis (1810), Elements of Algebra, 1 (2nd ed.), J. Johnson and Co., pp. 332–335 
  4. ^ Owen, O. T. (1988), "One Hundred and Fifty Three Fishes", Expository Times 100: 52–54, doi:10.1177/001452468810000204 .

External links


Wikimedia Foundation. 2010.

Игры ⚽ Поможем написать курсовую

Look at other dictionaries:

  • triangular number — noun Any integer that is the sum of n natural numbers between 1 and n. Ten is a triangular number being the sum of 1, 2, 3, and 4 …   Wiktionary

  • triangular number — noun Date: 1795 a number (as 3, 6, 10, 15) representable by that many dots arranged in rows that form a triangle and that equals n(n + 1)/2 for some positive integer value of n …   New Collegiate Dictionary

  • triangular number — n. number that can be arranged in the shape of a triangle having all sides equal …   English contemporary dictionary

  • triangular number — noun any of the series of numbers (1, 3, 6, 10, 15, etc.) obtained by continued summation of the natural numbers 1, 2, 3, 4, 5, etc …   English new terms dictionary

  • triangular number — …   Useful english dictionary

  • Centered triangular number — A centered triangular number is a centered figurate number that represents a triangle with a dot in the center and all other dots surrounding the center in successive triangular layers. The centered triangular number for n is given by the formula …   Wikipedia

  • Square triangular number — A square triangular number (or triangular square number) is a number which is both a triangular number and a perfect square. There are an infinite number of triangular squares, given by the formula: N k = {1 over 32} left( left( 1 + sqrt{2}… …   Wikipedia

  • Squared triangular number — For triangular numbers that are themselves square, see square triangular number. Visual demonstration that the square of a triangular number equals a sum of cubes. In number theory, the sum of the first n cubes is the square of the nth triangular …   Wikipedia

  • number game — Introduction       any of various puzzles and games that involve aspects of mathematics.       Mathematical recreations comprise puzzles and games that vary from naive amusements to sophisticated problems, some of which have never been solved.… …   Universalium

  • Triangular array — Not to be confused with Triangular matrix. The triangular array whose right hand diagonal sequence consists of Bell numbers In mathematics and computing, a triangular array of numbers, polynomials, or the like, is a doubly indexed sequence in… …   Wikipedia

Share the article and excerpts

Direct link
Do a right-click on the link above
and select “Copy Link”