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!)
A288484 Numbers k such that (298*10^k - 7)/3 is prime. 0
0, 1, 2, 9, 16, 23, 33, 40, 42, 45, 48, 137, 176, 553, 775, 2072, 3259, 7773, 9457, 17638, 20838, 22277, 32672, 47983, 52308, 54765, 117229, 228177 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
For k>0, numbers such that the digits 99 followed by k-1 occurrences of the digit 3 followed by the digit 1 is prime (see Example section).
a(29) > 3*10^5.
LINKS
Makoto Kamada, Search for 993w1.
EXAMPLE
2 is in this sequence because (298*10^2 - 7)/3 = 9931 is prime.
Initial terms and primes associated:
a(1) = 0, 97;
a(2) = 1, 991;
a(3) = 2, 9931;
a(4) = 9, 99333333331;
a(5) = 16, 993333333333333331; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(298*10^# - 7)/3] &]
CROSSREFS
Sequence in context: A136345 A017005 A131189 * A011193 A085960 A051386
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Jun 09 2017
EXTENSIONS
a(27) from Robert Price, Jun 09 2020
a(28) from Robert Price, Jun 21 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 20 03:03 EDT 2024. Contains 371798 sequences. (Running on oeis4.)