login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A084674 Products of the digits of e excluding 0. 0
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; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

It is interesting that the first 0 occurs in the 14th place of e and the 32th place in Pi.

PROG

(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: A158787 A174706 A072163 * A009774 A032933 A194230

Adjacent sequences:  A084671 A084672 A084673 * A084675 A084676 A084677

KEYWORD

easy,nonn,base

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jun 29 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 17:48 EST 2012. Contains 205939 sequences.