OFFSET
2,2
LINKS
Harry J. Smith, Table of n, a(n) for n = 2..20000
EXAMPLE
e*Pi*phi = 13.817580227...
MAPLE
exp(1)*Pi*(1+sqrt(5))/2;
MATHEMATICA
phi=(5^(1/2)+1)/2; RealDigits[N[Pi*E*phi, 6! ]][[1]] (* Vladimir Joseph Stephan Orlovsky, Jun 18 2009 *)
RealDigits[E*Pi*GoldenRatio, 10, 120][[1]] (* Harvey P. Dale, Nov 02 2020 *)
PROG
(PARI) { default(realprecision, 20080); phi = (1 + sqrt(5))/2; x=exp(1)*Pi*phi/10; for (n=2, 20000, d=floor(x); x=(x-d)*10; write("b131563.txt", n, " ", d)); } \\ Harry J. Smith, Apr 26 2009
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Omar E. Pol, Aug 27 2007, Dec 17 2008
EXTENSIONS
More terms from N. J. A. Sloane, Dec 19 2008
STATUS
approved