The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A102942 Numbers k such that 10^k + 7*R_k - 4 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 1
1, 2, 8, 26, 44, 167, 185, 3818, 8741, 50795 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also numbers k such that (16*10^k - 43)/9 is prime.
a(11) > 10^5. - Robert Price, Feb 11 2015
LINKS
FORMULA
a(n) = A102027(n) + 1.
MATHEMATICA
Do[ If[ PrimeQ[(16*10^n - 43)/9], Print[n]], {n, 0, 10000}]
CROSSREFS
Sequence in context: A150673 A242747 A195585 * A212691 A206803 A212527
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Dec 16 2004
EXTENSIONS
a(10) from Robert Price, Feb 11 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 May 23 07:28 EDT 2024. Contains 372760 sequences. (Running on oeis4.)