login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A056705
Numbers k such that 3*10^k + 7*R_k is prime, where R_k = 11...1 is the repunit (A002275) of length k.
1
0, 1, 11, 17, 773, 18155
OFFSET
1,3
COMMENTS
Also numbers k such that (34*10^k - 7)/9 is prime.
MATHEMATICA
Do[ If[ PrimeQ[ 3*10^n + 7*(10^n-1)/9], Print[n]], {n, 0, 30070}]
CROSSREFS
Sequence in context: A228055 A132092 A226258 * A259744 A065706 A078874
KEYWORD
hard,nonn
AUTHOR
Robert G. Wilson v, Aug 10 2000
STATUS
approved