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!)
A102978 Numbers n such that 3*10^n + 8*R_n - 7 is a prime, where R_n = 11...1 is the repunit (A002275) of length n. 2
1, 3, 19, 30, 40, 42, 45, 70, 307, 538, 1609, 1668, 1674, 4492, 4935, 6112, 12819, 14079, 16020, 23005, 50997, 82870 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also numbers n such that (35*10^n-71)/9 is a prime.
a(23) > 10^5. - Robert Price, May 20 2015
LINKS
FORMULA
a(n) = A101844(n) + 1.
MATHEMATICA
Do[ If[ PrimeQ[(35*10^n - 71)/9], Print[n]], {n, 0, 10000}]
CROSSREFS
Sequence in context: A108137 A250027 A339545 * A218537 A236969 A222590
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Dec 17 2004
EXTENSIONS
Addition of a(17)-a(20) from Kamada data by Robert Price, Dec 10 2010
a(21)-a(22) from Robert Price, May 20 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 June 5 16:08 EDT 2024. Contains 373107 sequences. (Running on oeis4.)