A011092 Decimal expansion of 5th root of 7.
1, 4, 7, 5, 7, 7, 3, 1, 6, 1, 5, 9, 4, 5, 5, 2, 0, 6, 9, 2, 7, 6, 9, 1, 6, 6, 9, 5, 6, 3, 2, 2, 4, 4, 1, 0, 6, 5, 4, 4, 0, 9, 3, 6, 1, 3, 7, 4, 0, 2, 0, 3, 5, 6, 7, 7, 7, 0, 9, 0, 4, 1, 6, 8, 8, 8, 4, 5, 2, 1, 7, 6, 7, 4, 9, 9, 2, 0, 8, 3, 6, 0, 7, 1, 4, 4, 1, 1, 0, 8, 2, 3, 5, 1, 2, 9, 8, 3, 0
Offset: 1
Examples
1.475773161594552...
Links
- Ivan Panchenko, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
RealDigits[7^(1/5), 10, 105][[1]] (* Alonso del Arte, Sep 28 2014 *)
-
PARI
sqrtn(7,5) \\ Charles R Greathouse IV, Apr 16 2014