OFFSET
0,5
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..10000
EXAMPLE
Sqrt(sqrt(2) - 1) = 0.643594252905582624735443437418... = [0; 1, 1, 1, 4, 6, 1, 2, 2, 2, 1, 1, 6, ...].
MATHEMATICA
nmax = 1000; ContinuedFraction[ Sqrt[Sqrt[2] - 1], nmax + 1]
PROG
(PARI) contfrac(sqrt(sqrt(2) - 1)) \\ Michel Marcus, Dec 10 2016
(Magma) ContinuedFraction(Sqrt(Sqrt(2)-1)); // Vincenzo Librandi, Dec 10 2016
CROSSREFS
KEYWORD
nonn,cofr,easy
AUTHOR
Stuart Clary, Jan 14 2009
STATUS
approved