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!)
A097685 Numbers k such that R_k + 8 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 3
2, 5, 6, 8, 17, 50, 684, 720, 1452, 1679, 3146, 72821, 111902, 146063, 180689, 330906 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also numbers k such that (10^k + 71)/9 is prime.
The corresponding values R_k + 8 are primes of the form "(k-1) ones followed by a nine". Related to the base-10 repunit primes.
a(13) > 10^5. - Robert Price, Nov 01 2014
LINKS
FORMULA
a(n) = A056659(n) + 1.
MATHEMATICA
Do[ If[ PrimeQ[(10^n - 1)/9 + 8], Print[n]], {n, 0, 5000}] (* Robert G. Wilson v, Oct 14 2004 *)
CROSSREFS
Sequence in context: A191140 A271430 A326854 * A136369 A305511 A269472
KEYWORD
nonn,more,hard,changed
AUTHOR
Carl R. White, Aug 19 2004
EXTENSIONS
a(12) from Robert Price, Nov 01 2014
a(13)-a(16) from Kamada data by Tyler Busby, May 03 2024
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 May 8 09:34 EDT 2024. Contains 372332 sequences. (Running on oeis4.)