%I A059742
%S A059742 5,8,5,9,8,7,4,4,8,2,0,4,8,8,3,8,4,7,3,8,2,2,9,3,0,8,5,4,6,3,2,1,6,5,3,
%T A059742 8,1,9,5,4,4,1,6,4,9,3,0,7,5,0,6,5,3,9,5,9,4,1,9,1,2,2,2,0,0,3,1,8,9,3,
%U A059742 0,3,6,6,3,9,7,5,6,5,9,3,1,9,9,4,1,7,0,0,3,8,6,7,2,8,3,4,9,5,4,0,9,6,1
%N A059742 Decimal expansion of e+pi.
%C A059742 It is not presently known if this number is rational or irrational.
%H A059742 Harry J. Smith, <a href="b059742.txt">Table of n, a(n) for n=1,...,20000</
a>
%e A059742 e+pi=5.859874482048838473822930854...
%e A059742 5.859874482048838473822930854632165381954416493075065395941912220031893...
[From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 31 2009]
%p A059742 Digits := 200: with(numtheory): it := evalf((Pi+exp(1))/10, 200): for
i from 1 to 20 0 do printf(`%d,`,floor(10*it)): it := 10*it-floor(10*it):
od:
%t A059742 RealDigits[E + Pi, 10, 105][[1]] (from Robert G. Wilson v Sep 24 2004)
%o A059742 (PARI) { default(realprecision, 20080); x=Pi+exp(1); for (n=1, 20000,
d=floor(x); x=(x-d)*10; write("b059742.txt", n, " ", d)); } [From
Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 31 2009]
%Y A059742 Cf. A001113, A000796.
%Y A059742 Cf. A058651 Continued fraction. [From Harry J. Smith (hjsmithh(AT)sbcglobal.net),
May 31 2009]
%Y A059742 Sequence in context: A101465 A010719 A073212 this_sequence A011424 A011495
A136258
%Y A059742 Adjacent sequences: A059739 A059740 A059741 this_sequence A059743 A059744
A059745
%K A059742 cons,easy,nonn
%O A059742 1,1
%A A059742 Fabian Rothelius (fabian.rothelius(AT)telia.com), Feb 10 2001
%E A059742 More terms from James A. Sellers (sellersj(AT)math.psu.edu), Feb 13 2001
|