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 A160323 #15 Aug 09 2024 15:12:27 %S A160323 2,1,4,8,1,27,1,19,1,25,3,6,4,1,37,1,1,7,1,75,1,13,1,2,6,1,16,1,6,2,1, %T A160323 1,3,1,5,3,36,1,4,17,1,2,1,1,1,12,1,1,7,1,3,1,10,13,3,7,3,1,9,206,1,1, %U A160323 1,3,34,1,10,1,1,7,1,705,1,4,4,1,1,2,1,4,2,2,1,3,8,1,19,2,1,11,3,1,725,1,37 %N A160323 Continued fraction for (Gamma(1/6)*Gamma(1/3))/(3*sqrt(Pi)). %C A160323 gamma(1/6)*gamma(1/3)/(3*sqrt(Pi)) = gamma(1/3)^3/(2^(1/3)*sqrt(3)*Pi). %H A160323 Harry J. Smith, <a href="/A160323/b160323.txt">Table of n, a(n) for n = 0..3999</a> %e A160323 2.804364210650908522350038158... = 2 + 1/(1 + 1/(4 + 1/(8 + 1/(1 + ...)))). %t A160323 ContinuedFraction[(Gamma[1/6]*Gamma[1/3])/(3*Sqrt[Pi]), 100] (* _G. C. Greubel_, Oct 05 2018 *) %o A160323 (PARI) { allocatemem(932245000); default(realprecision, 4100); x=gamma(1/3)^3/(2^(1/3)*sqrt(3)*Pi); x=contfrac(x); for (n=1, 4000, write("b160323.txt", n-1, " ", x[n])); } \\ _Harry J. Smith_, Jun 20 2009 %o A160323 (Magma) SetDefaultRealField(RealField(100)); R:= RealField(); ContinuedFraction((Gamma(1/6)*Gamma(1/3))/(3*Sqrt(Pi(R)))); // _G. C. Greubel_, Oct 05 2018 %Y A160323 Cf. A118292 (decimal expansion). %K A160323 nonn,cofr %O A160323 0,1 %A A160323 _Harry J. Smith_, May 09 2009 %E A160323 Offset changed by _Andrew Howroyd_, Aug 09 2024