A010241 Continued fraction for cube root of 11.
2, 4, 2, 6, 1, 1, 2, 1, 2, 9, 88, 2, 1, 2, 1, 8, 1, 1, 3, 4, 1, 7, 1, 40, 1, 1, 36, 2, 3, 1, 29, 6, 3, 1, 2, 2, 5, 1, 4, 1, 10, 5, 1, 2, 1, 1, 1, 88, 4, 4, 3, 5, 3, 7, 1, 1, 17, 5, 4, 3, 4, 3, 5, 1, 5, 103, 1, 1, 1, 12, 4, 1, 1, 4, 1, 1
Offset: 0
Links
- Robert Israel, Table of n, a(n) for n = 0..10000
- G. Xiao, Contfrac
Programs
-
Maple
numtheory:-cfrac(11^(1/3),100,'quotients'); # Robert Israel, Apr 12 2021
-
Mathematica
ContinuedFraction[11^(1/3),80] (* Harvey P. Dale, Mar 25 2012 *)