cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A010583 Decimal expansion of cube root of 11.

This page as a plain text file.
%I A010583 #21 Feb 16 2019 01:09:22
%S A010583 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,
%T A010583 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,
%U A010583 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
%N A010583 Decimal expansion of cube root of 11.
%H A010583 Vincenzo Librandi, <a href="/A010583/b010583.txt">Table of n, a(n) for n = 1..5000</a>
%e A010583 2.2239800905693155211653633767221571965186991280969230556... - _Muniru A Asiru_, Feb 12 2019
%p A010583 evalf[100](root(11,3)); # _Muniru A Asiru_, Feb 12 2019
%t A010583 RealDigits[Power[11, (3)^-1],10,120][[1]]  (* _Harvey P. Dale_, Apr 23 2011 *)
%o A010583 (PARI) sqrtn(11,3) \\ _Charles R Greathouse IV_, Apr 14 2014
%Y A010583 Cf. A010241 (continued fraction).
%K A010583 nonn,cons
%O A010583 1,1
%A A010583 _N. J. A. Sloane_