A011246 Decimal expansion of 7th root of 8.
1, 3, 4, 5, 9, 0, 0, 1, 9, 2, 6, 3, 2, 3, 5, 6, 1, 3, 1, 9, 4, 2, 8, 3, 2, 6, 0, 3, 7, 5, 0, 9, 4, 1, 9, 0, 4, 3, 6, 6, 2, 4, 7, 0, 2, 6, 7, 7, 7, 4, 7, 6, 7, 2, 3, 2, 5, 0, 2, 8, 3, 1, 3, 1, 8, 8, 8, 5, 0, 0, 2, 0, 8, 2, 9, 3, 5, 4, 8, 7, 5, 2, 9, 3, 3, 9, 8, 8, 1, 9, 5, 3, 8, 7, 7, 1, 9, 8, 0
Offset: 1
Links
- Ivan Panchenko, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
RealDigits[Surd[8,7],10,120][[1]] (* Harvey P. Dale, Oct 04 2019 *)
-
PARI
sqrtn(8, 7) \\ Michel Marcus, Sep 04 2014