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!)
A102974 Numbers k such that 3*10^k + 6*R_k - 5 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 1
1, 6, 11, 13, 19, 23, 67, 108, 118, 176, 673, 780, 1088, 1219, 1656, 6245, 10739, 12590, 17513, 26000, 32544, 53274, 131784 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also numbers k such that (11*10^k-17)/3 is prime.
a(24) > 2*10^5. - Robert Price, Jun 10 2018
LINKS
FORMULA
a(n) = A101839(n) + 1.
MATHEMATICA
Do[ If[ PrimeQ[(11*10^k - 17)/3], Print[k]], {k, 1, 10000}]
CROSSREFS
Sequence in context: A315368 A315369 A350675 * A315370 A315371 A315372
KEYWORD
nonn,more
AUTHOR
Robert G. Wilson v, Dec 17 2004
EXTENSIONS
Addition of a(17)-a(20) from Kamada data by Robert Price, Dec 10 2010
a(21) from Erik Branger May 01 2013 by Ray Chandler, Aug 16 2013
a(22) from Kamada data by Robert Price, Jan 29 2015
a(23) from Robert Price, Jun 10 2018
0 removed by Georg Fischer, Jan 03 2021
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 June 9 18:31 EDT 2024. Contains 373248 sequences. (Running on oeis4.)