主题
Search

完全数


完全数是 正整数 n 使得

 n=s(n),
(1)

其中 s(n)限制除数函数 (即, 真因数 n 的总和),或等价地

 sigma(n)=2n,
(2)

其中 sigma(n)除数函数 (即, 因数 n 的总和,包括 n 本身)。 例如,前几个完全数是 6, 28, 496, 8128, ... (OEIS A000396),因为

6=1+2+3
(3)
28=1+2+4+7+14
(4)
496=1+2+4+8+16+31+62+124+248,
(5)

等等。

n 个完全数在 Wolfram 语言 中实现为PerfectNumber[n],并检查 k 是否为完全数,如同PerfectNumberQ[k]。

前几个完全数 P_n 总结在下表中,以及它们对应的索引 p (见下文)。

np_nP_n
126
2328
35496
478128
51333550336
6178589869056
719137438691328
8312305843008139952128

完全数被古代人认为具有重要的命理学性质,并被包括欧几里得在内的希腊人广泛研究。

完全数也与一类称为 梅森素数 的数密切相关,梅森素数是形如 M_p=2^p-1 的素数。 这可以通过考虑一个形如 P=q·2^(p-1) 的完全数 P 来证明,其中 q素数。 根据完全数 P 的定义,

 sigma(P)=2P.
(6)

现在请注意,除数函数 sigma(n) 有特殊形式

 sigma(q)=q+1
(7)

对于素数 n=q,以及

 sigma(2^alpha)=2^(alpha+1)-1
(8)

对于 n=2^alpha。 将这些与附加恒等式结合

 sigma(p_1^(alpha_1)p_2^(alpha_2)...p_r^(alpha_r))=sigma(p_1^(alpha_1))sigma(p_2^(alpha_2))...sigma(p_r^(alpha_r)),
(9)

其中 n=p_1^(alpha_1)p_2^(alpha_2)...p_r^(alpha_r)n素数分解,得出

sigma(P)=sigma(q·2^(p-1))
(10)
=sigma(q)sigma(2^(p-1))
(11)
=(q+1)(2^p-1).
(12)

但是 sigma(P)=2P,所以

 (q+1)(2^p-1)=2q·2^(p-1)=q·2^p.
(13)

求解 q 则得到

 q=2^p-1.
(14)

因此,如果 P 要成为完全数,q 必须是 q=2^p-1 的形式。 将 M_p 定义为形如 M_P=q=2^p-1 的素数,则得出

 P_p=1/2(M_p+1)M_p=2^(p-1)(2^p-1)
(15)

是一个完全数,正如欧几里得《几何原本》命题 IX.36 中所述 (Dickson 2005, p. 3; Dunham 1990)。

虽然欧几里得的许多后继者隐含地认为所有完全数都具有形式 (15) (Dickson 2005, pp. 3-33),但所有完全数都具有这种形式的精确陈述最早在 1638 年笛卡尔写给梅森的信中被考虑 (Dickson 2005, p. 12)。 弗朗斯·范·斯霍滕在 1658 年写给费马的信中提出了证明或反驳欧几里得的构造给出了所有可能的偶完全数 (Dickson 2005, p. 14)。 在 1849 年的遗作中,欧拉提供了第一个证明,证明欧几里得的构造给出了所有可能的偶完全数 (Dickson 2005, p. 19)。

是否奇完全数存在尚不清楚,尽管已检查了高达 10^(1500) 的数字 (Ochem 和 Rao 2012),但没有成功。

所有 完全数 P>6具有形式

 P=1+9T_n,
(16)

其中 T_n 是一个 三角形数

 T_n=1/2n(n+1)
(17)

使得 n=8j+2 (Eaton 1995, 1996)。 此外,所有偶完全数都是 六边形数,因此可以得出结论,偶完全数始终是以 1 开头的连续 正整数 的总和,例如,

6=sum_(n=1)^(3)n
(18)
28=sum_(n=1)^(7)n
(19)
496=sum_(n=1)^(31)n
(20)

(Singh 1997),其中 3, 7, 31, ... (OEIS A000668) 只是 梅森素数。 此外,每个偶完全数 P具有形式 2^(p-1)(2^p-1),因此可以使用以下恒等式生成它们

 sum_(k=1)^(2^((p-1)/2))(2k-1)^3=2^(p-1)(2^p-1)=P.
(21)

众所周知,所有 完全数(除了 6)都以 16、28、36、56、76 或 96 结尾 (Lucas 1891),并且 数字根 为 1。 特别是,前几个完全数的最后一位数字是 6、8、6、8、6、6、8、8、6、6、8、8、6、8、8、... (OEIS A094540),截至 2004 年 6 月,第 38 项和第 41 项之间的区域尚未完全搜索。

完全数的所有除数的倒数之和为 2,因为

 n+...+c+b+a_()_(n)=2n
(22)
 n/a+n/b+...=2n
(23)
 1/a+1/b+...=2.
(24)

如果 s(n)>n,则称 n盈数。 如果 s(n)<n,则称 n亏数。 并且如果对于 正整数 k>1sigma(n)=kn,则称 n 为阶数为 k多完全数

