|
| |
|
|
A161017
|
|
Decimal expansion of tan(1/8).
|
|
2
| |
|
|
1, 2, 5, 6, 5, 5, 1, 3, 6, 5, 7, 5, 1, 3, 0, 9, 6, 7, 7, 9, 2, 6, 7, 8, 2, 1, 8, 6, 2, 9, 7, 7, 4, 0, 0, 0, 7, 5, 8, 6, 6, 5, 7, 6, 3, 8, 9, 2, 2, 2, 5, 5, 4, 2, 6, 6, 8, 8, 6, 6, 6, 1, 3, 9, 2, 7, 2, 5, 5, 7, 0, 3, 4, 8, 0, 9, 2, 8, 8, 7, 1, 4, 7, 5, 8, 4, 1, 6, 6, 4, 9, 0, 8, 1, 9, 4, 9, 4, 5, 2, 1, 4, 4, 7, 6
(list; constant; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=0,...,20000
|
|
|
EXAMPLE
| 0.125655136575130967792678218629774000758665763892225542668866613927255...
|
|
|
PROG
| (PARI) { default(realprecision, 20080); x=10*tan(1/8); for (n=0, 20000, d=floor(x); x=(x-d)*10; write("b161017.txt", n, " ", d)); }
|
|
|
CROSSREFS
| Cf. A019431 Continued fraction.
Sequence in context: A154946 A016636 A103989 * A198231 A155947 A008294
Adjacent sequences: A161014 A161015 A161016 * A161018 A161019 A161020
|
|
|
KEYWORD
| cons,nonn
|
|
|
AUTHOR
| Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 14 2009
|
| |
|
|