Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Pentagonal number

From Wikipedia, the free encyclopedia
Figurate number
Not to be confused withcentered pentagonal number.
A visual representation of the first six pentagonal numbers

Apentagonal number is afigurate number that extends the concept oftriangular andsquare numbers to thepentagon, but, unlike the first two, the patterns involved in the construction of pentagonal numbers are notrotationally symmetrical. Thenth pentagonal numberpn is the number ofdistinct dots in a pattern of dots consisting of theoutlines of regular pentagons with sides up to n dots, when the pentagons are overlaid so that they share onevertex. 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.

pn is given by the formula:

pn=3n2n2=(n1)+3(n2){\displaystyle p_{n}={\frac {3n^{2}-n}{2}}={\binom {n}{1}}+3{\binom {n}{2}}}

forn ≥ 1. The first few pentagonal numbers are:

1,5,12,22,35,51,70,92,117,145,176,210,247, 287, 330, 376, 425, 477, 532, 590, 651, 715, 782, 852, 925,1001, 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... (sequenceA000326 in theOEIS).

Thenth pentagonal number is the sum of n integers starting from n (i.e. from n to 2n − 1). The following relationships also hold:

pn=pn1+3n2=2pn1pn2+3{\displaystyle p_{n}=p_{n-1}+3n-2=2p_{n-1}-p_{n-2}+3}

Pentagonal numbers are closely related to triangular numbers. Thenth pentagonal number is one third of the(3n − 1)thtriangular number. In addition, where Tn is thenth triangular number:

pn=Tn1+n2=Tn+2Tn1=T2n1Tn1{\displaystyle p_{n}=T_{n-1}+n^{2}=T_{n}+2T_{n-1}=T_{2n-1}-T_{n-1}}


Generalized pentagonal numbers are obtained from the formula given above, but withn 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... (sequenceA001318 in theOEIS).

Generalized pentagonal numbers are important toEuler's theory ofinteger partitions, as expressed in hispentagonal number theorem.

The number of dots inside the outermost pentagon of a pattern forming a pentagonal number is itself a generalized pentagonal number.

Other properties

[edit]

Generalized pentagonal numbers and centered hexagonal numbers

[edit]

Generalized pentagonal numbers are closely related tocentered 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:

1=1+07=5+219=12+737=22+15
***
***
**
***
****
*****
****
***
****
*****
******
*******
******
*****
****

In general:

3n(n1)+1=12n(3n1)+12(1n)(3(1n)1){\displaystyle 3n(n-1)+1={\tfrac {1}{2}}n(3n-1)+{\tfrac {1}{2}}(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.

Proof without words that thenth pentagonal number can be decomposed into three equal (n-1)thtriangular numbers and the numbern.

Sum of reciprocals

[edit]

A formula for thesum of the reciprocals of the pentagonal numbers is given byn=12n(3n1)=3ln(3)π3.{\displaystyle \sum _{n=1}^{\infty }{\frac {2}{n\left(3n-1\right)}}=3\ln \left(3\right)-{\frac {\pi }{\sqrt {3}}}.}

Tests for pentagonal numbers

[edit]

Given a positive integerx, to test whether it is a (non-generalized) pentagonal number we can compute

n=24x+1+16.{\displaystyle n={\frac {{\sqrt {24x+1}}+1}{6}}.}

The numberx is pentagonal if and only ifn is anatural number. In that casex is thenth pentagonal number.

For generalized pentagonal numbers, it is sufficient to just check if24x + 1 is a perfect square.

For non-generalized pentagonal numbers, in addition to the perfect square test, it is also required to check if

24x+15mod6{\displaystyle {\sqrt {24x+1}}\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.[1]

Gnomon

[edit]

TheGnomon of thenth pentagonal number is:

pn+1pn=3n+1{\displaystyle p_{n+1}-p_{n}=3n+1}

Square pentagonal numbers

[edit]

A square pentagonal number is a pentagonal number that is also a perfect square.[2]

The first few are:

0, 1, 9801, 94109401, 903638458801, 8676736387298001, 83314021887196947001, 799981229484128697805801, 7681419682192581869134354401, 73756990988431941623299373152801... (OEIS entryA036353)

Pentagonal Square Triangular Number

[edit]

In number theory, a pentagonal square triangular number is a positive integer that is simultaneously a pentagonal number, a square number, and a triangular number. This requires solving the following system ofDiophantine equations

Pn=n(3n1)2=Tm=m(m+1)2=k2{\displaystyle P_{n}={\frac {n(3n-1)}{2}}=T_{m}={\frac {m(m+1)}{2}}=k^{2}}

wherePn{\displaystyle P_{n}} is then{\displaystyle n}-th pentagonal number,Tm{\displaystyle T_{m}} is them{\displaystyle m}-th triangular number, andk2{\displaystyle k^{2}} is a square number.

Solutions to this problem can be found by checking pentagonal triangular numbers against square numbers. Other than the trivial solution of 1, computational searches of the first 9,690 pentagonal triangular numbers have revealed no other square numbers, suggesting that no other pentagonal square triangular numbers exist below this limit.[3]

Although no formal proof has yet appeared in print, work by J. Sillcox between 2003 and 2006 applied results from W. S. Anglin's 1996 paper on simultaneous Pell equations to this problem. Anglin demonstrated that simultaneous Pell equations have exactly 19,900 solutions withx,y<1020000{\displaystyle x,y<10^{20000}}.[4] Sillcox showed that the pentagonal square triangular number problem can be reduced to solving the equation:

x26y2=5{\displaystyle x^{2}-6y^{2}=-5}

This places the problem within the scope of Anglin's proof. Forx=1{\displaystyle x=1} andy=1{\displaystyle y=1}, only the trivial solution exists.[3][4]

See also

[edit]

References

[edit]
  1. ^How do you determine if a number N is a Pentagonal Number?
  2. ^Weisstein, Eric W. "Pentagonal Square Number." FromMathWorld--A Wolfram Web Resource.
  3. ^abWeisstein, Eric W."Pentagonal Square Triangular Number".MathWorld. Wolfram. RetrievedApril 2, 2025.
  4. ^abAnglin, W.S. (1996). "Simultaneous Pell Equations".Math. Comput.65 (213):355–359.doi:10.1090/S0025-5718-96-00687-4.

Further reading

[edit]


2-dimensional
centered
non-centered
3-dimensional
centered
non-centered
pyramidal
4-dimensional
non-centered
Higherdimensional
non-centered
Classes ofnatural numbers
Powers and related numbers
Of the forma × 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
Otherprime factor ordivisor related numbers
Numeral system-dependent numbers
Arithmetic functions
anddynamics
Digit sum
Digit product
Coding-related
Other
P-adic numbers-related
Digit-composition related
Digit-permutation related
Divisor-related
Other
Generated via asieve
Sorting related
Graphemics related
Integer sequences
Basic
Advanced(list)
Fibonacci spiral with square sizes up to 34.
Properties of sequences
Properties of series
Series
Convergence
Explicit series
Convergent
Divergent
Kinds of series
Hypergeometric series
Retrieved from "https://en.wikipedia.org/w/index.php?title=Pentagonal_number&oldid=1299863234"
Category:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp