beeseven
May 13 2006, 09:22 PM
| | A perfect number is a number with the property that all of its divisors (including 1 but excluding itself) add up to that number. Alternatively, if you want to include the number as a divisor, then all of its divisors add up to twice itself.
Some examples include:- 6 (1+2+3)
- 28 (1+2+4+7+14)
- 496 (1+2+4+8+16+31+62+124+248)
- 8128 (1+2+4+8+16+32+64+127+254+508+1016+2032+4064)
It used to be thought that the fifth perfect number would have five digits since the others had 1, 2, 3, 4, but it turns out that the fifth is 33550336 which has eight digits. It was also thought that the endings would alternate between 8 and 6, but the sixth perfect number is 8589869056. There most likely aren't any odd perfect numbers, but if there are, they are extremely large (> 10^500).
Wikipedia has more, including the conditions which an odd perfect number must satisfy and the proof that all perfect numbers are also Ore's harmonic numbers.
|
Reply
unicornrose
May 14 2006, 02:14 AM
Its not too surprising to me that when you got to the 6th number the amount of digets got larger. Math has alot of differant sequences that tend to do that. Just like nature sometimes math can throw you for a loop.
Reply
Dooga
May 14 2006, 02:17 AM
Hey this is really interesting! I would show it to my math teacher, but then she'll shoot me for wasting my time...
Reply
hulunes
May 14 2006, 03:57 AM
the perfect number remind me a former program in C,which is to carry out the procedure of quering the number of that kind during 10000. well.it is really a interesting math number IMO.
Reply
Plenoptic
May 14 2006, 10:30 AM
It's funny you made this post because in computer programming I was just told to make a program that will display the pefect numbers found between 1 and 1000. I think it is pretty interesting how it works. Of course it took me a while to get the equation right to have it find the numbers.
Reply
Florisjuh
May 15 2006, 04:59 AM
Sounds very interesting, but what's the use of it?
Reply
Alissa
May 15 2006, 06:36 AM
That's really cool. Can you imagine being the person who first found these perfect numbers? It's insane. I could never. O.O
Reply
leeleelee
May 15 2006, 09:58 AM
It is not known when perfect numbers were first studied and indeed the first studies may go back to the earliest times when numbers first aroused curiosity. It is quite likely, although not certain, that the Egyptians would have come across such numbers naturally given the way their methods of calculation worked, see for example where detailed justification for this idea is given. Perfect numbers were studied by Pythagoras and his followers, more for their mystical properties than for their number theoretic properties.
Reply
Plenoptic
May 15 2006, 11:23 PM
Like lee said I think people have known about them they just weren't called Perfect Numbers. I am sure they figured it out soon enough. I wonder how many they have found so far and how many more they will find. I think it will turn out to be like the Largest Prime Number and people will start competing to see who can find one a million characters long unless they have already.
Reply
Justin S.
May 20 2006, 06:38 AM
What are you taling about perfect number?
Reply
garbage
Aug 27 2006, 10:38 AM
I think this topic, is not for me since im not that good at the mathematics, but I was thinking the pefect number might have been zero.. I dont know why, but thats the number tyhat first popped into my head
Reply
BhajunSingh
Aug 27 2006, 03:55 AM
I find this kind of pure mathematics very interesting personally - its also really amazing to me how people were able to come up with this stuff thousands of years ago. Also, in case anyone's interested further in perfect numbers, each number has a direct relation with a unique Mersenne Prime number. A Mersenne prime is a prime number in the form of (2^n - 1), where n is also a prime number. So, for example, the first Mersenne prime is 3, where n = 2, the second is 7, where n = 3, and so on. To find the directly related perfect number, you take the Mersenne prime (2^n - 1) and multiply it with (2^(n - 1)). So for example, with n = 2, the Mersenne prime is 6, and the perfect number is also 6: CODE (2^n - 1)(2^(n - 1)) (2^2 - 1)(2^(2 - 1)) (4 - 1)(2^1) (3)(2) 6
And when n = 3, the Mersenne prime is 7, and the perfect number is 28: CODE (2^n - 1)(2^(n - 1)) (2^3 - 1)(2^(3 - 1)) (8 - 1)(2^2) (7)(4) 28
Hope that makes some sense  Anyway, so basically, since Mersenne primes are smaller and have more searching formulas, they're used to find more and more perfect numbers...and as there are only 43 known Mersenne primes, there are 43 known perfect numbers. Also, on an off note, Mersenne primes are also the largest primes known...the 43rd MPrime was about 2^30,400,000ish...just over 9 million digits long  Anyway, I ramble - I just find Mersenne primes especially, and the searching algorithms, very interesting. If anyone else wants to know more about then, http://www.mersenne.org is a good site - it runs the GIMPS (Great Internet Mersenne Primes Search) program that uses distributed computing to attempt to discover new Mersenne primes.
Reply
thewildmen2
Aug 26 2006, 04:56 AM
wow, so interesting, i want to show this to my brother..
Reply
tdktank59
Aug 26 2006, 02:52 AM
well if we are doing that... i say the best number is still 42 but my ideal number would be a number that is NOT devisible by 1 lol figure that one out will ya?
Reply
ProtoMan
Aug 26 2006, 02:30 AM
I think the perfect number is 3.141592653589793238462643383279502884197169399375105820974944592307816406286208 99862803482534211706798214808651328230664709384460955058223172535940812848111745 02841027019385211055596446229489549303819644288109756659334461284756482337867831 65271201909145648566923460348610454326648213393607260249141273724587006606315588 17488152092096282925409171536436789259036001133053054882046652138414695194151160 94330572703657595919530921861173819326117931051185480744623799627495673518857527 24891227938183011949129833673362440656643086021394946395224737190702179860943702 77053921717629317675238467481846766940513200056812714526356082778577134275778960 91736371787214684409012249534301465495853710507922796892589235420199561121290219 60864034418159813629774771309960518707211349999998372978049951059731732816096318 59502445945534690830264252230825334468503526193118817101000313783875288658753320 83814206171776691473035982534904287554687311595628638823537875937519577818577805 32171226806613001927876611195909216420198938095257201065485863278865936153381827 96823030195203530185296899577362259941389124972177528347913151557485724245415069 59508295331168617278558890750983817546374649393192550604009277016711390098488240 12858361603563707660104710181942955596198946767837449448255379774726847104047534 64620804668425906949129331367702898915210475216205696602405803815019351125338243 00355876402474964732639141992726042699227967823547816360093417216412199245863150 30286182974555706749838505494588586926995690927210797509302955321165344987202755 96023648066549911988183479775356636980742654252786255181841757467289097777279380 00816470600161452491921732172147723501414419735685481613611573525521334757418494 68438523323907394143334547762416862518983569485562099219222184272550254256887671 79049460165346680498862723279178608578438382796797668145410095388378636095068006 42251252051173929848960841284886269456042419652850222106611863067442786220391949 45047123713786960956364371917287467764657573962413890865832645995813390478027590 09946576407895126946839835259570982582262052248940772671947826848260147699090264 01363944374553050682034962524517493996514314298091906592509372216964615157098583 87410597885959772975498930161753928468138268683868942774155991855925245953959431 04997252468084598727364469584865383673622262609912460805124388439045124413654976 27807977156914359977001296160894416948685558484063534220722258284886481584560285 06016842739452267467678895252138522549954666727823986456596116354886230577456498 03559363456817432411251507606947945109659609402522887971089314566913686722874894 05601015033086179286809208747609178249385890097149096759852613655497818931297848 21682998948722658804857564014270477555132379641451523746234364 Thats how much I know...... Why do I like this number ? Because it is PI.It is very useful in mathematics.
Reply
Recent Queries:--
whats a perfect number - 12.05 hr back. (1)
-
what is prefect numbers - 48.44 hr back. (2)
-
pefect numbers - 63.27 hr back. (3)
-
interesting properties of perfect numbers - 99.16 hr back. (1)
Similar Topics
Keywords : perfect, number
- Get Pan Number Online
(0)
I'm In A Stitch, I Like My Best Friend's Cousin.
She's perfect for me though... (18) Hi, I'm Dylan. We come from different ends of the line. She's more popular, and 3 more
friends in the school than I have. I noticed her staring at me in LifeManagement class one day, and
I looked at her and she turned away and started messing with her hair. I really like her, and
I'm not sure if they feeling is mutual, she is very shy, and I am to. I'm mainly thinking
about writing her a letter to tell her, and just to say something like, "I didn't want to
embarrass you at school, just in case you don't like me back." or anything like that in it.....
Ti Basic: Pick A Number
(1) Description Learn how to create a neat-o Game in TI Basic. Its basic premise is that someone
picks a number, then they pass the calculator to their friend, and they try to guess the number.
Once the successfully guess the number a message appears and says that they have won. I have also
included a line that keeps users from choosing numbers greater than one-hundred. Please Enjoy.
Try I Out Alright.... just input what you see below and I'll explain it a little below.
CODE :ClrHome :Lbl 2 :Prompt A :A->X :If X>100 :Goto 2 ....
Make A Big Number!
What is the largest number you can make with... (8) What is the largest number you can make with 3 one-digit numbers? You've no doubt heard this
one before. The answer you all know and love is 9 ^ 9 ^ 9, or some 369-million digit number that
appears in Pi somewhere but no one cares to memorize. Here are a few rules to that game: 1. The
number must be less than infinity. 2. You cannot use unary operators. (Unary operators are operators
that only require one argument to work, such as factorials. 1 + 2 = 3 is a binary operator, since it
has two arguments, 1 and 2.) 3. If you use an iterated binary operator (one that i....
Is Democracy The Perfect System?
(15) Do all people support the system of democracy? Well basically Democracy means a system or government
run by by the people for the people from the people.That means democracy supports the fact that
people are always right.Now the question arises, Is it always true that people are always right? for
example if a person X is not a thief and majority of people thinks that he is a thief.Then does that
majority of people makes the truth false,i.e. we will have to think that person is a thief even if
he is not a thief.Just because majority says, we will have to support the false....
Zk
the number 1 Ajax Framework (2) ZK is an open-source Ajax Web framework that enables rich user interface for Web applications with
little programming. Its an event-driven, component-based framework to enable rich user interfaces
for Web applications. ZK includes an AJAX-based event-driven engine, a rich set of XUL and XHTML
components and a markup language called ZUML (ZK User Interface Markup Language). With ZK, you
represent your application in feature-rich XUL and XHTML components and manipulate them upon events
triggered by user's activity, similar to what is done in desktop applications. Un....
Count Number Of Div's By A Class Name
(3) I have a situation where I need to be able to count the number of div elements in a page and then
use that number for a loop. I've already tried this but it returns all child div elements.
ocument.getElementById("char_list").getElementsByTagName("div").length; I need only the child nodes
directly below the parent div 'char_list'. THe structure is like this The
problem here is I also have nested div's inside the 'char_node' divs so the first code
returns them all. I'm trying to just gather the char_node class divs and use i....
Data Structure -- Arrays -- Odd Number Of Elements
(0) Given an array of elements with many numbers occurring even number of times and two numbers
occurring odd number of times. Find out the two numbers that occur odd number of times. example:
Elements in array -- 14433446 The expected result is 1 and 6 One solution 1. Find max of the
array 2. Hash Function : element/max value 3. Repeat to all elements... 4. Find frequency... yo will
get the 2 elements with odd frequency. but this is not the optimal.... Do find more solutions to
this and post it. Look for time and space complexity. Another Solution one more s....
Which Data Type To Use In Mysql Table
Using a 5 character number (4) If I wanted to use an ID field which automatically increments when data are addad, but displays the
ID as a 5 figure number, which data type would I have to use? I would want a type that assigns a
number to a record in the format "00001", "00002", etc. However, when I use "int" as datatype, it
only displays th field contents as "1", "2" etc. So, which data type could do the job for me? i do
not need a decimal point or anything, just an id that displays in 5 figures, including the leading
zeros. Thanks in advance.....
Does Practice Really Make Perfect?
Here's my thought... (11) We have all heard of the saying 'Practice makes Perfect'. I actually disagree with that
statement. You see, the core principle of practicing is to make your self better. An example would
be a child learning the piano. The child must practice in order to get better at the piano. But my
thought is that practice does not make perfect... it just makes permanent. If a child is learning to
play the Concert C Major Scale... but plays and practices it wrong over and over again... it will
not be perfect. His Concert C Major Scale will be permanently wrong... until he fix....
Ireland O2 Number
looking for people (0) Sorry for this topic but I need find someone who have Ireland o2 mobile number and is using it. .
Is someone here? (Please send this topic to good category because I don't know where I have to
pick it.. Thanks....
India Is Now Nokia's Number-two Market
(0) Have you ever thought how nokia;s profit is jumping its because of India, even though most of the
phones of nokia are manufactured in China.,its world second largest market is India., beating USA.
READ THIS NEWS . QUOTE The world's top mobile-phone maker shipped 60 million handsets from
its factory near the southern Indian city of Chennai in the 18 months up to August. Chief executive
Olli-Pekka Kallasvuo expects demand to remain strong as India's user base surges. "India has
quickly become one of the largest markets," he told reporters in New Delhi, addin....
Can Database Column Names Start With A Number?
Can database column names start with a number? (1) Can database column names start with a number or must they start with a letter like php vars? Like
my_table.1fieldname ? Does this vary from db system to db system? Is it considered good/bad form? ....
Displaying Your Phone Number On A Wap Site
(3) I have a wap site elitezone.co.za and what i want to add is a code to the index page that displays
your operator and phone number. Does any one know the coding for this function if so please show me
here. Help will appriacated. Topic title modified. ....
View, Learn And Perfect Your Katas
(6) Hi, did you know that there are some excellent martial arts learning materials to be found on
Youtube (http://www.youtube.com)? If you want to se and/or learn certain Katas , just type in the
name (e.g. Heian Yondan ) and a whole list will come up. I would recommend the ones executed by
Luca Valdesi (Sicilian Sensei and Italian and European champion Shotokan Karate ). Luca Valdesi
shows the full Kata, the same slowly, he also breaks the Kata down and finally shows the Bunkai
(Applications) of the movements. But also other Katas and other styles than Shoto....
Universe? Single Or Infinite
Can we have 'n' number of universes (12) hi friends, i feel that the topic i am discussing is quiet interesting because it leads to many
possibilities by having just one simple fact in mind.... and that fact is that everything is
relative... nothing is too big or too small or too fast or too slow.... everything can be discounted
by something else... so our universe though very big could be like a ball in some other universe...
also before starting i would like to add that the theory that i am trying to tell is just my
imagination and it is as such without any proof or any scientific material about it is not t....
How To Make A Random 7 Number Code?
(2) I am making a script in php, and for it I need to know how to make a random 7 digit code. I think it
has something to do with md5, but i am not sure. Thanks! EDIT- Can someone please change the
title to "How to make a random 7 digit code in php?" Thanks!....
Limiting Max Number Of Credit Posts Suggestion?
(19) How about that Trap17 limits maximum number of posts that you can get credits for in one day? My
suggestion would be limiting posts that count for credits at 3 a day /rolleyes.gif"
style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" /> . I really
don't know how to explain this idea, it's just something that came to my mind.. What do you
guys think?....
Mathematical Proof
...that there is no largest prime number (11) In math, a proof is basically just that, proof that something is true. Proofs must be rigid, they
cannot be based on assumptions. For example, just because we keep finding bigger and bigger prime
numbers, it does not mean there are infinitely many. However, there is a proof for that. First,
assume that there is, in fact, a largest prime number. Call it "P." That is, there is no prime
that is greater than P. (It's OK to assume things like this in a proof sometimes; for example,
it's OK here because we intend to prove that our assumption is wrong, that it le....
The Definition Of Google Number [aka Googol]
No... it's not that search engine! It has a definition. (18) Maybe some of you know this already A google is a fantastic number; it is a number followed by 100
zeros. So when I say you got a google girlfriends, it means you have 10^100 girlfriends. (Aint
logic) Now we know why the name Google for the famous search engine.....
The Perfect Exercise
How about jogging (24) Well i dont know what is the perfect exercise but would like to know about everyone's opinion as
the perfect exercise. Well i am 17 years and my weight is 72 kilos. I reduced 8 kilos and reducing
till now by jogging 5 kilometers daily and walking (sprint walking) 1 km more. I dont know whether
is this a good loss and would like to know of any other good exercise. Please post your opinions as
well.....
Cyber Cafe Security And Maintenance
Talking about how to get have more security and perfect maintenance in (4) Hi evry. i open this topic to talk about how to install securyty in a cybercafe. I'am an african
and in our country we have a lot of cyber cafe but wich are always confronted to security problems
wiche may be : virus , crashings of systems, or timing software always crack down by customers. The
popular timing software used in cyber cafe in africa and in my country is CYBERCAFE Pro. This timing
software has his own own built-in security but it did not guarantee al security necessary. According
to that i established a processus to get at least an default security iand ....
Google A Number?
(48) when i was in 5th grade, which was 5 years ago, this was right when google first came out i think...
anyways, i remember my 5th grade teacher telling me that the word google was the biggest number
possible and that it was bigger than infinity. Back then i believed it but then you really think
about it, how is a number even possibly bigger than infinity if infinity goes on FOREVER? and is
googe EVEN a number????? anybody know?....
Perfect Free Web Hosting
Perfect? Yeah, right! (23) Sometime last month, I tried a web host called Perfect Free Webhosting (before I decided to go with
T17 again). They claim to have "instant activation," which it comes close. They also claim to have
good features (never got to try them all). However, I wasn't even with them for two days , and
somehow my site was deleted completely from their server. I went to their support forum, and
noticed a topic about an experience similar to mine. It turns out, many members (moost of the
people who post regularly there) are having this same problem. I check back on that f....
Need Help With C Program To Test If A Number Is Prime
Ending unexpectedly somewhere near for-loop (12) CODE #include <stdio.h> main() { printf("Enter a number:
"); int n; scanf("%d", &n); if(n ==
2) printf("%d is prime", n); else if(n % 2 == 0 || n <
2) printf("%d is not prime", n); else { int x;
for(x = 0; x < (int)sqrt((double)n); x++)
if(n % x == 0) { printf("%....
June 6th 2006 - The Devils Number
Possibly the end of the world? (113) Ok, I don't want to start any religious fights here, that's not what this topic is meant
for. So PLEASE hold the religious comments. I was at school one day, I turned to a friend and said
"I bet the world will end on June 6th of this year". Now I think they'd know what I meant(goth
kids, ya, no I'm not one). But they didn't! So I sat there and explained it, all of a
sudden "Bing" the light in there brain goes off, they said that's really a possibilty. For
those of you who don't get it; June 6th, 2006 6-6-06 Or without the 0, 6-6-6, 666 W....
Largest Known Prime Number
A very long number... (115) Well, I couldn't find a topic I was really interested in, so I thought I would post on something
comletely useless... The world's largest known prime number is actually 7,816,230 digits long,
so I'm not going to type it all out, but the 'Mersenne number' is 225,964,951– 1. It
was discovered by the Great Internet Mersenne Prime Search (GIMPS), a distributed network of
volunteers using their spare computer power to find the largest Mersenne primes. This system
actually discovered the eight largest prime numbers known. And, if you must, you can actual....
The Perfect Girl/boy?
Does it really exist? (30) Wow! first of all, I have to say that I'm glad you guys opened this forum, it is quite nice
to have these kind of discussion places in Trap17.com Well, my problem is the following: I've
never been the kind of guy who depends a lot on a relationship. I actually get sick of them when my
girl starts being possesive. I also dislike aguings about who's right and who's wrong.
I'm pretty unstable (if you wanna say so) in relationships. Nowadays I can't stand being
with certain people after a big while, it applies to friends and gfs. The problem i....
Number Guessing Game
number guessing game (9) do you still have the code for that number guessing game?....
The 5 Steps To Perfect Relationship
.. (2) 1. It is important to find a woman who helps at home, who cooks fromtime to time, cleans up and has
a job. 2. It is important to find a woman who can make you laugh. 3. It is important to find a
woman who you can trust and who doesn't lie to you. 4. It is important to find a woman who is
good in bed and who likes to be with you. 5. It is very important that these four women don't
know each other.....
Looking for perfect, number
|
*RANDOM STUFF*
*SIMILAR VIDEOS*
Searching Video's for perfect, number
*MORE FROM TRAP17.COM*
|
advertisement
|
|