A011027 Decimal expansion of 4th root of 32.
2, 3, 7, 8, 4, 1, 4, 2, 3, 0, 0, 0, 5, 4, 4, 2, 1, 3, 3, 4, 3, 4, 9, 9, 9, 9, 4, 1, 1, 2, 0, 9, 5, 1, 8, 3, 0, 5, 8, 5, 9, 4, 4, 1, 8, 4, 9, 2, 7, 6, 3, 4, 8, 2, 6, 0, 3, 8, 0, 0, 4, 4, 4, 9, 4, 3, 8, 9, 3, 3, 3, 3, 6, 4, 5, 3, 8, 3, 4, 3, 1, 9, 7, 4, 1, 5, 6, 2, 6, 8, 9, 0, 7, 6, 2, 7, 5, 3, 4
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
RealDigits[N[32^(1/4),200]][[1]] (* Vladimir Joseph Stephan Orlovsky, Jan 24 2012 *)
-
PARI
2^(5/4) \\ Charles R Greathouse IV, Apr 14 2014