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!)
A261620 Numbers n such that 10^(n-1) - pi(n) is prime. 0
31, 536, 2684, 7795, 8482, 49009, 96339, 236060 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(9) > 260843.
LINKS
MATHEMATICA
Select[Range[50000], PrimeQ[10^(# - 1) - PrimePi[#]] &]
PROG
(PARI) is(n) = ispseudoprime(10^(n-1) - primepi(n)) \\ Michel Marcus, Sep 10 2015
CROSSREFS
Cf. A110068.
Sequence in context: A278558 A022659 A038395 * A196492 A240420 A022755
KEYWORD
more,nonn
AUTHOR
Robert Price, Sep 09 2015
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 April 19 02:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)