%I #16 Feb 28 2023 15:23:40
%S 4,0,4,1,2,4,0,0,2,0,6,2,2,1,9,0,2,7,0,8,0,1,9,9,0,0,7,4,6,3,4,2,6,2,
%T 1,1,3,3,7,2,3,0,9,8,1,8,4,4,9,8,2,3,6,9,2,9,8,8,8,2,4,5,7,4,9,2,1,2,
%U 2,1,6,4,0,0,9,2,4,8,8,7,7,5,5,1,5,7,4,3,1,0,9,0,4,0,1,1,3,4,3
%N Decimal expansion of cube root of 66.
%H Vincenzo Librandi, <a href="/A010636/b010636.txt">Table of n, a(n) for n = 1..5000</a> (a(5000) corrected by _Sean A. Irvine_)
%t RealDigits[N[66^(1/3), 100]][[1]] (* _Vincenzo Librandi_, Mar 28 2013 *)
%t RealDigits[CubeRoot[66],10,120][[1]] (* _Harvey P. Dale_, Jan 17 2023 *)
%o (PARI) sqrtn(66,3) \\ _Charles R Greathouse IV_, Apr 14 2014
%K nonn,cons
%O 1,1
%A _N. J. A. Sloane_.