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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A086396 Even digits of e. 0
2, 8, 2, 8, 8, 2, 8, 4, 0, 4, 2, 6, 0, 2, 8, 4, 2, 6, 6, 2, 4, 2, 4, 0, 6, 4, 6, 6, 6, 6, 2, 2, 4, 0, 6, 6, 0, 4, 4, 8, 2, 8, 2, 6, 6, 4, 2, 4, 2, 4, 6, 6, 2, 0, 0, 0, 2, 8, 4, 6, 6, 2, 0, 4, 2, 0, 0, 4, 2, 2, 6, 0, 6, 0, 8, 2, 2, 8, 6, 2, 4, 4, 0, 6, 2, 8, 2, 8, 8, 0, 2, 0, 0, 8, 4, 8, 0, 0, 2, 4, 0, 8, 4, 4, 8 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

(PARI) evene(n) = { default(realprecision, 10000); p = exp(1)/10; s=0; default(realprecision, 28); for(x=1, n, d = p*10; d1=floor(d); if(d1%2==0, print1(d1", "); s++; ); p = frac(d); ); print(); print(s) }

CROSSREFS

Sequence in context: A064912 A010698 A010466 * A195844 A098471 A074723

Adjacent sequences:  A086393 A086394 A086395 * A086397 A086398 A086399

KEYWORD

nonn,base

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Sep 06 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 14 23:04 EST 2012. Contains 205686 sequences.