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.

A011201 Decimal expansion of 7th root of 5.

This page as a plain text file.
%I A011201 #13 Jul 08 2025 02:02:17
%S A011201 1,2,5,8,4,9,8,9,5,0,6,4,1,8,2,6,7,3,4,9,9,2,7,8,7,1,7,1,1,7,7,7,1,3,
%T A011201 8,9,4,8,1,8,6,8,0,4,8,1,5,0,6,7,1,8,1,9,6,7,0,7,4,7,2,5,7,8,5,6,2,5,
%U A011201 5,8,2,5,4,5,9,2,3,4,8,5,7,1,1,5,6,4,5,9,3,6,3,4,7,8,8,6,4,9,2
%N A011201 Decimal expansion of 7th root of 5.
%H A011201 Ivan Panchenko, <a href="/A011201/b011201.txt">Table of n, a(n) for n = 1..1000</a>
%t A011201 RealDigits[Surd[5,7],10,120][[1]] (* _Harvey P. Dale_, Jun 14 2022 *)
%o A011201 (PARI) sqrtn(5, 7) \\ _Michel Marcus_, Sep 04 2014
%K A011201 nonn,cons
%O A011201 1,2
%A A011201 _N. J. A. Sloane_