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!)
A063042 Collatz-2 (A063041) trajectory starting at 3. 5
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, 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, 18, 9, 3, 7, 36, 18, 9, 3, 7, 36, 18, 9, 3, 7, 36, 18, 9, 3, 7, 36, 18, 9 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
a(0) = a(5) = 3
LINKS
FORMULA
a(0) = 3 and a(n) = A063041(a(n-1)) for n > 0
MATHEMATICA
NestList[If[PrimeQ[#], #*Prime[PrimePi[#]-1]+1, #/Min@@First/@FactorInteger[#]]&, 3, 104] (* Jayanta Basu, May 27 2013 *)
CROSSREFS
Sequence in context: A132102 A081555 A301341 * A108505 A047158 A221511
KEYWORD
nonn,easy
AUTHOR
Reinhard Zumkeller, Jul 07 2001
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)