This algorithm takes a number (int) and looks recursively the number with the biggest collatz conjecture sequence:
node biggest-collatz-sequence.js 13
Algorithm that recursively find the number with the biggest sequence of Collatz Conjecture
JavaScript