|
| |
|
|
A019429
|
|
Continued fraction for tan(1/6).
|
|
2
| |
|
|
0, 5, 1, 16, 1, 28, 1, 40, 1, 52, 1, 64, 1, 76, 1, 88, 1, 100, 1, 112, 1, 124, 1, 136, 1, 148, 1, 160, 1, 172, 1, 184, 1, 196, 1, 208, 1, 220, 1, 232, 1, 244, 1, 256, 1, 268, 1, 280, 1, 292, 1, 304, 1, 316, 1, 328, 1, 340, 1, 352, 1, 364, 1, 376, 1, 388, 1, 400, 1, 412, 1, 424, 1, 436, 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.16822721830224246125721608... = 0 + 1/(5 + 1/(1 + 1/(16 + 1/(1 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 13 2009]
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 95000); x=contfrac(tan(1/6)); for (n=0, 20000, write("b019429.txt", n, " ", x[n+1])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 13 2009]
|
|
|
CROSSREFS
| Cf. A161015 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 13 2009]
Sequence in context: A157385 A157397 A157405 * A093826 A144699 A066787
Adjacent sequences: A019426 A019427 A019428 * A019430 A019431 A019432
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| David W. Wilson (davidwwilson(AT)comcast.net)
|
| |
|
|