Currently there may be errors shown on top of a page, because of a missing Wiki update (PHP version and extension DPL3).
Navigation
Topics Help • Register • News • History • How to • Sequences statistics • Template prototypes

Difference between revisions of "Triangular number"

From Prime-Wiki
Jump to: navigation, search
(restored)
 
(Recategorizing)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
{{Stub}}
 
{{Stub}}
A '''triangular number''' is similar to a [[factorial]] number, while a factorial is the product of a number and all [[whole number]]s smaller than it, a triangular (often symbolized by placing a capital Delta "△" (because it is triangular) after a number) represents the summing of a number with all whole numbers smaller than it.
+
A '''triangular number''' is similar to a [[factorial number]], while a factorial is the product of a number and all [[whole number]]s smaller than it, a triangular (often symbolized by placing a capital Delta "△" (because it is triangular) after a number) represents the summing of a number with all whole numbers smaller than it.
  
 
==Examples==
 
==Examples==
Line 9: Line 9:
 
==External links==
 
==External links==
 
*[[Wikipedia:Triangular_number|Triangular number]]
 
*[[Wikipedia:Triangular_number|Triangular number]]
[[Category:Math]]
+
 
 +
[[Category:Number]]

Latest revision as of 00:59, 11 August 2024

Logo.svg This article is only a stub. You can help PrimeWiki by expanding it.

A triangular number is similar to a factorial number, while a factorial is the product of a number and all whole numbers smaller than it, a triangular (often symbolized by placing a capital Delta "△" (because it is triangular) after a number) represents the summing of a number with all whole numbers smaller than it.

Examples

4△ = 4 + 3 + 2 + 1 = 10 (10 pin bowling uses a triangular arrangement.)
5△ = 5 + 4 + 3 + 2 + 1 = 15 (a common billiards arrangement is 15 balls in a triangle.)
17△ = 17 + 16 + ..... + 3 + 2 + 1 = 153

External links