A010583 Decimal expansion of cube root of 11.
2, 2, 2, 3, 9, 8, 0, 0, 9, 0, 5, 6, 9, 3, 1, 5, 5, 2, 1, 1, 6, 5, 3, 6, 3, 3, 7, 6, 7, 2, 2, 1, 5, 7, 1, 9, 6, 5, 1, 8, 6, 9, 9, 1, 2, 8, 0, 9, 6, 9, 2, 3, 0, 5, 5, 6, 9, 9, 3, 4, 5, 8, 0, 8, 6, 6, 0, 4, 0, 0, 9, 8, 3, 0, 8, 2, 9, 7, 5, 9, 7, 4, 4, 8, 9, 7, 5, 8, 0, 5, 4, 4, 8, 1, 6, 2, 6, 2, 7
Offset: 1
Examples
2.2239800905693155211653633767221571965186991280969230556... - _Muniru A Asiru_, Feb 12 2019
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..5000
Crossrefs
Cf. A010241 (continued fraction).
Programs
-
Maple
evalf[100](root(11,3)); # Muniru A Asiru, Feb 12 2019
-
Mathematica
RealDigits[Power[11, (3)^-1],10,120][[1]] (* Harvey P. Dale, Apr 23 2011 *)
-
PARI
sqrtn(11,3) \\ Charles R Greathouse IV, Apr 14 2014