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!)
A282571 Numbers k such that 2*10^k - 27 is prime. 0
2, 3, 4, 9, 26, 40, 41, 56, 82, 114, 150, 155, 203, 213, 578, 2638, 4761, 10202, 14211, 16421, 18047, 30701, 53834, 66826, 115784, 141407 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For k>1, numbers such that the digit 1 followed by k-2 occurrences of the digit 9 followed by the digits 73 is prime (see Example section).
a(27) > 2*10^5.
LINKS
Makoto Kamada, Search for 19w73.
EXAMPLE
3 is in this sequence because 2*10^3 - 27 = 1973 is prime.
Initial terms and primes associated:
a(1) = 2, 173;
a(2) = 3, 1973;
a(3) = 4, 19973;
a(4) = 9, 1999999973;
a(5) = 26, 199999999999999999999999973; etc.
MATHEMATICA
Select[Range[2, 100000], PrimeQ[2*10^# - 27] &]
PROG
(PARI) isok(k) = isprime(2*10^k - 27); \\ Michel Marcus, Feb 19 2017
CROSSREFS
Sequence in context: A085612 A073915 A076381 * A063455 A001144 A121253
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Feb 18 2017
EXTENSIONS
a(25)-a(26) from Robert Price, May 05 2018
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 24 20:06 EDT 2024. Contains 371963 sequences. (Running on oeis4.)