唯一 具有形式 x^3+1 的偶完全数是 28 (Makowski 1962)。

Ruiz 已经证明 n 是一个完全数,当且仅当

 sum_(i=1)^(n-2)i|_n/i_|=1+sum_(i=1)^(n-1)i|_(n-1)/i_|.
(25)

另请参阅

盈数, 阿里quot序列, 亲和数对, 亲和四元组, 抱负数, 亏数, 除数函数, e-完全数, 偶完全数, 调和数, 超完全数, 无限完全数, 梅森数, 梅森素数, 多完全数, 乘法完全数, 奇完全数, 伪完全数, 拟完全数, 史密斯数, 相亲数, 崇高数, 超酉完全数, 超完全数, 酉完全数, 奇异数 在 MathWorld 课堂中探索此主题

使用 Wolfram|Alpha 探索

参考文献

Ball, W. W. R. 和 Coxeter, H. S. M. Mathematical Recreations and Essays, 13th ed. New York: Dover, pp. 66-67, 1987.Brent, R. P.; Cohen, G. L. L.; 和 te Riele, H. J. J. "Improved Techniques for Lower Bounds for Odd Perfect Numbers." Math. Comput. 57, 857-868, 1991.Conway, J. H. 和 Guy, R. K. "Perfect Numbers." In The Book of Numbers. New York: Springer-Verlag, pp. 136-137, 1996.Dickson, L. E. "Notes on the Theory of Numbers." Amer. Math. Monthly 18, 109-111, 1911.Dickson, L. E. History of the Theory of Numbers, Vol. 1: Divisibility and Primality. New York: Dover, pp. 3-33, 2005.Dunham, W. Journey through Genius: The Great Theorems of Mathematics. New York: Wiley, p. 75, 1990.Eaton, C. F. "Problem 1482." Math. Mag. 68, 307, 1995.Eaton, C. F. "Perfect Number in Terms of Triangular Numbers." Solution to Problem 1482. Math. Mag. 69, 308-309, 1996.Gardner, M. "Perfect, Amicable, Sociable." Ch. 12 in Mathematical Magic Show: More Puzzles, Games, Diversions, Illusions and Other Mathematical Sleight-of-Mind from Scientific American. New York: Vintage, pp. 160-171, 1978.Guy, R. K. "Perfect Numbers." §B1 in Unsolved Problems in Number Theory, 2nd ed. New York: Springer-Verlag, pp. 44-45, 1994.Iannucci, D. E. "The Second Largest Prime Divisor of an Odd Perfect Number Exceeds Ten Thousand." Math. Comput. 68, 1749-1760, 1999.Kraitchik, M. "Mersenne Numbers and Perfect Numbers." §3.5 in Mathematical Recreations. New York: W. W. Norton, pp. 70-73, 1942.Madachy, J. S. Madachy's Mathematical Recreations. New York: Dover, pp. 145 和 147-151, 1979.Makowski, A. "Remark on Perfect Numbers." Elemente Math. 17, 109, 1962.McDaniel, W. L. "On the Proof That All Even Perfect Numbers Are of Euclid's Type." Math. Mag. 48, 107-108, 1975.Ochem, P. 和 Rao, M. "Odd Perfect Numbers Are Greater than 10^(15000)." Math. Comput. 81, 1869-1877, 2012.Powers, R. E. "The Tenth Perfect Number." Amer. Math. Monthly 18, 195-196, 1911.Séroul, R. "Perfect Numbers." §8.3 in Programming for Mathematicians. Berlin: Springer-Verlag, pp. 163-165, 2000.Shanks, D. Solved and Unsolved Problems in Number Theory, 4th ed. New York: Chelsea, pp. 1-13 和 25-29, 1993.Singh, S. Fermat's Enigma: The Epic Quest to Solve the World's Greatest Mathematical Problem. New York: Walker, pp. 11-13, 1997.Sloane, N. J. A. Sequences A000396/M4186, A000668/M2696, 和 A094540 in "The On-Line Encyclopedia of Integer Sequences."Smith, H. J. "Perfect Numbers." http://www.geocities.com/hjsmithh/Perfect.html.Spira, R. "The Complex Sum of Divisors." Amer. Math. Monthly 68, 120-124, 1961.Souissi, M. Un Texte Manuscrit d'Ibn Al-Bannā' Al-Marrakusi sur les Nombres Parfaits, Abondants, Deficients, et Amiables. Karachi, Pakistan: Hamdard Nat. Found., 1975.Wagon, S. "Perfect Numbers." Math. Intell. 7, 66-68, 1985.Zachariou, A. 和 Zachariou, E. "Perfect, Semi-Perfect and Ore Numbers." Bull. Soc. Math. Grèce (New Ser.) 13, 12-22, 1972.

在 Wolfram|Alpha 中引用

完全数

引用为

韦斯坦, 埃里克·W. "完全数。" 来自 MathWorld--Wolfram Web 资源。 https://mathworld.net.cn/PerfectNumber.html

主题分类