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

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

1,1

MATHEMATICA

Select[RealDigits[Pi, 10, 250][[1]], OddQ] (* From Harvey P. Dale, Jan 17 2012 *)

PROG

(PARI) oddpi(n) = { default(realprecision, 20000); p = Pi/10; default(realprecision, 28); for(x=1, n, d = p*10; d1=floor(d); if(d1%2, print1(d1", ")); p = frac(d); ) }

CROSSREFS

Sequence in context: A118538 A141523 A201588 * A123162 A083075 A195892

Adjacent sequences:  A086382 A086383 A086384 * A086386 A086387 A086388

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 17:46 EST 2012. Contains 205938 sequences.