OFFSET
1,3
LINKS
Eric W. Weisstein, Simple continued fraction
EXAMPLE
Irregular table in which the first term is the non-repeating part:
{1},
{1, 2},
{1, 1, 2},
{2},
{2, 4},
{2, 2, 4},
{2, 1, 1, 1, 4},
{2, 1, 4},
{3},
{3, 6},
{3, 3, 6},
{3, 2, 6},
{3, 1, 1, 1, 1, 6},
{3, 1, 2, 1, 6}
MATHEMATICA
Table[Flatten[ContinuedFraction[Sqrt[n]]], {n, 30}]
CROSSREFS
KEYWORD
nonn,tabf
AUTHOR
T. D. Noe, Apr 04 2014
STATUS
approved