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