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!)
A282815 Numbers k such that (28*10^k + 131)/3 is prime. 0
0, 1, 2, 3, 4, 8, 19, 100, 162, 228, 405, 535, 548, 1616, 1982, 2139, 2832, 3115, 3750, 4767, 5051, 9970, 15708, 20909, 33755, 41669, 44822, 45638, 75078 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
For k>1, numbers such that the digit 9 followed by k-2 occurrences of the digit 3 followed by the digits 77 is prime (see Example section).
a(30) > 2*10^5.
LINKS
Makoto Kamada, Search for 93w77.
EXAMPLE
3 is in this sequence because (28*10^3 + 131)/3 = 9377 is prime.
Initial terms and primes associated:
a(1) = 0, 53;
a(2) = 1, 137;
a(3) = 2, 977;
a(4) = 3, 9377;
a(5) = 4, 93377; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(28*10^# + 131)/3] &]
CROSSREFS
Sequence in context: A102276 A215897 A276673 * A339630 A105055 A108506
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Feb 23 2017
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 25 15:00 EDT 2024. Contains 371989 sequences. (Running on oeis4.)