Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A056693 Numbers k such that 70*R_k + 9 is prime, where R_k = 11...1 is the repunit (A002275) of length k. 2
1, 65, 85, 89, 101, 385, 623, 7783, 18535, 113756, 135878 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also numbers k such that (7*10^(k+1)+11)/9 is prime.
a(12) > 2*10^5. - Tyler Busby, Feb 01 2023
LINKS
FORMULA
a(n) = A098089(n+1) - 1. - Robert Price, Nov 22 2014
MATHEMATICA
Do[ If[ PrimeQ[70*(10^n - 1)/9 + 9], Print[n]], {n, 0, 5000}]
Select[Range[700], PrimeQ[(7 10^(# + 1) + 11) / 9] &] (* Vincenzo Librandi, Nov 22 2014 *)
PROG
(Magma) [n: n in [1..400] | IsPrime((7*10^(n+1)+11) div 9)]; Vincenzo Librandi, Nov 22 2014
CROSSREFS
Sequence in context: A369664 A214484 A159758 * A164282 A025312 A024508
KEYWORD
hard,nonn
AUTHOR
Robert G. Wilson v, Aug 10 2000
EXTENSIONS
More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 01 2008
a(9) derived from A098089 by Robert Price, Nov 22 2014
a(10)-a(11) from Tyler Busby, Feb 01 2023
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 September 11 17:54 EDT 2024. Contains 375839 sequences. (Running on oeis4.)