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!)
A108653 Numbers k such that 10^k - 113 is prime. 0
3, 4, 16, 21, 31, 70, 124, 131, 203, 309, 791, 975, 1015, 4367, 4451, 8495, 23523 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Next term, if it exists, is bigger than 3000. - Stefan Steinerberger, Feb 12 2006
LINKS
EXAMPLE
If n=3 then 10^n - 113 = 887 (prime).
If n=31 then 10^n - 113 = 9999999999999999999999999999887 (prime).
MATHEMATICA
For[n=1, n<3000, n++, If[PrimeQ[10^n-113], Print[n]]] (* Stefan Steinerberger, Feb 12 2006 *)
PROG
(PARI) is(n)=ispseudoprime(10^n-113) \\ Charles R Greathouse IV, Jun 13 2017
CROSSREFS
Sequence in context: A330299 A047164 A304988 * A316194 A123773 A290433
KEYWORD
hard,more,nonn
AUTHOR
Parthasarathy Nambi, Jul 06 2005
EXTENSIONS
a(6)-a(13) from Stefan Steinerberger, Feb 12 2006
a(14)-a(16) from Ryan Propper, Jan 09 2008
a(17) from Michael S. Branicky, Apr 01 2023
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 23 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)