login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Decimal expansion of 12th root of 12.
2

%I #19 Jul 29 2021 03:15:29

%S 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,

%T 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,

%U 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

%N Decimal expansion of 12th root of 12.

%H Ivan Panchenko, <a href="/A011311/b011311.txt">Table of n, a(n) for n = 1..1000</a>

%e 1.2300755055779712536630054961170816797785... [corrected by _Georg Fischer_, Jul 29 2021]

%t RealDigits[12^(1/12), 10, 120][[1]] (* _Alonso del Arte_, Feb 11 2015 *)

%o (PARI) sqrtn(12, 12) \\ _Michel Marcus_, Feb 12 2015

%K nonn,cons,easy

%O 1,2

%A _N. J. A. Sloane_