login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Decimal expansion of e^Pi + Pi + e.
1

%I #13 May 02 2024 10:07:06

%S 2,9,0,0,0,5,6,7,1,1,4,8,2,8,1,0,7,4,7,9,5,5,2,0,1,7,2,2,2,5,8,0,7,1,

%T 2,7,6,2,2,2,0,5,2,2,7,3,5,6,7,5,2,7,7,3,8,9,3,8,6,9,5,8,6,2,9,5,5,6,

%U 2,3,5,3,8,7,3,3,0,2,0,9,3,7,6,7,1,6,3,8,9,0,0,0,9,3,4,8,3,2,7

%N Decimal expansion of e^Pi + Pi + e.

%H Paolo Xausa, <a href="/A019315/b019315.txt">Table of n, a(n) for n = 2..10000</a>

%e 29.00056711482810747955201722258071276222052273...

%t First[RealDigits[E^Pi + Pi + E, 10, 100]] (* _Paolo Xausa_, May 02 2024 *)

%Y Cf. A000796, A001113, A039661.

%K nonn,cons

%O 2,1

%A _Dan Hoey_