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.

A011022 Decimal expansion of 4th root of 27.

This page as a plain text file.
%I A011022 #14 Dec 27 2021 22:00:11
%S A011022 2,2,7,9,5,0,7,0,5,6,9,5,4,7,7,7,6,4,1,9,9,3,5,6,3,2,5,1,9,6,3,6,3,6,
%T A011022 0,0,6,1,9,0,3,2,0,3,4,6,6,6,1,9,3,0,9,5,5,8,3,3,8,6,5,9,6,1,1,0,0,9,
%U A011022 6,6,6,9,9,5,1,3,1,4,1,8,1,4,7,8,3,2,3,1,8,4,2,4,9,5,1,1,1,4,7
%N A011022 Decimal expansion of 4th root of 27.
%H A011022 Ivan Panchenko, <a href="/A011022/b011022.txt">Table of n, a(n) for n = 1..1000</a>
%t A011022 RealDigits[Surd[27,4],10,120][[1]] (* _Harvey P. Dale_, Jan 19 2014 *)
%o A011022 (PARI) sqrtn(27,4) \\ _Charles R Greathouse IV_, Apr 15 2014
%K A011022 nonn,cons
%O A011022 1,1
%A A011022 _N. J. A. Sloane_