A011104 Decimal expansion of 5th root of 19.
1, 8, 0, 1, 9, 8, 3, 1, 2, 7, 3, 1, 7, 1, 4, 2, 3, 0, 5, 1, 8, 2, 5, 5, 3, 9, 5, 2, 9, 6, 1, 8, 9, 0, 2, 5, 8, 9, 4, 3, 7, 0, 9, 7, 0, 2, 2, 8, 0, 0, 5, 3, 2, 6, 8, 0, 3, 7, 2, 5, 2, 0, 3, 0, 4, 2, 9, 4, 0, 7, 6, 2, 3, 5, 6, 3, 0, 6, 7, 0, 2, 6, 6, 8, 8, 0, 4, 4, 2, 5, 7, 5, 4, 4, 4, 8, 3, 8, 8
Offset: 1
Examples
1.80198312731714230518255395...
Links
- Ivan Panchenko, Table of n, a(n) for n = 1..1000
- Steven Finch, Pattern-Avoiding Permutations [Broken link?]
- Steven Finch, Pattern-Avoiding Permutations [Cached copy, with permission]
Programs
-
Magma
Root(19,5); // Vincenzo Librandi, Feb 20 2015
-
Mathematica
RealDigits[19^(1/5), 10, 100][[1]] (* Alonso del Arte, Feb 19 2015 *)
-
PARI
sqrtn(19,5) \\ Charles R Greathouse IV, Apr 16 2014