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!)
A056715 Numbers k such that 5*10^k + 7*R_k is prime, where R_k = 11...1 is the repunit (A002275) of length k. 1
0, 2, 8, 14, 17, 18, 33, 35, 126, 183, 324, 344, 866, 992, 1226, 2355, 13344, 75027, 77322 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also numbers n such that (52*10^k - 7)/9 is prime.
a(20) > 10^5. - Robert Price, Dec 30 2014
LINKS
MATHEMATICA
Do[ If[ PrimeQ[ 5*10^n + 7*(10^n-1)/9], Print[n]], {n, 0, 5000}]
CROSSREFS
Sequence in context: A333968 A194278 A050619 * A160556 A105610 A324691
KEYWORD
hard,nonn
AUTHOR
Robert G. Wilson v, Aug 11 2000
EXTENSIONS
a(17)-a(19) from Robert Price, Dec 30 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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)