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!)
A102948 Numbers k such that 2*10^k + R_k + 2 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 1
1, 3, 7, 13, 24, 30, 48, 52, 163, 175, 219, 228, 261, 754, 951, 1344, 1573, 3294, 3523, 14161, 70794 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also numbers k such that (19*10^k + 17)/9 is prime.
a(22) > 10^5. - Robert Price, Mar 04 2015
LINKS
FORMULA
a(n) = A101953(n) + 1.
MATHEMATICA
Do[ If[ PrimeQ[(19*10^n + 17)/9], Print[n]], {n, 0, 10000}]
CROSSREFS
Sequence in context: A147380 A146606 A101302 * A232533 A061263 A156209
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Dec 17 2004
EXTENSIONS
Addition of a(20) from Kamada data by Robert Price, Dec 09 2010
a(21) from Robert Price, Mar 04 2015
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 July 15 19:27 EDT 2024. Contains 374334 sequences. (Running on oeis4.)