FACTOID # 110: Around 80% of all livejournal users are from the United States of America.
 
 Home   Encyclopedia   Statistics   Countries A-Z   Flags   Maps   Education   Forum   FAQ   About 
 
WHAT'S NEW
RECENT ARTICLES
More Recent Articles »
 

SEARCH ALL

FACTS & STATISTICS    Advanced view

Search encyclopedia, statistics and forums:

 

 

(* = Graphable)

 

 


Encyclopedia > Triangular number

A triangular number is the sum of the n natural numbers from 1 to n. Triangular numbers are so called because they describe numbers of objects that can be arranged in a triangle. The nth triangular number is given by In mathematics, a natural number can mean either an element of the set {1, 2, 3, ...} (i. ...

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

As shown in the rightmost term of this formula, every triangular number is a binomial coefficient: the nth triangular is the number of distinct pairs to be selected from n + 1 objects. In this form it solves the 'handshake problem' of counting the number of handshakes if each person in a room shakes hands once with each other person. In mathematics, particularly in combinatorics, a binomial coefficient is a coefficient of any of the terms in the expansion of the binomial (x+1)n. ...


The sequence of triangular numbers (sequence A000217 in OEIS) for n = 1, 2, 3... is: The On-Line Encyclopedia of Integer Sequences (OEIS) is an extensive searchable database of integer sequences, freely available on the Web. ...

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

Contents

This article is about the number one. ... Look up three in Wiktionary, the free dictionary. ... Look up six in Wiktionary, the free dictionary. ... This article is about the number 10. ... 15 (fifteen) is the natural number following 14 and preceding 16. ... 21 (twenty-one) is the natural number following 20 and preceding 22. ... 28 (twenty-eight) is the natural number following 27 and preceding 29. ... 36 (thirty-six) is the natural number following 35 and preceding 37. ... 45 (forty-five) is the natural number following 43 and followed by 47. ... 55 is the natural number following 54 and preceding 56. ...

Relations to other figurate numbers

Triangular numbers have a wide variety of relations to other figurate numbers. A figurate number is a number that can be represented as a regular and discrete geometric pattern (e. ...


Most simply, the sum of two consecutive triangular numbers is a square number. Algebraically, In mathematics, a square number, sometimes also called a perfect square, is an integer that can be written as the square of some other integer; in other words, it is the product of some integer with itself. ...

T_n + T_{n-1} = left (frac{n^2}{2} + frac{n}{2}right) + left(frac{left(n-1right)^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.

Alternatively, the same fact can be demonstrated graphically:

16 Image:Square triangle sum 16.png 25 Image:Square triangle sum 25.png

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: Image File history File links The square number 16 as a sum of two triangular numbers. ... Image File history File links The square number 25 as a sum of two triangular numbers. ... In mathematics, a square number, sometimes also called a perfect square, is an integer that can be written as the square of some other integer; in other words, it is the product of some integer with itself. ...

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

All square triangular numbers are found from the recursion A square triangular number (or triangular square number) is a number which is both a triangular number and a perfect square. ...

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. Visual demonstration that the square of a triangular number equals a sum of cubes. ...


The sum of the n first triangular numbers is the nth tetrahedral number, A pyramid with side length 5 contains 35 spheres. ...

 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 In mathematics, a polygonal number is a number that can be arranged as a regular polygon. ... A heptagonal number is a figurate number that represents a heptagon. ... A hexagonal number is a figurate number that represents a hexagon. ... A hexagonal number is a figurate number that represents a hexagon. ... Centred numbers are class of series of figurate numbers, each formed by a central dot, surrounded by polygonal layers with a constant number of sides. ...

Ckn = kTn − 1 + 1

where T is a triangular number.


Other properties

Every even perfect number is triangular, and no odd perfect numbers are known, hence all known perfect numbers are triangular. In mathematics, a perfect number is defined as an integer which is the sum of its proper positive divisors, that is, the sum of the positive divisors not including the number. ...


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: Decimal, or denary, notation is the most common way of writing the base 10 numeral system, which uses various symbols for ten distinct quantities (0, 1, 2, 3, 4, 5, 6, 7, 8 and 9, called digits) together with the decimal point and the sign symbols + (plus) and − (minus... It has been suggested that Repeated digital sum be merged into this article or section. ...

6 = 3×2,
10 = 9×1+1,
15 = 3×5,
21 = 3×7,
28 = 9×3+1,
...

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.


The sum of the reciprocals of all the triangular numbers is: Look up reciprocal in Wiktionary, the free dictionary. ...

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

This can be shown by using the basic sum of a telescoping series: In mathematics, telescoping series is an informal expression referring to a series whose sum can be found by exploiting the circumstance that nearly every term cancels with a succeeding or preceding term. ...

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

Two other interesting formulas regarding triangular numbers are:

Ta + b = Ta + Tb + ab

and

Tab = TaTb + Ta − 1Tb − 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, "Heureka! num= Δ + Δ + Δ." Note (as in the case of 20=10+10) that this theorem does not imply that the triangular numbers are different, nor that a solution with three nonzero triangular numbers must exist. This is a special case of Fermat's Polygonal Number Theorem. Johann Carl Friedrich Gauss or Gauß ( ; Latin: ) (30 April 1777 – 23 February 1855) was a German mathematician and scientist who contributed significantly to many fields, including number theory, statistics, analysis, differential geometry, geodesy, electrostatics, astronomy, and optics. ... Every positive integer is a sum of at most -polygonal numbers. ...


Tests for triangular numbers

One can efficiently test whether a positive integer x is a triangular number by computing

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

If n is an integer, then x is the nth triangular number. If n is not an integer, then x is not triangular.


External links


  Results from FactBites:
 
Encyclopedia4U - Triangular number - Encyclopedia Article (385 words)
The formula for the nth triangular number is ½n(n+1) or (1+2+3+...+ n-2 + n-1 + n).
One of the most famous triangular numbers is 666, also known as the Number of the Beast.
The sum of two consecutive triangular numbers is a square number.
Numerical Geometry (1576 words)
Triangular Number is the sum of all the numbers from 1 to n.
Square Numbers are also associated the polar concepts of Confinement (due to the limitations imposed by structure) and Expansion (in the sense of the Four Directions).
The Number 19 is the number of Physical Manifestation.
  More results at FactBites »


 

COMMENTARY     


Share your thoughts, questions and commentary here
Your name
Your comments
Please enter the 5-letter protection code

Want to know more?
Search encyclopedia, statistics and forums:

 


Lesson Plans | Student Area | Student FAQ | Reviews | Press Releases |  Feeds | Contact
The Wikipedia article included on this page is licensed under the GFDL.
Images may be subject to relevant owners' copyright.
All other elements are (c) copyright NationMaster.com 2003-5. All Rights Reserved.
Usage implies agreement with terms.