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!)
A056661 Numbers k such that 40*R_k + 3 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 2
0, 1, 2, 5, 8, 11, 29, 31, 182, 296, 491, 41315 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Also numbers k such that (4*10^(k+1)-13)/9 is prime.
a(13) > 10^5. - Robert Price, Nov 01 2014
LINKS
FORMULA
a(n) = A096845(n) - 1. - Robert Price, Nov 01 2014
MATHEMATICA
Do[ If[ PrimeQ[ 40*(10^n - 1)/9 + 3], Print[n]], {n, 0, 5000}]
CROSSREFS
Sequence in context: A264613 A285293 A246442 * A229883 A135050 A004112
KEYWORD
hard,more,nonn
AUTHOR
Robert G. Wilson v, Aug 09 2000
EXTENSIONS
a(12) derived from A096845 by Robert Price, Nov 01 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 17 20:27 EDT 2024. Contains 371767 sequences. (Running on oeis4.)