login

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

Decimal expansion of 4th root of 85.
1

%I #12 Sep 02 2014 08:28:52

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

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

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

%N Decimal expansion of 4th root of 85.

%H Ivan Panchenko, <a href="/A011076/b011076.txt">Table of n, a(n) for n = 1..1000</a>

%t RealDigits[Surd[85,4],10,120][[1]] (* _Harvey P. Dale_, Sep 25 2013 *)

%o (PARI) sqrtn(85,4) \\ _Charles R Greathouse IV_, Apr 16 2014

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_.