%I #14 Aug 18 2024 16:09:13
%S 3,6,3,4,2,4,1,1,8,5,6,6,4,2,7,9,3,1,7,7,8,2,4,2,3,5,1,2,6,5,4,5,2,1,
%T 0,0,4,8,5,6,4,2,0,9,2,6,2,8,2,4,3,9,3,4,2,9,6,2,6,6,8,5,9,5,8,6,2,6,
%U 1,9,4,7,8,9,1,8,6,0,3,7,3,1,2,9,4,2,8,3,4,0,8,2,5,2,8,3,4,1,4
%N Decimal expansion of cube root of 48.
%H Vincenzo Librandi, <a href="/A010619/b010619.txt">Table of n, a(n) for n = 1..5000</a>
%t RealDigits[N[48^(1/3), 100]][[1]] (* _Vincenzo Librandi_, Mar 27 2013 *)
%t RealDigits[CubeRoot[48],10,120][[1]] (* _Harvey P. Dale_, Aug 18 2024 *)
%o (PARI) sqrtn(48,3) \\ _Charles R Greathouse IV_, Apr 14 2014
%K nonn,cons
%O 1,1
%A _N. J. A. Sloane_