home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / sci / math / 9434 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  2.0 KB

  1. Path: sparky!uunet!darwin.sura.net!mlb.semi.harris.com!uflorida!mailer.cc.fsu.edu!fsu1.cc.fsu.edu!rose
  2. From: rose@fsu1.cc.fsu.edu (Kermit Rose)
  3. Newsgroups: sci.math
  4. Subject: Re: Hailstone sequences
  5. Message-ID: <1992Jul18.115039.25704@mailer.cc.fsu.edu>
  6. Date: 23 Jul 92 04:26:49 GMT
  7. References: <2020@bigfoot.first.gmd.de>
  8. Reply-To: rose@fsu1.cc.fsu.edu
  9. Organization: Florida State University
  10. Lines: 45
  11. News-Software: VAX/VMS VNEWS 1.3-4
  12.  
  13. In article <2020@bigfoot.first.gmd.de>, wolf@prosun.first.gmd.de (Wolfgang Koehler) writes...
  14. >(I hope my memory kept the term right.)
  15. >I would like to know something more about these astonishing sequences.
  16. >Since it is not mentioned in the FAQ-list, let's post it.
  17. >For those of the audience, who haven't heard of them,  the construcion
  18. >rule is as simple as one can imagine:
  19. >1. Start with an arbitrary integer n,
  20. >2. compute the successor n' of n with the rule :
  21. >   if n is even n' = n/2, otherwise n' = 3n+1
  22. >3. repeat this until you reach 1.
  23. >The question is : do all these sequences (for different starting points n)
  24. >converge to 1 ?
  25. >As far as I know it is still unsolved.(?)
  26. >Of course it's of great interest to know connections to other 
  27. >theorems in number theory.
  28. >wolf
  29. >-------------------------------------------------------------------------------
  30. >    ... always look on the bright side of life ... (Monty Python)
  31. >-------------------------------------------------------------------------------
  32. >Wolfgang Koehler                                    wolf@first.gmd.de
  33. Two simple observations:
  34.  
  35. If n = (2^k+1)m where m is odd, then n' = 3(2^k+1)m + 1 and n'' = 
  36. 3(2^[k-1])m + [3m+1]/2 is larger than n.
  37. If m = 3 mod 4, then [3m+1]/2 is odd.
  38.  
  39. If we could show that for each n, the sequence eventually reaches a value 
  40. less than n, then an inductive proof would be possible.
  41.  
  42. rose@fsu1.cc.fsu.edu          To be sure I see your response, use e-mail.
  43. -----------------------------------------------------------------------
  44. Be of good cheer, for it is much more fun than being depressed.
  45.