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.

A011246 Decimal expansion of 7th root of 8.

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