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 A011350 #20 Aug 18 2017 19:10:58 %S A011350 1,5,7,0,4,1,7,8,0,2,4,7,5,0,1,9,7,3,5,3,1,0,5,2,9,6,6,7,0,0,2,6,2,3, %T A011350 3,4,9,4,5,8,3,7,7,7,7,6,6,5,8,1,3,5,3,3,7,8,9,6,2,8,9,9,3,8,4,0,0,7, %U A011350 4,6,5,8,5,2,9,2,6,0,5,4,2,2,2,1,3,4,3,4,6,9,0,4,8,9,0,6,6,2,2 %N A011350 Decimal expansion of 6th root of 15. %C A011350 The 6th root r(6) of the expected value E(x^6) for a normal distribution with zero mean and standard deviation 1. See A289090 for more details. - _Stanislav Sykora_, Jul 26 2017 %H A011350 Ivan Panchenko, <a href="/A011350/b011350.txt">Table of n, a(n) for n = 1..1000</a> %t A011350 RealDigits[Power[15, (6)^-1],10,120][[1]] (* _Harvey P. Dale_, Apr 09 2011 *) %o A011350 (PARI) sqrtn(15, 6) \\ _Michel Marcus_, Jul 27 2017 %Y A011350 Cf. A011002, A076668, A289090, A289091. %K A011350 nonn,cons %O A011350 1,2 %A A011350 _N. J. A. Sloane_