login
Mix digits of Pi and e.
(Formerly M2239 N0889)
5

%I M2239 N0889 #29 Aug 22 2024 20:44:44

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

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

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

%N Mix digits of Pi and e.

%D N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).

%D N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

%H Arkadiusz Wesolowski, <a href="/A001355/b001355.txt">Table of n, a(n) for n = 1..10000</a>

%H <a href="/index/Ph#Pi314">Index entries for sequences related to the number Pi</a>

%e 3.21741185298216852385485997... .

%t Flatten[Transpose[{RealDigits[Pi, 10, 50][[1]], RealDigits[E, 10, 50][[1]]}]]

%t Riffle[RealDigits[Pi, 10, 50][[1]], RealDigits[E, 10, 50][[1]]] (* _Robert G. Wilson v_, Jun 23 2014 *)

%Y Cf. A058382.

%K nonn,base,cons,dumb,easy

%O 1,1

%A _N. J. A. Sloane_