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!)
A088763 a(n) = A087695(n)/2. 7
4, 5, 7, 8, 10, 13, 17, 20, 22, 25, 28, 32, 35, 38, 43, 50, 52, 53, 55, 67, 77, 80, 85, 88, 97, 98, 113, 115, 118, 127, 130, 133, 137, 140, 155, 157, 167, 175, 178, 185, 188, 193, 218, 223, 230, 232, 253, 272, 280, 283, 287, 295, 298, 302, 305, 308, 322, 325, 328, 340 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A260689(a(n),1) = A264526(a(n)) = 3. - Reinhard Zumkeller, Nov 17 2015
LINKS
MAPLE
ZL:=[]:for p from 1 to 700 do if (isprime(p) and isprime(p+6) ) then ZL:=[op(ZL), (p+(p+6))/4]; fi; od; print(ZL); # Zerinvary Lajos, Mar 07 2007
MATHEMATICA
f[n_]:=PrimeQ[n-3]&&PrimeQ[n+3]; lst={}; Do[If[f[n], AppendTo[lst, n]], {n, 2, 8!, 2}]; lst/2 (* Vladimir Joseph Stephan Orlovsky, Oct 09 2009 *)
PROG
(Haskell)
a088763 = flip div 2 . a087695 -- Reinhard Zumkeller, Nov 17 2015
CROSSREFS
Sequence in context: A153327 A189707 A120163 * A032722 A293856 A098416
KEYWORD
nonn
AUTHOR
Ray Chandler, Oct 26 2003
EXTENSIONS
Offset corrected by Reinhard Zumkeller, Nov 17 2015
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 16 03:14 EDT 2024. Contains 372549 sequences. (Running on oeis4.)