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!)
A056704 Numbers k such that 3*10^k + 1*R_k is prime, where R_k = 11...1 is the repunit (A002275) of length k. 1
0, 1, 2, 5, 10, 11, 13, 34, 47, 52, 77, 88, 554, 580, 1310, 1505, 8537, 15892, 24022, 27041, 37922, 40033, 134122, 165358, 183760 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Also numbers k such that (28*10^k - 1)/9 is prime.
Although perhaps a degenerate case, A002275 defines R(0)=0. Thus zero belongs in this sequence since 3*10^0 + 0 = 3*1 + 0 = 3 is prime. - Robert Price, Oct 28 2014
a(26) > 2*10^5. - Robert Price, Dec 19 2014
LINKS
MATHEMATICA
Do[ If[ PrimeQ[ 3*10^n + (10^n-1)/9], Print[n]], {n, 0, 10000}]
CROSSREFS
Sequence in context: A136817 A140180 A175324 * A230408 A163624 A353356
KEYWORD
hard,nonn
AUTHOR
Robert G. Wilson v, Aug 10 2000
EXTENSIONS
Added zero by Robert Price, Oct 28 2014
a(18)-a(25) from Kamada data by Robert Price, Dec 19 2014
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 18:05 EDT 2024. Contains 371962 sequences. (Running on oeis4.)