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 4th root of 55.
1

%I #11 Jun 17 2023 14:17:09

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

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

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

%N Decimal expansion of 4th root of 55.

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

%t RealDigits[Surd[55,4],10,120][[1]] (* _Harvey P. Dale_, Jun 17 2023 *)

%o (PARI) sqrtn(55,4) \\ _Charles R Greathouse IV_, Apr 15 2014

%K nonn,cons

%O 1,1

%A _N. J. A. Sloane_.