home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: sci.math
- Path: sparky!uunet!caen!sol.ctr.columbia.edu!cs.columbia.edu!newcomb
- From: newcomb@cs.columbia.edu (Newcomb Greenleaf)
- Subject: A Collatz-like problem
- Message-ID: <Bs40LF.17r@cs.columbia.edu>
- Sender: news@cs.columbia.edu (The Daily News)
- Organization: Columbia University Department of Computer Science
- Date: Tue, 28 Jul 1992 17:29:37 GMT
- Lines: 39
-
-
- In analyzing 5-state "busy beaver" candidates I
- came across the following function which seems
- similar to the Collatz/Ulam 3n+1 or n/2 function.
- |-
- | 5j+4 if n = 3j
- f(n) = -| 5j+7 if n = 3j+1
- | 0 if n = ej+2
- |-
- From any starting positive integer we generate a
- sequence by applying f repeatedly. To questions:
-
- 1. Does the sequence eventually arrive at
- 0 for any starting value?
- 2. If so, is there a bound on the length
- of the sequence up to the first arrival at 0?
-
- I have, of course, done some computer experiments
- which are not concllusive. For small starting
- values here are some longest lengths found up to
- then:
- 0. 5
- 3. 15
- 748. 16
- 823. 17
- 1263. 21
- 5278. 23
- 31863. 24
- 97776. 27
- 121935. 28
- 168048. 29
- 550071. 32
- 1029315. 35
-
- I would appreciate any solutions or advice on how
- to attack this problem.
-
- Newcomb Greenleaf
- newcomb@cs.columbia.edu
-