A011035 Decimal expansion of 4th root of 41.
2, 5, 3, 0, 4, 3, 9, 5, 3, 4, 4, 3, 5, 2, 4, 2, 8, 7, 0, 0, 0, 3, 8, 6, 0, 2, 3, 0, 3, 0, 1, 9, 1, 4, 0, 4, 0, 7, 3, 4, 6, 8, 6, 2, 8, 5, 5, 4, 8, 2, 3, 0, 6, 7, 6, 5, 1, 6, 9, 0, 5, 6, 8, 6, 4, 0, 4, 9, 1, 2, 5, 2, 8, 2, 3, 2, 5, 3, 2, 4, 1, 3, 4, 5, 1, 6, 4, 7, 6, 3, 9, 6, 6, 7, 4, 7, 0, 2, 5
Offset: 1
Links
- Ivan Panchenko, Table of n, a(n) for n = 1..1000
Crossrefs
Cf. A010495.
Programs
-
Mathematica
RealDigits[41^(1/4), 10, 100][[1]] (* Alonso del Arte, Sep 04 2015 *)
-
PARI
sqrtn(41,4) \\ Charles R Greathouse IV, Apr 15 2014