login

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”).

Decimal expansion of cube root of 46.
1

%I #12 Nov 19 2022 00:54:51

%S 3,5,8,3,0,4,7,8,7,1,0,1,5,9,4,6,4,8,5,3,8,6,9,6,3,6,7,4,5,8,0,6,6,6,

%T 2,7,2,1,5,4,8,2,0,5,9,3,0,9,5,6,3,5,1,5,7,0,4,3,9,8,0,3,6,5,4,3,9,4,

%U 8,6,4,8,5,9,5,7,7,1,1,4,7,7,1,6,4,7,4,6,1,3,4,5,2,5,1,1,8,7,5

%N Decimal expansion of cube root of 46.

%H Vincenzo Librandi, <a href="/A010617/b010617.txt">Table of n, a(n) for n = 1..5000</a>

%t RealDigits[N[46^(1/3), 100]][[1]] (* _Vincenzo Librandi_, Mar 27 2013 *)

%o (PARI) sqrtn(46,3) \\ _Charles R Greathouse IV_, Apr 14 2014

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_