cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A011014 Decimal expansion of 4th root of 18.

This page as a plain text file.
%I A011014 #15 Nov 21 2016 22:47:24
%S A011014 2,0,5,9,7,6,7,1,4,3,9,0,7,1,1,7,7,5,5,8,3,0,2,7,7,2,5,5,2,0,1,0,1,0,
%T A011014 7,8,0,1,0,2,6,9,2,7,4,4,1,5,5,4,0,4,0,7,8,5,9,7,2,0,1,4,4,6,6,2,3,2,
%U A011014 5,5,0,5,0,0,2,3,7,4,9,8,5,6,3,7,6,9,2,1,0,5,1,3,7,1,3,7,2,5,2
%N A011014 Decimal expansion of 4th root of 18.
%H A011014 Ivan Panchenko, <a href="/A011014/b011014.txt">Table of n, a(n) for n = 1..1000</a>
%e A011014 2.0597671439071177558302772552010107801...
%t A011014 RealDigits[18^(1/4), 10, 100][[1]] (* _Alonso del Arte_, Nov 18 2016 *)
%o A011014 (PARI) sqrtn(18,4) \\ _Charles R Greathouse IV_, Apr 15 2014
%Y A011014 Cf. A010474, A010590.
%K A011014 nonn,cons,easy
%O A011014 1,1
%A A011014 _N. J. A. Sloane_