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!)
A056659 Numbers k such that 10*R_k + 9 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 2
1, 4, 5, 7, 16, 49, 683, 719, 1451, 1678, 3145, 72820 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also numbers k such that (10^(k+1)+71)/9 is prime.
a(13) > 10^5. - Robert Price, Nov 01 2014
LINKS
FORMULA
a(n) = A097685(n) - 1. - Robert Price, Nov 01 2014
MATHEMATICA
Do[ If[ PrimeQ[10*(10^n - 1)/9 + 9], Print[n]], {n, 5000}]
CROSSREFS
Sequence in context: A216537 A085195 A107289 * A292321 A049896 A029520
KEYWORD
hard,nonn
AUTHOR
Robert G. Wilson v, Aug 09 2000
EXTENSIONS
a(12) derived from A097685 by Robert Price, Nov 01 2014
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 09:45 EDT 2024. Contains 371905 sequences. (Running on oeis4.)