|
| |
|
|
A161687
|
|
Continued fraction for ((24*Sqrt[2] - 6*Sqrt[3] - 2*Pi)*Pi)/72.
|
|
2
| |
|
|
0, 1, 3, 18, 2, 1, 1, 1, 10, 1, 9, 2, 1, 5, 1, 3, 1, 4, 1, 1, 1, 1, 1, 3, 3, 2, 7, 17, 1, 2, 1, 3, 1, 6, 1, 1, 2, 3, 3, 8, 3, 5, 1, 3, 8, 1, 2, 60, 3, 1, 7, 2, 1, 1, 7, 2, 1, 1, 2, 2, 2, 23, 1, 10, 5, 1, 1, 2, 18, 1, 1, 4, 13, 1, 4, 57, 1, 15, 2, 1, 3, 4, 3, 1, 2, 2, 1, 1, 3, 2, 7, 3, 1, 2, 1, 2, 3, 1, 3, 3, 2
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,3
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=0,...,20000
|
|
|
EXAMPLE
| 0.75335546051952988027803823... = 0 + 1/(1 + 1/(3 + 1/(18 + 1/(2 + ...))))
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(((24*sqrt(2) - 6*sqrt(3) - 2*Pi)*Pi)/72); for (n=0, 20000, write("b161687.txt", n, " ", x[n+1])); }
|
|
|
CROSSREFS
| Cf. A093824 Decimal expansion.
Sequence in context: A162713 A082056 A082057 * A120647 A131635 A007475
Adjacent sequences: A161684 A161685 A161686 * A161688 A161689 A161690
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 18 2009
|
| |
|
|