login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A173649 Primes found in decimal expansion of 1/Pi. 0
3, 31, 31830988618379067153776752674502872406891 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes found in A049541.
The next prime a(4) = 31830988618...32476310351 has 1153 digits.
LINKS
EXAMPLE
1/Pi = 0.3183098861837906715377675... so a(1) = 3, a(2) = 31.
MAPLE
Digits := 100; n0 := evalf(1/Pi); for i from 1 to 500 do x := trunc(10^i*n0): if isprime(x) then printf(`%d, `, x): fi: od:
CROSSREFS
Sequence in context: A317482 A136582 A356516 * A210648 A119937 A254312
KEYWORD
nonn,base,bref
AUTHOR
Michel Lagneau, Nov 24 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 17 22:44 EDT 2024. Contains 375991 sequences. (Running on oeis4.)