The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A056683 Numbers k such that 40*R_k + 9 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 2
2, 4, 5, 47, 107, 244, 1043, 20207, 52739, 89188 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also numbers k such that (4*10^(k+1) + 41)/9 is prime.
a(11) > 10^5. - Robert Price, Nov 09 2014
LINKS
FORMULA
a(n) = A099414(n+1) - 1. - Robert Price, Nov 09 2014
MATHEMATICA
Do[ If[ PrimeQ[40*(10^n - 1)/9 + 9], Print[n]], {n, 5000}]
PROG
(Magma) [n: n in [0..300] | IsPrime((4*10^(n+1)+41)div 9)]; Vincenzo Librandi, Nov 10 2014
CROSSREFS
Sequence in context: A154775 A210418 A167454 * A065574 A247963 A105288
KEYWORD
hard,nonn
AUTHOR
Robert G. Wilson v, Aug 10 2000
EXTENSIONS
a(8)-a(10) derived from A099414 by Robert Price, Nov 09 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 June 5 12:10 EDT 2024. Contains 373105 sequences. (Running on oeis4.)