|
| |
|
|
A073177
|
|
(n-th digit of Pi) times (n-th digit of e).
|
|
2
| |
|
|
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
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,1
|
|
|
LINKS
| Harvey P. Dale, Table of n, a(n) for n = 0..1000
|
|
|
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] (* From Harvey P. Dale, Oct 15 2011 *)
|
|
|
CROSSREFS
| Cf. A000796, A001113.
Sequence in context: A005351 A098882 A019616 * A111969 A021601 A100124
Adjacent sequences: A073174 A073175 A073176 * A073178 A073179 A073180
|
|
|
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
|
| |
|
|