|
| |
|
|
A160323
|
|
Continued fraction for (Gamma(1/6)*Gamma(1/3))/(3*Sqrt(Pi)).
|
|
2
| |
|
|
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, 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, 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
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
COMMENTS
| gamma(1/6)*gamma(1/3)/(3*sqrt(Pi)) = gamma(1/3)^3/(2^(1/3)*sqrt(3)*Pi)
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=1,...,4000
|
|
|
EXAMPLE
| 2.804364210650908522350038158... = 2 + 1/(1 + 1/(4 + 1/(8 + 1/(1 + ...))))
|
|
|
PROG
| (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])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 20 2009]
|
|
|
CROSSREFS
| Cf. A118292 Decimal expansion.
Sequence in context: A161381 A128412 A071951 * A128411 A164614 A094511
Adjacent sequences: A160320 A160321 A160322 * A160324 A160325 A160326
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 09 2009
|
| |
|
|