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!)
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 (list; graph; refs; listen; history; text; internal format)
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
LINKS
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

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 23 14:15 EDT 2024. Contains 371914 sequences. (Running on oeis4.)