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!)
A259130 Numbers k such that 4*R_k + 3*10^k - 1 is prime, where R_k = 11...11 is the repunit (A002275) of length k. 0
0, 6, 12, 492, 5568, 24756 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also, numbers k such that (31*10^k - 13)/9 is prime.
Terms from Kamada data.
Note that Kamada does not recognize k=0 as 2 is a degenerate case of form ABB..BBA.
a(7) > 2*10^5.
LINKS
EXAMPLE
For k=6, 4*R_6 + 3*10^k - 1 = 444444 + 3000000 - 1 = 3444443 which is prime.
MATHEMATICA
Select[Range[0, 100000], PrimeQ[(31*10^#-13)/9] &]
CROSSREFS
Cf. A002275.
Sequence in context: A334809 A325030 A191415 * A032511 A036900 A159282
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 18 15:48 EDT 2024. Contains 371780 sequences. (Running on oeis4.)