login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Decimal expansion of cube root of 98.
1

%I #14 Feb 28 2023 15:31:37

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

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

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

%N Decimal expansion of cube root of 98.

%H Vincenzo Librandi, <a href="/A010668/b010668.txt">Table of n, a(n) for n = 1..5000</a> (a(5000) corrected by _Sean A. Irvine_)

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

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

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_.