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!)
A102935 Numbers k such that 10^k + 4*R_k + 5 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 2
1, 2, 4, 11, 13, 26, 154, 196, 436, 529, 1111, 2563, 2641, 3233, 3883, 4256, 9298, 17293, 23270, 27197, 129826 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also numbers k such that (13*10^k + 41)/9 is prime.
a(21) > 10^5. - Robert Price, Apr 19 2015
LINKS
FORMULA
a(n) = A102017(n) + 1.
MATHEMATICA
Do[ If[ PrimeQ[(13*10^n + 41)/9], Print[n]], {n, 0, 10000}]
CROSSREFS
Sequence in context: A071069 A116439 A018525 * A287210 A236524 A295968
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Dec 16 2004
EXTENSIONS
a(18)-a(20) from Kamada data by Robert Price, Dec 09 2010
a(21) from Kamada data by Tyler Busby, Apr 14 2024
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 14 21:33 EDT 2024. Contains 372533 sequences. (Running on oeis4.)