|
Search: id:A084674
|
|
|
| A084674 |
|
Products of the digits of e excluding 0. |
|
+0 1
|
|
| 2, 14, 14, 112, 224, 1792, 1792, 14336, 28672, 229376, 917504, 4587520, 41287680, 41287680, 165150720, 825753600, 1651507200, 4954521600, 24772608000, 74317824000, 445906944000, 445906944000, 891813888000, 7134511104000
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
It is interesting that the first 0 occurs in the 14th place of e and the 32th place in Pi.
|
|
PROGRAM
|
(PARI) etorial(n) = { default(realprecision, 10000); p = exp(1)/10; default(realprecision, 28); for(j=1, n, eitor=1; e1=p; for(x=1, j, d = e1*10; d1=floor(d); if(d1<>0, eitor*=d1); e1 = frac(d); ); print1(eitor", ") ) }
|
|
CROSSREFS
|
Cf. A074850.
Sequence in context: A084677 A082609 A072163 this_sequence A009774 A032933 A109993
Adjacent sequences: A084671 A084672 A084673 this_sequence A084675 A084676 A084677
|
|
KEYWORD
|
easy,nonn,base
|
|
AUTHOR
|
Cino Hilliard (hillcino368(AT)gmail.com), Jun 29 2003
|
|
|
Search completed in 0.002 seconds
|