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!)
A256829 Numbers k such that 7*R_k - 30 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 0
2, 5, 8, 13, 17, 50, 169, 193, 407, 1496, 1718, 3610, 6527, 6889, 12665, 15949, 23498, 32969 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also, numbers k such that (7*10^k - 277)/9 is prime.
Terms from Kamada.
a(19) > 30000.
LINKS
EXAMPLE
For k=5, 7*R_5 - 30 = 77777 - 30 = 77747 which is prime.
MATHEMATICA
Select[Range[0, 250000], PrimeQ[(7*10^# - 277)/9] &]
PROG
(Magma) [n: n in [2..500] | IsPrime((7*10^n-277) div 9)]; // Vincenzo Librandi, Apr 11 2015
CROSSREFS
Cf. A002275.
Sequence in context: A225255 A076145 A332774 * A342431 A049617 A054074
KEYWORD
more,hard,nonn
AUTHOR
Robert Price, Apr 10 2015
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 15:03 EDT 2024. Contains 371793 sequences. (Running on oeis4.)