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!)
A030652 Continued fraction for Gamma(2/3). 4
1, 2, 1, 4, 1, 2, 8, 1, 1, 4, 4, 1, 6, 12, 1, 5, 1, 1, 1, 3, 2, 1, 1, 1, 18, 9, 1, 42, 1, 1, 2, 1, 1, 10, 3, 2, 4, 6, 2, 11, 1, 1, 8, 65, 9, 4, 1, 11, 2, 3, 1, 4, 3, 1, 2, 1, 2, 1, 5, 1, 1, 1, 2, 1, 14, 1, 5, 1, 6, 2, 7, 1, 29, 1, 1, 1, 3, 1, 2, 1, 26, 1, 1, 7, 13, 1, 2, 2, 8, 3, 4, 2, 2, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
G. Xiao, Contfrac
FORMULA
Note that 3*GAMMA(1/3)*GAMMA(2/3) = 2*Pi*sqrt(3).
EXAMPLE
1.354117939426400416945288028... = 1 + 1/(2 + 1/(1 + 1/(4 + 1/(1 + ...)))). - Harry J. Smith, May 14 2009
MATHEMATICA
ContinuedFraction[Gamma[2/3], 100] (* Harvey P. Dale, Sep 05 2021 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 5200); x=contfrac(gamma(2/3)); for (n=1, 5000, write("b030652.txt", n, " ", x[n])); } \\ Harry J. Smith, May 14 2009
CROSSREFS
Cf. A030651.
Cf. A073006 = Decimal expansion. - Harry J. Smith, May 14 2009
Sequence in context: A360329 A106616 A268669 * A224065 A077904 A088964
KEYWORD
nonn,cofr
AUTHOR
Paolo Dominici (pl.dm(AT)libero.it)
STATUS
approved

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 24 04:14 EDT 2024. Contains 371918 sequences. (Running on oeis4.)