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

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A261620 Numbers n such that 10^(n-1) - pi(n) is prime. 0

%I #26 Sep 21 2015 20:40:04

%S 31,536,2684,7795,8482,49009,96339,236060

%N Numbers n such that 10^(n-1) - pi(n) is prime.

%C a(9) > 260843.

%t Select[Range[50000], PrimeQ[10^(# - 1) - PrimePi[#]] &]

%o (PARI) is(n) = ispseudoprime(10^(n-1) - primepi(n)) \\ _Michel Marcus_, Sep 10 2015

%Y Cf. A110068.

%K more,nonn

%O 1,1

%A _Robert Price_, Sep 09 2015

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 December 11 08:46 EST 2023. Contains 367722 sequences. (Running on oeis4.)