editing
approved
Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
editing
approved
lst={}; Do[If[PrimeQ[2*n-7], (*Print[n]; *)AppendTo[lst, n]], {n, 6!}]; lst (* Vladimir Joseph Stephan Orlovsky, Aug 26 2008 *)
Solutions of the equation (2*n-7)' = 1, where n' is the arithmetic derivative of n. - Paolo P. Lava, Nov 15 2012
approved
editing
proposed
approved
editing
proposed
Shawn A. Broyles, <a href="/A089192/b089192.txt">Table of n, a(n) for n = 1..1000</a>
approved
editing
editing
approved
(PARI) is(n)=isprime(2*n - 7) \\ Charles R Greathouse IV, Apr 28 2015
approved
editing
proposed
approved
editing
proposed