A011311 Decimal expansion of 12th root of 12.
1, 2, 3, 0, 0, 7, 5, 5, 0, 5, 5, 7, 7, 9, 7, 1, 2, 5, 3, 6, 6, 3, 0, 0, 5, 4, 9, 6, 1, 1, 7, 0, 8, 1, 6, 7, 9, 7, 7, 8, 5, 0, 8, 9, 6, 8, 7, 5, 9, 4, 4, 1, 8, 7, 8, 5, 4, 0, 5, 4, 9, 6, 7, 1, 3, 9, 3, 4, 6, 2, 9, 7, 7, 0, 7, 6, 8, 3, 2, 7, 4, 9, 5, 5, 5, 0, 2, 2, 3, 1, 7, 3, 1, 9, 6, 6, 4, 9, 4
Offset: 1
Examples
1.2300755055779712536630054961170816797785... [corrected by _Georg Fischer_, Jul 29 2021]
Links
- Ivan Panchenko, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
RealDigits[12^(1/12), 10, 120][[1]] (* Alonso del Arte, Feb 11 2015 *)
-
PARI
sqrtn(12, 12) \\ Michel Marcus, Feb 12 2015