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!)
A102963 Numbers n such that 2*10^n + 8*R_n + 1 is prime, where R_n = 11...1 is the repunit (A002275) of length n. 1
0, 1, 7, 8, 11, 14, 19, 32, 41, 53, 61, 133, 157, 239, 1237, 30254, 34423, 139289 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Also numbers n such that (26*10^n+1)/9 is prime.
LINKS
FORMULA
a(n) = A101972(n-1) + 1.
MATHEMATICA
Do[ If[ PrimeQ[(26*10^n + 1)/9], Print[n]], {n, 0, 10000}]
CROSSREFS
Sequence in context: A090385 A350694 A145826 * A117619 A226977 A098731
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Dec 17 2004
EXTENSIONS
a(16)-a(18) from Kamada data by Robert Price, Dec 14 2010
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)