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.

A011093 Decimal expansion of 5th root of 8.

This page as a plain text file.
%I A011093 #27 Aug 24 2023 13:41:56
%S A011093 1,5,1,5,7,1,6,5,6,6,5,1,0,3,9,8,0,8,2,3,4,7,2,5,9,8,0,1,3,0,6,4,4,5,
%T A011093 2,3,8,6,8,1,2,8,3,5,4,2,9,7,8,1,4,1,6,4,2,0,3,7,5,0,5,2,4,2,0,9,7,4,
%U A011093 5,3,6,7,7,2,0,2,0,5,8,2,7,7,6,4,1,1,7,6,1,3,4,8,4,9,4,3,1,7,9
%N A011093 Decimal expansion of 5th root of 8.
%C A011093 8^(1/5) = 2^(3/5) is Hermite's constant gamma_5. - _Jean-François Alcover_, Sep 02 2014, after Steven Finch
%H A011093 Ivan Panchenko, <a href="/A011093/b011093.txt">Table of n, a(n) for n = 1..1000</a>
%H A011093 Steven R. Finch, <a href="http://arxiv.org/abs/2001.00578">Errata and Addenda to Mathematical Constants</a>, arXiv:2001.00578 [math.HO], 2020-2022, p. 62.
%e A011093 1.515716566510398082347259801306445238681283542978141642...
%t A011093 RealDigits[8^(1/5), 10, 128][[1]] (* _Alonso del Arte_, Feb 07 2015 *)
%o A011093 (PARI) sqrtn(8,5) \\ _Charles R Greathouse IV_, Apr 16 2014
%K A011093 nonn,cons,easy
%O A011093 1,2
%A A011093 _N. J. A. Sloane_