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!)
A259140 Numbers k such that 2*R_k + 9*10^k + 7 is prime, where R_k = 11...11 is the repunit (A002275) of length k. 0
2, 6, 12, 110, 3608, 37784 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also, numbers k such that (83*10^k + 61)/9 is prime.
Terms from Kamada data.
a(7) > 10^5.
LINKS
EXAMPLE
For k=2, 2*R_2 + 9*10^k + 7 = 22 + 900 + 7 = 929 which is prime.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(83*10^#+61)/9] &]
PROG
(Magma) [n: n in [0..300] | IsPrime((83*10^n+61) div 9)]; // Vincenzo Librandi, Jun 19 2015
CROSSREFS
Cf. A002275.
Sequence in context: A141288 A038787 A144098 * A075071 A250269 A193987
KEYWORD
nonn,more,hard
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 23:40 EDT 2024. Contains 371798 sequences. (Running on oeis4.)