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!)
A102943 Numbers k such that 10^k + 7*R_k + 2 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 1
1, 2, 8, 10, 25, 50, 76, 104, 4406, 8935, 26000, 31652 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also numbers k such that (16*10^k + 11)/9 is prime.
a(13) > 10^5. - Robert Price, Feb 07 2015
LINKS
FORMULA
a(n) = A102028(n) - 1.
MATHEMATICA
Do[ If[ PrimeQ[(16*10^n + 11)/9], Print[n]], {n, 0, 10000}]
CROSSREFS
Sequence in context: A209449 A002510 A247592 * A327988 A062880 A066707
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Dec 16 2004
EXTENSIONS
Addition of a(11) from Kamada data by Robert Price, Dec 13 2010
a(12) from Erik Branger May 01 2013 by Ray Chandler, Aug 16 2013
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 10:39 EDT 2024. Contains 371967 sequences. (Running on oeis4.)