login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A160323 Continued fraction for (Gamma(1/6)*Gamma(1/3))/(3*Sqrt(Pi)). 2

%I #11 Sep 08 2022 08:45:45

%S 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 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 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 Continued fraction for (Gamma(1/6)*Gamma(1/3))/(3*Sqrt(Pi)).

%C gamma(1/6)*gamma(1/3)/(3*sqrt(Pi)) = gamma(1/3)^3/(2^(1/3)*sqrt(3)*Pi).

%H Harry J. Smith, <a href="/A160323/b160323.txt">Table of n, a(n) for n = 1..4000</a>

%e 2.804364210650908522350038158... = 2 + 1/(1 + 1/(4 + 1/(8 + 1/(1 + ...)))).

%t ContinuedFraction[(Gamma[1/6]*Gamma[1/3])/(3*Sqrt[Pi]), 100] (* _G. C. Greubel_, Oct 05 2018 *)

%o (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, " ", x[n])); } \\ _Harry J. Smith_, Jun 20 2009

%o (Magma) SetDefaultRealField(RealField(100)); R:= RealField(); ContinuedFraction((Gamma(1/6)*Gamma(1/3))/(3*Sqrt(Pi(R)))); // _G. C. Greubel_, Oct 05 2018

%Y Cf. A118292 (decimal expansion).

%K nonn,cofr

%O 1,1

%A _Harry J. Smith_, May 09 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)