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

A050949
e expressed in base Pi: e = Sum a(i)*Pi^(-i), i=0,1,2,...
4
2, 2, 0, 2, 1, 2, 0, 1, 0, 0, 2, 1, 1, 1, 1, 2, 2, 0, 0, 1, 1, 0, 1, 2, 0, 1, 0, 0, 0, 2, 0, 1, 1, 2, 0, 2, 2, 1, 0, 1, 2, 0, 0, 1, 1, 1, 2, 1, 0, 1, 2, 1, 1, 0, 2, 1, 1, 2, 1, 2, 1, 2, 2, 0, 1, 1, 0, 3, 0, 0, 2, 2, 0, 0, 1, 3, 0, 1, 1, 0, 1, 1, 2, 0, 1, 2, 1, 0, 2, 3, 0, 0, 1, 1, 1, 1, 0, 2, 0, 0, 0, 2
OFFSET
0,1
EXAMPLE
e = 2 + 2/Pi + 2/Pi^3 + 1/Pi^4 + ....
MATHEMATICA
RealDigits[E, Pi, 111][[1]] (* Robert G. Wilson v, Feb 26 2010 *)
PROG
(PARI) t=exp(1); for(i=0, precision(t)*log(10)\log(Pi), print1(t\1", "); t-=t\1; t*=Pi) \\ Charles R Greathouse IV, Mar 11 2014
CROSSREFS
Cf. A050948.
Sequence in context: A213209 A049850 A319954 * A074943 A272011 A352362
KEYWORD
nonn,base,easy
AUTHOR
Leonid Broukhis, Jan 03 2000
EXTENSIONS
More terms from Michael Somos, Apr 28, 2000
STATUS
approved