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!)
A088762 Numbers n such that (2n-1, 2n+3) is a cousin prime pair. 7
2, 4, 7, 10, 19, 22, 34, 40, 49, 52, 55, 64, 82, 97, 112, 115, 139, 154, 157, 175, 190, 199, 220, 229, 232, 244, 250, 307, 322, 337, 370, 379, 385, 412, 427, 430, 439, 442, 454, 469, 484, 505, 544, 547, 607, 640, 649, 652, 712, 715, 724, 742, 745, 775, 784, 790 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Eric Weisstein's World of Mathematics, Cousin Primes
FORMULA
a(n) = (A087679(n)-1)/2 = (A023200(n)+1)/2 = (A046132(n)-3)/2.
MATHEMATICA
Select[Range[2000], PrimeQ[2*#-1]&&PrimeQ[2*#+3]&] (* Vladimir Joseph Stephan Orlovsky, Dec 26 2010 *)
PROG
(Magma) [n: n in [1..1000] |IsPrime(2*n-1) and IsPrime(2*n+3)]; // Vincenzo Librandi, May 19 2017
CROSSREFS
Essentially the same as A111981.
Sequence in context: A281168 A274352 A343328 * A217385 A138827 A353055
KEYWORD
nonn
AUTHOR
Ray Chandler, Oct 26 2003
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 May 31 21:26 EDT 2024. Contains 373003 sequences. (Running on oeis4.)