[go: up one dir, main page]

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”).

A102931
Numbers k such that 10^k + 2*R_k + 7 is prime, where R_k = 11...1 is the repunit (A002275) of length k.
2
1, 3, 6, 51, 57, 63, 150, 393, 420, 547, 42024, 43063, 101613, 107385
OFFSET
1,2
COMMENTS
Also numbers k such that (11*10^k + 61)/9 is prime.
a(13) > 10^5. - Robert Price, Jan 17 2015
a(15) > 2*10^5. - Tyler Busby, Feb 01 2023
FORMULA
a(n) = A102011(n) + 1.
MATHEMATICA
Do[ If[ PrimeQ[(11*10^n + 61)/9], Print[n]], {n, 0, 10000}]
CROSSREFS
Sequence in context: A032322 A203765 A111752 * A056447 A056437 A309320
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Dec 16 2004
EXTENSIONS
a(11)-a(12) from Erik Branger May 01 2013 by Ray Chandler, Aug 16 2013
a(13)-a(14) from Tyler Busby, Jan 31 2023
STATUS
approved