login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A011093
Decimal expansion of 5th root of 8.
2
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, 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, 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
OFFSET
1,2
COMMENTS
8^(1/5) = 2^(3/5) is Hermite's constant gamma_5. - Jean-François Alcover, Sep 02 2014, after Steven Finch
LINKS
Steven R. Finch, Errata and Addenda to Mathematical Constants, arXiv:2001.00578 [math.HO], 2020-2022, p. 62.
EXAMPLE
1.515716566510398082347259801306445238681283542978141642...
MATHEMATICA
RealDigits[8^(1/5), 10, 128][[1]] (* Alonso del Arte, Feb 07 2015 *)
PROG
(PARI) sqrtn(8, 5) \\ Charles R Greathouse IV, Apr 16 2014
CROSSREFS
Sequence in context: A093562 A081774 A103193 * A062176 A338167 A372958
KEYWORD
nonn,cons,easy
STATUS
approved