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 5th root of 94.
1

%I #16 Oct 25 2014 14:54:39

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

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

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

%N Decimal expansion of 5th root of 94.

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

%t RealDigits[94^(1/5),10,120][[1]] (* _Harvey P. Dale_, Apr 30 2012 *)

%o (PARI) sqrtn(94,5) \\ _Edward Jiang_, Sep 03 2014

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_