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!)
A259125 Numbers k such that 7*R_k + 3*10^k - 4 is prime, where R_k = 11...11 is the repunit (A002275) of length k. 0
2, 14, 54, 68, 84, 86, 156, 2766, 3380, 3876, 5208, 10746, 15768, 31316, 40958, 45804, 46566, 51008, 80162 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also, numbers k such that (34*10^k - 43)/9 is prime.
Terms from Kamada data.
a(20) > 10^5.
LINKS
EXAMPLE
For k=2, 7*R_2 + 3*10^k - 4 = 77 + 300 - 4 = 373 which is prime.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(34*10^#-43)/9] &]
PROG
(Magma) [n: n in [0..450] | IsPrime((34*10^n-43) div 9)]; // Vincenzo Librandi, Jun 19 2015
CROSSREFS
Cf. A002275.
Sequence in context: A341493 A064363 A363706 * A067056 A208428 A356373
KEYWORD
nonn,hard,more
AUTHOR
Robert Price, Jun 18 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 02:10 EDT 2024. Contains 371782 sequences. (Running on oeis4.)