A073177 (n-th digit of Pi) times (n-th digit of e).
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
Examples
Pi=3.141592... e =2.718281... so we have a(0)=3*2=6, a(1)=1*7=7, a(2)=4*1=4...
Links
- Harvey P. Dale, Table of n, a(n) for n = 0..1000
Programs
-
Mathematica
With[{pi=RealDigits[Pi,10,100][[1]],e=RealDigits[E,10,100][[1]]}, pi e] (* Harvey P. Dale, Oct 15 2011 *)
Extensions
More terms from Lambert Klasen (lambert.klasen(AT)gmx.de), Dec 27 2004