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!)
A102929 Numbers k such that 10^k + 2*R_k + 1 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 1
0, 1, 3, 9, 48, 58, 153, 261, 876, 1179, 1596, 17715, 63718 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Also numbers k such that (11*10^k + 7)/9 is prime.
a(14) > 10^5. - Robert Price, Nov 15 2014
a(14) > 2*10^5. - Tyler Busby, Feb 01 2023
LINKS
FORMULA
a(n) = A102009(n-1) + 1.
MATHEMATICA
Do[ If[ PrimeQ[(11*10^n + 7)/9], Print[n]], {n, 0, 10000}]
CROSSREFS
Sequence in context: A129432 A111551 A258481 * A105458 A366485 A306947
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Dec 16 2004
EXTENSIONS
Addition of a(12) from Kamada data by Robert Price, Dec 13 2010
Inserted a(1)=0 by Robert Price, Nov 15 2014
a(13) from Kamada data by Robert Price, Nov 15 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 May 27 08:37 EDT 2024. Contains 372850 sequences. (Running on oeis4.)