|
| |
|
|
A019430
|
|
Continued fraction for tan(1/7).
|
|
3
| |
|
|
0, 6, 1, 19, 1, 33, 1, 47, 1, 61, 1, 75, 1, 89, 1, 103, 1, 117, 1, 131, 1, 145, 1, 159, 1, 173, 1, 187, 1, 201, 1, 215, 1, 229, 1, 243, 1, 257, 1, 271, 1, 285, 1, 299, 1, 313, 1, 327, 1, 341, 1, 355, 1, 369, 1, 383, 1, 397, 1, 411, 1, 425, 1, 439, 1, 453, 1, 467, 1, 481, 1, 495, 1, 509, 1
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=0,...,20000
G. Xiao, Contfrac
|
|
|
EXAMPLE
| 0.14383695943619093528003059... = 0 + 1/(6 + 1/(1 + 1/(19 + 1/(1 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 14 2009]
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 96000); x=contfrac(tan(1/7)); for (n=0, 20000, write("b019430.txt", n, " ", x[n+1])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 14 2009]
|
|
|
CROSSREFS
| Cf. A161016 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 14 2009]
Sequence in context: A187552 A157386 A157396 * A064083 A152249 A167580
Adjacent sequences: A019427 A019428 A019429 * A019431 A019432 A019433
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| David W. Wilson (davidwwilson(AT)comcast.net)
|
| |
|
|