|
Search: id:A135000
|
|
|
| A135000 |
|
Decimal expansion of e*gamma*Pi*phi, where gamma is the Euler-Mascheroni constant and phi is the golden ratio. |
|
+0 3
|
|
| 7, 9, 7, 5, 7, 2, 3, 7, 5, 8, 1, 5, 9, 9, 5, 3, 7, 1, 2, 0, 9, 1, 3, 6, 3, 9, 3, 6, 3, 8, 2, 2, 2, 8, 0, 3, 8, 8, 3, 4, 6, 8, 9, 1, 2, 5, 6, 4, 6, 1, 6, 6, 9, 8, 2, 3, 6, 6, 1, 2, 8, 2, 5, 4, 7, 9, 9, 6, 0, 8, 3, 5, 0, 6, 1, 9, 6, 2, 4, 7, 3, 6, 1, 7, 1, 4, 7, 6, 2, 3, 2, 2, 1, 3, 8, 7, 2, 6, 4, 5, 8, 7, 3, 7, 8
(list; cons; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=1,...,20000
|
|
EXAMPLE
|
........... e = 2.718281828459045235...
....... gamma = 0.577215664901532860...
.......... Pi = 3.141592635589793238...
......... phi = 1.618033988749894848...
e*gamma*Pi*phi = 7.975723758159953712...
|
|
PROGRAM
|
(PARI) { default(realprecision, 20080); phi = (1 + sqrt(5))/2; x=exp(1)*Euler*Pi*phi; for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b135000.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Apr 26 2009]
|
|
CROSSREFS
|
Cf. Decimal expansion of e: A001113. Decimal expansion of gamma: A001620. Decimal expansion Pi: A000796. Decimal expansion of phi: A001622. Decimal expansion of e*Pi*phi: A131563.
Sequence in context: A019644 A100639 A108743 this_sequence A076668 A010729 A154943
Adjacent sequences: A134997 A134998 A134999 this_sequence A135001 A135002 A135003
|
|
KEYWORD
|
cons,nonn
|
|
AUTHOR
|
Omar E. Pol (info(AT)polprimos.com), Nov 21 2007
|
|
EXTENSIONS
|
More terms from Harry J. Smith (hjsmithh(AT)sbcglobal.net), Apr 26 2009
Fixed my PARI program, had -n Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 19 2009
|
|
|
Search completed in 0.002 seconds
|