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