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!)
A295402 Numbers k such that (28*10^k + 701)/9 is prime. 0
1, 2, 4, 5, 14, 17, 19, 29, 40, 56, 62, 82, 104, 121, 181, 286, 1307, 2197, 5764, 37120, 91715 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
For k > 1, numbers such that the digit 3 followed by k-2 occurrences of the digit 1 followed by the digits 89 is prime (see Example section).
a(22) > 2*10^5.
LINKS
Makoto Kamada, Search for 31w89
EXAMPLE
2 is in this sequence because (28*10^2 + 701)/9 = 389 is prime.
Initial terms and primes associated:
a(1) = 1, 109;
a(2) = 2, 389;
a(3) = 4, 31189;
a(4) = 5, 311189;
a(5) = 14, 311111111111189; etc.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(28*10^# + 701)/9] &]
PROG
(PARI) isok(k) = isprime((28*10^k + 701)/9); \\ Michel Marcus, Nov 22 2017
CROSSREFS
Sequence in context: A367298 A039574 A182375 * A121410 A002959 A306919
KEYWORD
nonn,more,hard
AUTHOR
Robert Price, Nov 21 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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)