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!)
A259139 Numbers k such that 8*R_k + 9*10^k + 1 is prime, where R_k = 11...11 is the repunit (A002275) of length k. 0
6, 72, 96, 114, 204, 984, 1226, 4794, 20720, 133580, 411590 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also, numbers k such that (89*10^k + 1)/9 is prime.
Terms from Kamada data.
a(12) > 7*10^5.
LINKS
EXAMPLE
For k=6, 8*R_6 + 9*10^k - 2 = 888888 + 9000000 + 1 = 9888889 which is prime.
MATHEMATICA
Select[Range[0, 700000], PrimeQ[(89*10^#+1)/9] &]
PROG
(Magma) [n: n in [0..300] | IsPrime((89*10^n+1)div 9)]; // Vincenzo Librandi, Jun 19 2015
CROSSREFS
Cf. A002275.
Sequence in context: A024272 A167813 A242232 * A052615 A340506 A338535
KEYWORD
more,hard,nonn
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 06:44 EDT 2024. Contains 371782 sequences. (Running on oeis4.)