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!)
A102961 Numbers k such that 2*10^k + 8*R_k - 5 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 1
1, 2, 7, 28, 73, 295, 494, 598, 2600, 3730, 7549, 15865 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also numbers k such that (26*10^k-53)/9 is prime.
a(13) > 10^5. - Robert Price, Apr 18 2014
LINKS
FORMULA
a(n) = A101970(n) + 1.
MATHEMATICA
Do[ If[ PrimeQ[(26*10^k - 53)/9], Print[k]], {k, 1, 10000}]
CROSSREFS
Sequence in context: A294128 A099815 A123363 * A155581 A349329 A048504
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Dec 17 2004
EXTENSIONS
Addition of a(12) from Kamada data by Robert Price, Dec 13 2010
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 April 19 11:31 EDT 2024. Contains 371792 sequences. (Running on oeis4.)