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!)
A102979 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
0, 1, 6, 10176, 56898 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Also numbers n such that (35*10^n-17)/9 is prime.
a(6) > 10^5. - Robert Price, Mar 30 2015
LINKS
FORMULA
a(n) = A101846(n-1) + 1.
MATHEMATICA
Do[ If[ PrimeQ[(35*10^n - 17)/9], Print[n]], {n, 0, 10000}]
CROSSREFS
Sequence in context: A361901 A329911 A088021 * A069942 A261823 A146202
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Dec 17 2004
EXTENSIONS
Additional term 10176 (a PRP) from Serge Batalov, Oct 12 2008
Addition of a(5) from Kamada data by Robert Price, Dec 13 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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)