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!)
A099410 Numbers k such that 2*R_k + 7 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 3
0, 2, 3, 5, 14, 176, 416, 2505, 2759, 7925, 9401, 10391, 12105, 19616 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also numbers k such that (2*10^k + 61)/9 is prime.
Although perhaps a degenerate case, A002275 defines R(0)=0. Thus zero belongs in this sequence since 2*0+7=7 is prime. - Robert Price, Oct 28 2014
a(15) > 10^5. - Robert Price, Oct 29 2014
LINKS
FORMULA
a(n) = A056678(n-1) + 1.
MATHEMATICA
Do[ If[ PrimeQ[ 2(10^n - 1)/9 + 7], Print[n]], {n, 0, 5000}]
PROG
(Magma) [n: n in [0..500] | IsPrime((2*10^n+61) div 9)]; // Vincenzo Librandi, Oct 30 2014
CROSSREFS
Sequence in context: A114411 A323768 A155698 * A330988 A102033 A282616
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Oct 14 2004
EXTENSIONS
Added zero and adapted Mathematica program by Robert Price, Oct 28 2014
a(10)-a(14) from Kamada data by Robert Price, Oct 29 2014
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 March 28 21:57 EDT 2024. Contains 371254 sequences. (Running on oeis4.)