<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>collatz on Thiago Araujo</title>
    <link>https://thdaraujo.github.io/tags/collatz/</link>
    <description>Recent content in collatz on Thiago Araujo</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 15 Oct 2015 15:00:22 +0000</lastBuildDate><atom:link href="https://thdaraujo.github.io/tags/collatz/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Collatz Conjecture</title>
      <link>https://thdaraujo.github.io/posts/collatz-conjecture/</link>
      <pubDate>Thu, 15 Oct 2015 15:00:22 +0000</pubDate>
      
      <guid>https://thdaraujo.github.io/posts/collatz-conjecture/</guid>
      <description>The Collatz Conjecture is a simple mathematical problem that still has no formal proof. So it&amp;rsquo;s an open problem.
This is how it works:
Choose any positive integer x. While x &amp;gt; 0, do: if x is even, divide it by 2 (x = x/2) if x is odd, multiply it by 3 and add 1 (x = 3x + 1) The Collatz Conjecture states that no matter what value of x you start with, the sequence will always reach x = 1.</description>
    </item>
    
  </channel>
</rss>
