|
| |
|
|
A019433
|
|
Continued fraction for tan(1/10).
|
|
2
| |
|
|
0, 9, 1, 28, 1, 48, 1, 68, 1, 88, 1, 108, 1, 128, 1, 148, 1, 168, 1, 188, 1, 208, 1, 228, 1, 248, 1, 268, 1, 288, 1, 308, 1, 328, 1, 348, 1, 368, 1, 388, 1, 408, 1, 428, 1, 448, 1, 468, 1, 488, 1, 508, 1, 528, 1, 548, 1, 568, 1, 588, 1, 608, 1, 628, 1, 648, 1, 668, 1, 688, 1, 708, 1, 728
(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.10033467208545054505808004... = 0 + 1/(9 + 1/(1 + 1/(28 + 1/(1 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 14 2009]
|
|
|
PROG
| (PARI) { allocatemem(932245000); default(realprecision, 99000); x=contfrac(tan(1/10)); for (n=0, 20000, write("b019433.txt", n, " ", x[n+1])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 14 2009]
|
|
|
CROSSREFS
| Cf. A161019 Decimal expansion. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 14 2009]
Sequence in context: A202006 A195278 A092477 * A050312 A107892 A050303
Adjacent sequences: A019430 A019431 A019432 * A019434 A019435 A019436
|
|
|
KEYWORD
| nonn,cofr
|
|
|
AUTHOR
| David W. Wilson (davidwwilson(AT)comcast.net)
|
| |
|
|