[go: up one dir, main page]

login
A001355
Mix digits of Pi and e.
(Formerly M2239 N0889)
5
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, 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, 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
OFFSET
1,1
REFERENCES
N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
EXAMPLE
3.21741185298216852385485997... .
MATHEMATICA
Flatten[Transpose[{RealDigits[Pi, 10, 50][[1]], RealDigits[E, 10, 50][[1]]}]]
Riffle[RealDigits[Pi, 10, 50][[1]], RealDigits[E, 10, 50][[1]]] (* Robert G. Wilson v, Jun 23 2014 *)
CROSSREFS
Cf. A058382.
Sequence in context: A259879 A016556 A067050 * A364855 A105531 A369041
KEYWORD
nonn,base,cons,dumb,easy
STATUS
approved