Generalized Pentagonal Number
   HOME

TheInfoList



OR:

A pentagonal number is a
figurate number The term figurate number is used by different writers for members of different sets of numbers, generalizing from triangular numbers to different shapes (polygonal numbers) and different dimensions (polyhedral numbers). The term can mean * polyg ...
that extends the concept of
triangular A triangle is a polygon with three edges and three vertices. It is one of the basic shapes in geometry. A triangle with vertices ''A'', ''B'', and ''C'' is denoted \triangle ABC. In Euclidean geometry, any three points, when non- collinea ...
and
square number In mathematics, a square number or perfect square is an integer that is the square of an integer; in other words, it is the product of some integer with itself. For example, 9 is a square number, since it equals and can be written as . The usu ...
s to the pentagon, but, unlike the first two, the patterns involved in the construction of pentagonal numbers are not rotationally symmetrical. The ''n''th pentagonal number ''pn'' is the number of ''distinct'' dots in a pattern of dots consisting of the ''outlines'' of regular pentagons with sides up to n dots, when the pentagons are overlaid so that they share one
vertex Vertex, vertices or vertexes may refer to: Science and technology Mathematics and computer science *Vertex (geometry), a point where two or more curves, lines, or edges meet * Vertex (computer graphics), a data structure that describes the positio ...
. For instance, the third one is formed from outlines comprising 1, 5 and 10 dots, but the 1, and 3 of the 5, coincide with 3 of the 10 – leaving 12 distinct dots, 10 in the form of a pentagon, and 2 inside. ''p''n is given by the formula: :p_n = =\binom+3\binom for ''n'' ≥ 1. The first few pentagonal numbers are: 1, 5, 12, 22, 35, 51, 70, 92,
117 117 may refer to: *117 (number) *AD 117 *117 BC *117 (emergency telephone number) *117 (MBTA bus) * 117 (TFL bus) *117 (New Jersey bus) *''117°'', a 1998 album by Izzy Stradlin *No. 117 (SPARTAN-II soldier ID), personal name John, the Master Chief ...
,
145 145 may refer to: *145 (number), a natural number *AD 145, a year in the 2nd century AD *145 BC, a year in the 2nd century BC *145 (dinghy), a two-person intermediate sailing dinghy *145 (South) Brigade *145 (New Jersey bus) 145 may refer to: *14 ...
,
176 Year 176 ( CLXXVI) was a leap year starting on Sunday (link will display the full calendar) of the Julian calendar. At the time, it was known as the Year of the Consulship of Proculus and Aper (or, less frequently, year 929 '' Ab urbe condita'') ...
,
210 Year 210 ( CCX) was a common year starting on Monday (link will display the full calendar) of the Julian calendar. At the time, it was known as the Year of the Consulship of Faustinus and Rufinus (or, less frequently, year 963 '' Ab urbe condit ...
,
247 __NOTOC__ Year 247 (Roman numerals, CCXLVII) was a common year starting on Friday (link will display the full calendar) of the Julian calendar. At the time, it was known as the Year of the Consulship of Philippus and Severus (or, less frequent ...
, 287, 330, 376, 425, 477, 532, 590, 651, 715, 782, 852, 925,
1001 Year 1001 ( MI) was a common year starting on Wednesday (link will display the full calendar) of the Julian calendar. It is the first year of the 11th century and the 2nd millennium. Events By place Africa * Khazrun ben Falful, from the Ma ...
, 1080, 1162, 1247, 1335, 1426, 1520, 1617, 1717, 1820, 1926, 2035, 2147, 2262, 2380, 2501, 2625, 2752, 2882, 3015, 3151, 3290, 3432, 3577, 3725, 3876, 4030, 4187... . The nth pentagonal number is the sum of n integers starting from n (i.e. from n to 2n-1). The following relationships also hold: :p_n = p_ + 3n - 2 = 2p_ - p_ + 3 Pentagonal numbers are closely related to triangular numbers. The ''n''th pentagonal number is one third of the th
triangular number A triangular number or triangle number counts objects arranged in an equilateral triangle. Triangular numbers are a type of figurate number, other examples being square numbers and cube numbers. The th triangular number is the number of dots i ...
. In addition, where Tn is the nth triangular number. :p_n = T_ + n^2 = T_n + 2T_ = T_ - T_ Generalized pentagonal numbers are obtained from the formula given above, but with ''n'' taking values in the sequence 0, 1, −1, 2, −2, 3, −3, 4..., producing the sequence: 0, 1, 2, 5, 7, 12, 15, 22, 26, 35, 40, 51, 57, 70, 77, 92, 100, 117, 126, 145, 155, 176, 187, 210, 222, 247, 260, 287, 301, 330, 345, 376, 392, 425, 442, 477, 495, 532, 551, 590, 610, 651, 672, 715, 737, 782, 805, 852, 876, 925, 950, 1001, 1027, 1080, 1107, 1162, 1190, 1247, 1276, 1335... . Generalized pentagonal numbers are important to Euler's theory of
partition Partition may refer to: Computing Hardware * Disk partitioning, the division of a hard disk drive * Memory partition, a subdivision of a computer's memory, usually for use by a single job Software * Partition (database), the division of a ...
s, as expressed in his
pentagonal number theorem In mathematics, the pentagonal number theorem, originally due to Euler, relates the product and series representations of the Euler function. It states that :\prod_^\left(1-x^\right)=\sum_^\left(-1\right)^x^=1+\sum_^\infty(-1)^k\left(x^+x^\right ...
. The number of dots inside the outermost pentagon of a pattern forming a pentagonal number is itself a generalized pentagonal number.


Other properties

*p_n for n>0 is the number of different compositions of n+8 into n parts that don't include 2 or 3. *p_n is the sum of the first n natural numbers congruent to 1 mod 3.


Generalized pentagonal numbers and centered hexagonal numbers

Generalized pentagonal numbers are closely related to centered hexagonal numbers. When the array corresponding to a centered hexagonal number is divided between its middle row and an adjacent row, it appears as the sum of two generalized pentagonal numbers, with the larger piece being a pentagonal number proper: : In general: : 3n(n-1)+1 = \tfracn(3n-1)+\tfrac(1-n)\bigl(3(1-n)-1\bigr) where both terms on the right are generalized pentagonal numbers and the first term is a pentagonal number proper (''n'' ≥ 1). This division of centered hexagonal arrays gives generalized pentagonal numbers as trapezoidal arrays, which may be interpreted as Ferrers diagrams for their partition. In this way they can be used to prove the pentagonal number theorem referenced above.


Tests for pentagonal numbers

Given a positive integer ''x'', to test whether it is a (non-generalized) pentagonal number we can compute :n = \frac. The number ''x'' is pentagonal if and only if ''n'' is a
natural number In mathematics, the natural numbers are those numbers used for counting (as in "there are ''six'' coins on the table") and ordering (as in "this is the ''third'' largest city in the country"). Numbers used for counting are called ''cardinal ...
. In that case ''x'' is the ''n''th pentagonal number. For generalized pentagonal numbers, it is sufficient to just check if is a perfect square. For non-generalized pentagonal numbers, in addition to the perfect square test, it is also required to check if :\sqrt \equiv 5 \mod 6 The mathematical properties of pentagonal numbers ensure that these tests are sufficient for proving or disproving the pentagonality of a number.How do you determine if a number N is a Pentagonal Number?
/ref>


Gnomon

The Gnomon of the ''n''th pentagonal number is: : p_-p_n = 3n+1


Square pentagonal numbers

A square pentagonal number is a pentagonal number that is also a perfect square.Weisstein, Eric W.
Pentagonal Square Number
" From ''MathWorld''--A Wolfram Web Resource.
The first few are: 0, 1, 9801, 94109401, 903638458801, 8676736387298001, 83314021887196947001, 799981229484128697805801, 7681419682192581869134354401, 73756990988431941623299373152801... (
OEIS The On-Line Encyclopedia of Integer Sequences (OEIS) is an online database of integer sequences. It was created and maintained by Neil Sloane while researching at AT&T Labs. He transferred the intellectual property and hosting of the OEIS to the ...
entry A036353)


See also

*
Hexagonal number A hexagonal number is a figurate number. The ''n''th hexagonal number ''h'n'' is the number of ''distinct'' dots in a pattern of dots consisting of the ''outlines'' of regular hexagons with sides up to n dots, when the hexagons are overlaid so ...
*
Triangular number A triangular number or triangle number counts objects arranged in an equilateral triangle. Triangular numbers are a type of figurate number, other examples being square numbers and cube numbers. The th triangular number is the number of dots i ...


References


Further reading


Leonhard Euler: On the remarkable properties of the pentagonal numbers
{{series (mathematics) Figurate numbers