主題
Search

多邊形數


PolygonalNumber

多邊形數是一種 具形數,它是 三角形數正方形數等的推廣,推廣到 n 邊形,其中 n 是任意正整數。上面的圖表以圖形方式說明了多邊形數的構建過程。從第 n三角形數 T_n 開始,然後

 n+T_(n-1)=T_n.
(1)

現在請注意

 n+2T_(n-1)=n^2=S_n
(2)

給出第 n正方形數

 n+3T_(n-1)=1/2n(3n-1)=P_n,
(3)

給出第 n五邊形數,依此類推。一般多邊形數可以寫成以下形式

p_n^r=1/2n[(n-1)r-2(n-2)]
(4)
=1/2n[(r-2)n-(r-4)],
(5)

其中 p_n^r 是第 nr 邊形數 (Savin 2000)。例如,在 (5) 中取 n=3 得到一個 三角形數n=4 得到一個 正方形數,等等。

多邊形數在 Wolfram 語言中實現為PolygonalNumber.

如果一個數是 k-高度多邊形數,如果它是 n-多邊形數,且有多於等於 k 種方式(從 n=3, 4, ... 到某個上限)。那麼,直到 n=16 的前幾個 2-高度多邊形數是 1, 6, 9, 10, 12, 15, 16, 21, 28, (OEIS A090428)。類似地,直到 n=16 的前幾個 3-高度多邊形數是 1, 15, 36, 45, 325, 561, 1225, 1540, 3025, ... (OEIS A062712)。除了 1 之外,沒有小於 10^(12) 的這種型別的 4-高度多邊形數。

n 邊形數的生成函式由以下優美的公式給出

 G_n(x)=(x[(n-3)x+1])/((1-x)^3).
(6)

費馬提出,每個數都可以表示為最多 kk-多邊形數的和(費馬多邊形數定理)。費馬聲稱擁有此結果的證明,儘管該證明從未被發現。雅可比、拉格朗日(1772 年)和尤拉都證明了平方的情況,而高斯在 1796 年證明了三角形的情況。1813 年,柯西完全證明了該命題。

可以按如下方式檢查任意數字 N 是否為 n-多邊形數。注意恆等式

 8(n-2)p_n^r+(n-4)^2=(2rn-4r-n+4)^2,
(7)

因此,8(n-2)N+(n-4)^2=S^2 必須是一個 完全平方數。因此,如果它不是,則該數字不可能是 n-多邊形數。如果它是一個 完全平方數,那麼解

 S=2rn-4r-n+4
(8)

對於階數 r,得到

 r=(S+n-4)/(2(n-2)).
(9)

一個 n-多邊形數等於相同統計階數(n-1)-多邊形數與前一個統計階數三角形數之和。


另請參閱

中心多邊形數, 十邊形數, 費馬多邊形數定理, 具形數, 七邊形數, 六邊形數, 九邊形數, 八邊形數, 五邊形數, 金字塔數, 正方形數, 三角形數

使用 探索

參考文獻

Abramovich, S.; Fujii, T.; and Wilson, J. W. "Multiple-Application Medium for the Study of Polygonal Numbers." http://jwilson.coe.uga.edu/Texts.Folder/AFW/AFWarticle.html.Beiler, A. H. "Ball Games." Ch. 18 in Recreations in the Theory of Numbers: The Queen of Mathematics Entertains. New York: Dover, pp. 184-199, 1966.Cauchy, A. "Démonstration du théorème général de Fermat sur les nombres polygones." Oeuvres, 2e. serie, Vol. 6. pp. 320-353.Dickson, L. E. History of the Theory of Numbers, Vol. 1: Divisibility and Primality. New York: Dover, pp. 3-33, 2005.Guy, K. "Every Number is Expressible as a Sum of How Many Polygonal Numbers?" Amer. Math. Monthly 101, 169-172, 1994.Nathanson, M. B. "Sums of Polygonal Numbers." In Analytic Number Theory and Diophantine Problems: Proceedings of a Conference at Oklahoma State University, 1984 (Ed. A. Adolphson et al. ). Boston, MA: Birkhäuser, pp. 305-316, 1987.Pappas, T. "Triangular, Square & Pentagonal Numbers." The Joy of Mathematics. San Carlos, CA: Wide World Publ./Tetra, p. 214, 1989.Savin, A. "Shape Numbers." Quantum 11, 14-18, 2000.Sloane, N. J. A. Sequences A000217/M2535, A062712, and A090428 in "The On-Line Encyclopedia of Integer Sequences."Sloane, N. J. A. and Plouffe, S. Figure M2535 in The Encyclopedia of Integer Sequences. San Diego: Academic Press, 1995.

在 上被引用

多邊形數

引用為

Weisstein, Eric W. "多邊形數." 來自 Web 資源. https://mathworld.tw/PolygonalNumber.html

主題分類