Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #14 Nov 19 2022 00:49:59
%S 3,1,4,1,3,8,0,6,5,2,3,9,1,3,9,3,0,0,4,4,9,3,0,7,5,8,9,6,4,6,2,7,4,9,
%T 9,2,6,3,5,0,8,5,9,7,1,8,5,0,0,7,2,6,4,2,5,6,4,2,3,5,2,6,1,7,3,3,7,5,
%U 9,0,0,0,8,5,1,2,4,3,4,2,9,1,6,2,1,3,7,0,3,1,0,1,9,8,2,5,3,1,3
%N Decimal expansion of cube root of 31.
%H Vincenzo Librandi, <a href="/A010602/b010602.txt">Table of n, a(n) for n = 1..5000</a>
%t RealDigits[N[31^(1/3),200]][[1]] (* _Vladimir Joseph Stephan Orlovsky_, Feb 15 2012 *)
%o (PARI) sqrtn(31,3) \\ _Charles R Greathouse IV_, Apr 14 2014
%Y Cf. A010600, A010601, A010603.
%K nonn,cons
%O 1,1
%A _N. J. A. Sloane_