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.

A011200 Decimal expansion of 6th root of 5.

This page as a plain text file.
%I A011200 #15 Jul 08 2025 02:02:11
%S A011200 1,3,0,7,6,6,0,4,8,6,0,1,1,8,3,0,5,9,1,2,2,9,2,3,1,6,9,4,3,4,0,2,0,3,
%T A011200 1,2,5,1,6,1,7,8,4,5,4,9,3,2,3,5,8,9,8,1,1,0,7,5,3,6,8,9,5,9,7,4,2,4,
%U A011200 6,9,8,2,9,1,2,3,2,4,7,0,4,4,2,5,4,3,3,9,9,2,5,9,1,6,5,0,7,0,9
%N A011200 Decimal expansion of 6th root of 5.
%H A011200 Ivan Panchenko, <a href="/A011200/b011200.txt">Table of n, a(n) for n = 1..1000</a>
%t A011200 RealDigits[Surd[5,6],10,120][[1]] (* _Harvey P. Dale_, Jul 16 2013 *)
%o A011200 (PARI) sqrtn(5,6) \\ _Charles R Greathouse IV_, Aug 26 2017
%Y A011200 Cf. A011201 ... A011214 (other roots of 5), A011215 ... A011439 (n-th roots of 6, ..., 20) ; A011440 ... A011519 (n-th root of n = 21, ..., 100).
%K A011200 nonn,cons
%O A011200 1,2
%A A011200 _N. J. A. Sloane_