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!)
A033868 Numbers n such that 7*n-11 is prime. 6
2, 4, 6, 10, 12, 16, 24, 30, 34, 36, 40, 42, 46, 52, 54, 60, 70, 76, 82, 84, 90, 94, 96, 112, 114, 120, 124, 136, 142, 144, 150, 160, 162, 166, 172, 180, 184, 186, 190, 196, 210, 214, 222, 226, 232, 234, 240, 244, 252, 262, 270, 274, 280, 300, 306, 322, 336, 342 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
REFERENCES
M. Cerasoli, F. Eugeni and M. Protasi, Elementi di Matematica Discreta, Bologna 1988.
Emanuele Munarini and Norma Zagaglia Salvi, Matematica Discreta,UTET, CittaStudiEdizioni, Milano 1997.
LINKS
FORMULA
a(n) = A024903(n)+1 = A089033(n)+2 = A090614(n)*2+2.
MATHEMATICA
Select[Range[500], PrimeQ[7#-11]&] (* Harvey P. Dale, Mar 31 2011 *)
PROG
(Magma) [n: n in [0..350] | IsPrime(7*n - 11)]; // Vincenzo Librandi, Sep 26 2012
(PARI) is(n)=isprime(7*n-11) \\ Charles R Greathouse IV, Feb 17 2017
CROSSREFS
Cf. A045437 (associated primes), A090613 (gives prime index).
Sequence in context: A024907 A033098 A220478 * A045954 A072542 A167856
KEYWORD
nonn,easy
AUTHOR
Giovanni Teofilatto, Dec 01 2003
EXTENSIONS
Extended by Ray Chandler, Dec 23 2003
Offset corrected by Arkadiusz Wesolowski, Aug 09 2011
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 7 14:59 EDT 2024. Contains 373202 sequences. (Running on oeis4.)