Hailstone (Value)
Author: | bjoern |
Date: | 05 Jun, 2011 |
Category: | module |
Credits: |
Download
64bit
Description
Calculates hailstone sequence for given input. For more information refer to:
http://en.wikipedia.org/wiki/Collatz_conjecture
Just for kicks. May help to grasp the concept of feedbackloops.
Comments
Comments are no longer accepted.Please create a new topic in the vvvv beta forum to discuss this contribution.
Interesting subject, Number Theory is the Queen of Mathematics.
If I put "1" in the input I get 4 iterations, so 1->4->2->1 is a loop in the graph :)