This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A243443 #12 Aug 17 2024 18:51:42 %S A243443 2,0,8,6,4,9,3,4,9,6,3,0,9,3,6,4,4,2,3,1,9,1,0,1,2,0,7,8,3,3,1,8,7,4, %T A243443 6,4,4,7,5,9,9,1,7,8,7,1,1,8,2,4,7,7,0,4,4,3,1,1,4,8,3,4,0,3,0,7,7,1, %U A243443 7,6,2,4,6,5,9,9,9,6,9,6,8,9,1,7,8,2,2,6,9,7,7,1,8,1,3,1,8,9,5,0,7,0,3,4,5 %N A243443 Decimal expansion of 7^(1/sqrt(7)). %C A243443 The largest k^(1/sqrt(k)), for any natural number k, which occurs for k = 7 = A000227(2). %H A243443 Stanislav Sykora, <a href="/A243443/b243443.txt">Table of n, a(n) for n = 1..2000</a> %e A243443 2.086493496309364423191012078331874644759917871182477044311483403077176... %t A243443 RealDigits[7^(1/Sqrt[7]),10,120][[1]] (* _Harvey P. Dale_, Aug 17 2024 *) %o A243443 (PARI) default(realprecision, 20080); 7.0^(1.0/sqrt(7.0)); %Y A243443 Cf. A002581, A243406 (k=8), A243444 (k=6). %K A243443 nonn,cons,easy %O A243443 1,1 %A A243443 _Stanislav Sykora_, Jun 05 2014