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”).

e + 2 Pi.
1

%I #12 Jun 16 2022 03:19:41

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

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

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

%N e + 2 Pi.

%D Chris Manus on sci.math.

%H V. Yu. Irkhin, <a href="https://arxiv.org/abs/2206.07174">Relations between e and Pi: Nilakantha's series and Stirling's formula</a>, arXiv:2206.07174 [math.HO], 2022.

%t RealDigits[E+2\[Pi],10,150][[1]] (* _Harvey P. Dale_, Mar 14 2011 *)

%o (PARI) exp(1) + 2*Pi \\ _Michel Marcus_, Jun 16 2022

%Y Cf. A001113, A019692.

%K nonn,cons

%O 1,1

%A _Dan Hoey_