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

A073177
(n-th digit of Pi) times (n-th digit of e).
3
6, 7, 4, 8, 10, 72, 2, 48, 10, 24, 20, 40, 81, 0, 36, 15, 4, 9, 40, 12, 36, 0, 12, 32, 21, 12, 56, 3, 6, 35, 18, 30, 0, 4, 32, 72, 28, 7, 45, 49, 2, 24, 63, 0, 81, 27, 18, 63, 45, 9, 0, 45, 40, 14, 0, 81, 42, 24, 81, 24, 28, 30, 18, 14, 21, 0, 28, 0, 7, 36, 24, 0, 0, 6, 40, 18, 10, 0
OFFSET
0,1
LINKS
EXAMPLE
Pi=3.141592... e =2.718281... so we have a(0)=3*2=6, a(1)=1*7=7, a(2)=4*1=4...
MATHEMATICA
With[{pi=RealDigits[Pi, 10, 100][[1]], e=RealDigits[E, 10, 100][[1]]}, pi e] (* Harvey P. Dale, Oct 15 2011 *)
CROSSREFS
KEYWORD
easy,nonn,base
AUTHOR
Y. Kelly Itakura (yitkr(AT)mta.ca), Aug 22 2002
EXTENSIONS
More terms from Lambert Klasen (lambert.klasen(AT)gmx.de), Dec 27 2004
STATUS
approved