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.

A011006 Decimal expansion of 4th root of 8.

This page as a plain text file.
%I A011006 #19 Feb 11 2025 14:48:24
%S A011006 1,6,8,1,7,9,2,8,3,0,5,0,7,4,2,9,0,8,6,0,6,2,2,5,0,9,5,2,4,6,6,4,2,9,
%T A011006 7,9,0,0,8,0,0,6,8,5,2,4,7,1,3,5,6,9,0,2,1,6,2,6,4,5,2,1,7,1,9,4,9,8,
%U A011006 4,9,5,0,9,9,0,7,8,0,4,4,7,9,6,2,8,6,4,8,0,0,8,3,9,8,5,8,5,0,7
%N A011006 Decimal expansion of 4th root of 8.
%H A011006 Vincenzo Librandi, <a href="/A011006/b011006.txt">Table of n, a(n) for n = 1..5000</a>
%H A011006 <a href="/index/Al#algebraic_04">Index entries for algebraic numbers, degree 4</a>.
%F A011006 Equals 2*A228497 =2^(3/4) = sqrt(A010466). - _R. J. Mathar_, Jan 15 2021
%e A011006 1.68179283...
%t A011006 RealDigits[N[8^(1/4), 100]][[1]] (* _Vincenzo Librandi_, Apr 04 2013 *)
%o A011006 (PARI) sqrtn(8,4) \\ _Charles R Greathouse IV_, Apr 15 2014
%K A011006 nonn,cons
%O A011006 1,2
%A A011006 _N. J. A. Sloane_