login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063043 Collatz-2 (A063041) trajectory starting at 17. 3
17, 222, 111, 37, 1148, 574, 287, 41, 1518, 759, 253, 23, 438, 219, 73, 5184, 2592, 1296, 648, 324, 162, 81, 27, 9, 3, 7, 36, 18, 9, 3, 7, 36, 18, 9, 3, 7, 36, 18, 9, 3, 7, 36, 18, 9, 3, 7, 36, 18, 9, 3, 7, 36, 18, 9, 3, 7, 36, 18, 9, 3, 7, 36, 18, 9, 3, 7, 36 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(23) = a(28) = 9 and a(i) = a(j) <==> i = j for i, j < 28; same cycle values as A063042 but the conjecture that this is the only cycle for all starting values is not true: see A063044
LINKS
FORMULA
a(0) = 17 and a(n) = A063041(a(n-1)) for n > 0
MATHEMATICA
NestList[If[PrimeQ[#], #*Prime[PrimePi[#]-1]+1, #/Min@@First/@FactorInteger[#]]&, 17, 30] (* Jayanta Basu, May 27 2013 *)
CROSSREFS
Sequence in context: A016238 A016181 A285233 * A016174 A016281 A160398
KEYWORD
easy,nonn
AUTHOR
Reinhard Zumkeller, Jul 07 2001
EXTENSIONS
More terms from Sean A. Irvine, Apr 16 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)