blob: 1b7d26d9380c76fa928bd7cfab150ad082caa78b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
% Format: Plain
\font\chapfont=cmbx12 scaled 1728
\font\titlefont=cmbx12 scaled 2073
\font\secfont=cmbx12 scaled 1200
\parskip=\baselineskip
\parindent=0pt
\hsize=5in
\hoffset=.75in
\leftline{\chapfont Chapter 1}
\vskip36pt
\leftline{\titlefont Unsolved Problems}
\vskip36pt
\leftline{\secfont 1.1\ \ Odd Perfect Numbers}
\vskip12pt
A number is said to be {\it perfect\/} if it
is the sum of its divisors. For example, $6$ is
perfect because $1+2+3 = 6$, and $1$, $2$, and $3$
are the only numbers that divide evenly into $6$
(apart from $6$ itself).
It has been shown that all even perfect numbers
have the form $$2^{p-1}(2^{p}-1)$$ where $p$
and $2^{p}-1$ are both prime.
The existence of {\it odd\/} perfect numbers is
an open question.
\bye
|