|
| |
|
|
A160388
|
|
Decimal expansion of (e+1)/3.
|
|
2
| |
|
|
1, 2, 3, 9, 4, 2, 7, 2, 7, 6, 1, 5, 3, 0, 1, 5, 0, 7, 8, 4, 5, 3, 4, 2, 9, 1, 5, 7, 1, 1, 7, 5, 5, 4, 1, 6, 5, 9, 1, 9, 0, 8, 2, 3, 6, 4, 5, 6, 6, 6, 5, 3, 1, 9, 1, 6, 5, 5, 6, 5, 5, 8, 7, 5, 9, 0, 8, 0, 2, 5, 5, 4, 3, 4, 5, 1, 1, 8, 2, 5, 3, 1, 5, 2, 3, 7, 9, 4, 0, 5, 9, 5, 0, 8, 3, 8, 8, 8, 0, 9, 1, 4, 2, 4, 8
(list; constant; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=1..20000
|
|
|
EXAMPLE
| 1.23942727615301507845342915711755416591908236456665319165565587590802...
|
|
|
PROG
| (PARI) { default(realprecision, 20080); x=(exp(1)+1)/3; for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b160388.txt", n, " ", d)); }
|
|
|
CROSSREFS
| Cf. A028360 Continued fraction.
Sequence in context: A021422 A193086 A093319 * A026195 A120703 A089206
Adjacent sequences: A160385 A160386 A160387 * A160389 A160390 A160391
|
|
|
KEYWORD
| nonn,easy,cons
|
|
|
AUTHOR
| Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 14 2009
|
|
|
EXTENSIONS
| Fixed my PARI program, had -n Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 19 2009
|
| |
|
|