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!)
A102980 Numbers n such that 3*10^n + 8*R_n + 1 is prime, where R_n = 11...1 is the repunit (A002275) of length n. 1
2, 3, 6, 17, 20, 45, 57, 78, 119, 137, 509, 710, 1127, 1518, 1761, 3086, 3147, 9926, 19854, 27842, 46799, 49682, 68718, 100542, 106649, 191073 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also numbers n such that (35*10^n+1)/9 is prime.
LINKS
FORMULA
a(n) = A101847(n) + 1.
MATHEMATICA
Do[ If[ PrimeQ[(35*10^n + 1)/9], Print[n]], {n, 0, 10000}]
CROSSREFS
Sequence in context: A006449 A003323 A230146 * A181185 A241945 A018284
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Dec 21 2004
EXTENSIONS
Addition of a(19)-a(26) from Kamada data by Robert Price, Dec 08 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 May 13 17:28 EDT 2024. Contains 372522 sequences. (Running on oeis4.)