Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!newsxfer3.itd.umich.edu!newsfeed.direct.ca!cyclone.bc.net!torn!watserv3.uwaterloo.ca!alopez-o
From:
[email protected] (Alex Lopez-Ortiz)
Newsgroups: sci.math,news.answers,sci.answers
Subject: sci.math FAQ: Unsolved Problems
Followup-To: sci.math
Date: 17 Feb 2000 22:55:51 GMT
Organization: University of Waterloo
Lines: 63
Approved:
[email protected]
Expires: Sun, 1 Mar 1998 09:55:55
Message-ID: <
[email protected]>
Reply-To:
[email protected]
NNTP-Posting-Host: daisy.uwaterloo.ca
Summary: Part 20 of 31, New version
Originator:
[email protected]
Originator:
[email protected]
Xref: senator-bedfellow.mit.edu sci.math:347389 news.answers:177509 sci.answers:11217
Archive-name: sci-math-faq/unsolved
Last-modified: February 20, 1998
Version: 7.5
Unsolved Problems
Does there exist a number that is perfect and odd?
A given number is perfect if it is equal to the sum of all its proper
divisors. This question was first posed by Euclid in ancient Greece.
This question is still open. Euler proved that if N is an odd perfect
number, then in the prime power decomposition of N, exactly one
exponent is congruent to 1 mod 4 and all the other exponents are even.
Furthermore, the prime occurring to an odd power must itself be
congruent to 1 mod 4. A sketch of the proof appears in Exercise 87,
page 203 of Underwood Dudley's Elementary Number Theory. It has been
shown that there are no odd perfect numbers < 10^(300).
Collatz Problem
Take any natural number m > 0.
n : = m;
repeat
if (n is odd) then n : = 3*n + 1; else n : = n/2;
until (n==1)
Conjecture 1. For all positive integers m, the program above
terminates.
The conjecture has been verified for all numbers up to 5.6 * 10^(13).
References
Unsolved Problems in Number Theory. Richard K Guy. Springer, Problem
E16.
Elementary Number Theory. Underwood Dudley. 2nd ed.
G.T. Leavens and M. Vermeulen 3x+1 search programs ] Comput. Math.
Appl.
vol. 24 n. 11 (1992), 79-99.
Goldbach's conjecture
This conjecture claims that every even integer bigger equal to 4 is
expressible as the sum of two prime numbers. It has been tested for
all values up to 4.10^(10) by Sinisalo.
Twin primes conjecture
There exist an infinite number of positive integers p with p and p+2
both prime. See the largest known twin prime section. There are some
results on the estimated density of twin primes.
--
Alex Lopez-Ortiz
[email protected]
http://www.cs.unb.ca/~alopez-o Assistant Professor
Faculty of Computer Science University of New Brunswick