Ok, so it is quite amazing how the continued fractions for $\sqrt[2]{x}$ are always periodic for all whole numbers of $x$ (and where $x$ is not a perfect square): Here is a link I suggest at looking at: http://mathworld.wolfram.com/PeriodicContinuedFraction.html ...
The following is in the simple continued fraction form: $$\sqrt x = a_1+ \cfrac{1}{a_2 + \cfrac{1}{a_3 + \cfrac{1}{a_4 + \cfrac{1}{a_5 + \cfrac{1}{a_6 + \cfrac{1}{a_7 + \cdots}}}}}}$$
For example:
The continued fraction of $\sqrt 7$ is as follows: $[2;1,1,1,4,1,1,1,4,1,1,1,4,\ldots]$ the period in this case is $4$... and the continued fraction can be written as:
$$[2;\overline{1,1,1,4}]$$
Some other examples:
$\sqrt2 = [1;\overline{2}]$ Period is 1
$\sqrt3 = [1;\overline{1,2}]$ Period is 2
$\sqrt{13} = [3;\overline{1,1,1,1,6}]$ Period is 5
$\sqrt{97} = [9;\overline{1,5,1,1,1,1,1,1,5,1,18}]$ Period is 11
There are many other sources which show this... but why does this not work for others, such as cubic roots? I have written a java program to compute the continued fraction for the nth root of the numbers between $1$ and $100$ (excluding perfect squares,etc...) for the first 100 terms. Here are the results:
$\sqrt[2]{x}$: http://pastebin.com/ZcasfRyP
$\sqrt[3]{x}$: http://pastebin.com/XG9UF8hR
$\sqrt[4]{x}$: http://pastebin.com/Edp307SE
$\sqrt[5]{x}$: http://pastebin.com/9SwwPqUa
As you can see no period...
So why is it periodic for square roots, but not for others? An extension of the question: https://math.stackexchange.com/questions/1898902/periodic-continued-fractions-of-non-square-root-numbers-sqrtax-where-a
Kind Regards
Joshua Lochner