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 A010768 #22 Feb 10 2025 08:36:30 %S A010768 1,1,2,2,4,6,2,0,4,8,3,0,9,3,7,2,9,8,1,4,3,3,5,3,3,0,4,9,6,7,9,1,7,9, %T A010768 5,1,6,2,3,2,4,1,1,1,1,0,6,1,3,9,8,6,7,5,3,4,4,0,4,0,9,5,4,5,8,8,2,9, %U A010768 0,4,0,0,5,5,6,5,8,6,1,2,4,7,0,8,7,9,2,3,2,2,7,1,1,2,5,0,9,0,8 %N A010768 Decimal expansion of 6th root of 2. %H A010768 Vincenzo Librandi, <a href="/A010768/b010768.txt">Table of n, a(n) for n = 1..5000</a> %H A010768 <a href="/index/Al#algebraic_06">Index entries for algebraic numbers, degree 6</a>. %F A010768 Equals Product_{k>=0} (1 + (-1)^k/(6*k + 5)). - _Amiram Eldar_, Jul 25 2020 %F A010768 Equals sqrt(A002580). - _R. J. Mathar_, Jan 15 2021 %e A010768 1.12246204... %t A010768 RealDigits[N[2^(1/6), 100]][[1]] (* _Vincenzo Librandi_, Mar 31 2013 *) %o A010768 (PARI) sqrtn(2,6) \\ _Charles R Greathouse IV_, Apr 15 2014 %K A010768 nonn,cons %O A010768 1,3 %A A010768 _N. J. A. Sloane_