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.

A010588 Decimal expansion of cube root of 16.

This page as a plain text file.
%I A010588 #21 Jun 25 2023 01:55:37
%S A010588 2,5,1,9,8,4,2,0,9,9,7,8,9,7,4,6,3,2,9,5,3,4,4,2,1,2,1,4,5,5,6,4,5,6,
%T A010588 7,0,1,1,4,0,5,0,2,9,2,9,4,0,3,0,1,5,9,6,0,1,6,3,9,5,0,2,2,4,3,1,0,5,
%U A010588 9,9,3,5,3,0,2,7,9,1,8,9,6,7,4,5,8,7,9,3,1,2,4,8,7,2,5,1,0,1,8
%N A010588 Decimal expansion of cube root of 16.
%H A010588 Vincenzo Librandi, <a href="/A010588/b010588.txt">Table of n, a(n) for n = 1..5000</a>
%F A010588 Equals 2 * A002580. - _Amiram Eldar_, Jun 25 2023
%e A010588 2.51984209978974632953442121455645670114050292940301...
%t A010588 RealDigits[N[16^(1/3),200]][[1]] (* _Vladimir Joseph Stephan Orlovsky_, Feb 06 2012 *)
%t A010588 RealDigits[CubeRoot[16],10,120][[1]] (* _Harvey P. Dale_, Apr 24 2023 *)
%o A010588 (PARI) sqrtn(16,3) \\ _Charles R Greathouse IV_, Apr 14 2014
%Y A010588 Cf. A002580.
%K A010588 nonn,cons
%O A010588 1,1
%A A010588 _N. J. A. Sloane_