A011093 Decimal expansion of 5th root of 8.
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
Examples
1.515716566510398082347259801306445238681283542978141642...
Links
- Ivan Panchenko, Table of n, a(n) for n = 1..1000
- Steven R. Finch, Errata and Addenda to Mathematical Constants, arXiv:2001.00578 [math.HO], 2020-2022, p. 62.
Programs
-
Mathematica
RealDigits[8^(1/5), 10, 128][[1]] (* Alonso del Arte, Feb 07 2015 *)
-
PARI
sqrtn(8,5) \\ Charles R Greathouse IV, Apr 16 2014
Comments