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!)
A102981 Numbers n such that 4*10^n + R_n + 2 is prime, where R_n = 11...1 is the repunit (A002275) of length n. 2
1, 4, 5, 13, 31, 55, 58, 59, 61, 79, 91, 103, 121, 196, 229, 9439, 13051, 22960, 31297 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also numbers n such that (37*10^n+17)/9 is prime.
a(20) > 10^5. - Robert Price, May 08 2015
LINKS
FORMULA
a(n) = A101716(n) + 1.
MATHEMATICA
Do[ If[ PrimeQ[(37*10^n + 17)/9], Print[n]], {n, 0, 10000}]
CROSSREFS
Sequence in context: A304599 A071341 A272898 * A257487 A249394 A295278
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Dec 21 2004
EXTENSIONS
Addition of a(17)-a(18) from Kamada data by Robert Price, Dec 10 2010
a(19) from Erik Branger May 01 2013 by Ray Chandler, Aug 16 2013
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 12:14 EDT 2024. Contains 371792 sequences. (Running on oeis4.)