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 April 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)