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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A086384 Odd digits of e. 0
7, 1, 1, 5, 9, 5, 3, 5, 3, 7, 7, 1, 3, 5, 9, 7, 7, 5, 7, 7, 9, 3, 9, 9, 9, 5, 9, 5, 7, 9, 9, 7, 7, 7, 7, 3, 3, 5, 3, 5, 7, 5, 9, 5, 7, 1, 3, 1, 7, 5, 5, 1, 7, 7, 3, 9, 1, 9, 3, 3, 5, 9, 9, 1, 1, 7, 1, 3, 5, 9, 9, 3, 5, 7, 9, 3, 3, 9, 5, 5, 9, 5, 3, 7, 3, 1, 3, 3, 7, 9, 3, 9, 7, 3, 3, 3, 9, 7, 5, 3, 1, 9, 5, 5, 1 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

(PARI) odde(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, print1(d1", "); s++; ); p = frac(d); ); print(); print(s) }

CROSSREFS

Sequence in context: A051422 A201670 A019980 * A102421 A019620 A105395

Adjacent sequences:  A086381 A086382 A086383 * A086385 A086386 A086387

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 16 23:45 EST 2012. Contains 205978 sequences.