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!)
A256927 Numbers k such that R_(k+2) + 3*10^k is prime, where R_k = 11...1 is the repunit (A002275) of length k. 0
9, 26, 1268, 14391 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also, numbers k such that (127*10^k - 1)/9 is prime.
Terms from Kamada.
a(5) > 250000.
LINKS
EXAMPLE
For k=9, R_11 + 3*10^9 = 11111111111 + 3000000000 = 14111111111 which is prime.
MATHEMATICA
Select[Range[0, 250000], PrimeQ[(127*10^#-1)/9 ] &]
PROG
(Magma) [n: n in [0..300] | IsPrime((127*10^n-1) div 9)]; // Vincenzo Librandi, Apr 14 2015
(PARI) for(n=0, 400, if(isprime((127*10^n-1)/9), print1(n, ", "))) \\ Derek Orr, Apr 14 2015
CROSSREFS
Cf. A002275.
Sequence in context: A325585 A056409 A056399 * A135864 A074954 A103952
KEYWORD
more,hard,nonn
AUTHOR
Robert Price, Apr 13 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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)