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