|
| |
|
|
A094886
|
|
Decimal expansion of phi*Pi, where phi = (1+sqrt(5))/2.
|
|
6
| |
|
|
5, 0, 8, 3, 2, 0, 3, 6, 9, 2, 3, 1, 5, 2, 5, 9, 8, 1, 5, 8, 0, 9, 5, 0, 9, 0, 1, 3, 2, 4, 2, 1, 9, 8, 8, 4, 1, 8, 3, 1, 8, 3, 9, 2, 9, 3, 2, 2, 1, 1, 5, 4, 1, 2, 0, 4, 8, 2, 3, 3, 2, 8, 0, 9, 2, 4, 9, 9, 7, 9, 1, 4, 3, 4, 5, 2, 6, 9, 8, 6, 0, 1, 8, 6, 6, 0, 8, 8, 6, 2, 0, 3, 5, 3, 9, 4, 2, 1, 5
(list; constant; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,1
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=1,...,20000
|
|
|
EXAMPLE
| 5.0832036923152598158...
|
|
|
PROG
| (PARI) { default(realprecision, 20080); phi=(1+sqrt(5))/2; x=phi*Pi; for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b094886.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Apr 27 2009]
|
|
|
CROSSREFS
| Sequence in context: A021667 A078119 A085998 * A143821 A099219 A201288
Adjacent sequences: A094883 A094884 A094885 * A094887 A094888 A094889
|
|
|
KEYWORD
| cons,nonn
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com), Jun 15 2004
|
|
|
EXTENSIONS
| Fixed my PARI program, had -n Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 19 2009
|
| |
|
|