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!)
A102984 Numbers n such that 4*10^n + 2*R_n - 1 is prime, where R_n = 11...1 is the repunit (A002275) of length n. 1
0, 1, 2, 4, 7, 22, 23, 80, 4427, 31319, 80150, 91144 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Also numbers n such that (38*10^n-11)/9 is prime.
a(13) > 10^5. - Robert Price, May 08 2015
LINKS
FORMULA
a(n) = A101719(n) + 1.
MATHEMATICA
Do[ If[ PrimeQ[(38*10^n - 11)/9], Print[n]], {n, 0, 10000}]
CROSSREFS
Sequence in context: A306978 A337062 A153550 * A103017 A091833 A171978
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Dec 22 2004
EXTENSIONS
a(10) from Erik Branger May 01 2013 by Ray Chandler, Aug 16 2013
a(1) = 0 from Robert Price, May 08 2015
a(11)-a(12) from Robert Price, May 08 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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)