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!)
A103015 Numbers n such that 5*10^n + 4*R_n + 3 is prime, where R_n = 11...1 is the repunit (A002275) of length n. 1
2, 6, 8, 18, 53, 68, 242, 276, 320, 564, 620, 1782, 2340, 2454, 5765, 15530, 15605, 22938 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also numbers n such that (49*10^n+23)/9 is prime.
a(19) > 10^5. - Robert Price, Jul 29 2015
LINKS
FORMULA
a(n) = A101580(n) + 1.
MATHEMATICA
Do[ If[ PrimeQ[(49*10^n + 23)/9], Print[n]], {n, 0, 10000}]
CROSSREFS
Sequence in context: A163911 A301799 A077638 * A323859 A365918 A098092
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Jan 18 2005
EXTENSIONS
a(16)-a(18) from Kamada data by Robert Price, Dec 14 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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)