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!)
A259126 Numbers k such that 5*R_k + 3*10^k - 2 is prime, where R_k = 11...11 is the repunit (A002275) of length k. 0
2, 8, 140, 230, 426, 462, 726, 1974, 7230, 45860, 47304 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also, numbers k such that (32*10^k - 23)/9 is prime.
Terms from Kamada data.
a(12) > 10^5.
LINKS
EXAMPLE
For k=2, 5*R_2 + 3*10^k - 2 = 55 + 300 - 2 = 353 which is prime.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(32*10^#-23)/9] &]
PROG
(Magma) [n: n in [0..450] | IsPrime((32*10^n-23) div 9)]; // Vincenzo Librandi, Jun 19 2015
CROSSREFS
Cf. A002275.
Sequence in context: A111827 A045330 A193203 * A140050 A318038 A304798
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 08:36 EDT 2024. Contains 371782 sequences. (Running on oeis4.)