A011007 Decimal expansion of 4th root of 10.
1, 7, 7, 8, 2, 7, 9, 4, 1, 0, 0, 3, 8, 9, 2, 2, 8, 0, 1, 2, 2, 5, 4, 2, 1, 1, 9, 5, 1, 9, 2, 6, 8, 4, 8, 4, 4, 7, 3, 5, 7, 9, 0, 5, 2, 6, 4, 0, 2, 2, 5, 5, 3, 5, 8, 0, 1, 1, 8, 3, 0, 7, 2, 2, 7, 7, 6, 3, 0, 1, 8, 8, 1, 5, 3, 9, 4, 9, 3, 8, 0, 4, 9, 0, 0, 3, 0, 0, 3, 9, 9, 2, 7, 8, 7, 0, 2, 1, 5
Offset: 1
Examples
1.7782794100389...
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..5000
- Index entries for algebraic numbers, degree 4.
Programs
-
Mathematica
RealDigits[10^(1/4), 10, 100][[1]] (* Alonso del Arte, Jan 26 2013 *)
-
PARI
10^.25 \\ Charles R Greathouse IV, Jan 27 2013