cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A126228 Odd interprimes divisible by 5.

Original entry on oeis.org

15, 45, 105, 165, 195, 205, 225, 315, 405, 465, 495, 515, 615, 625, 645, 675, 705, 765, 825, 855, 885, 915, 1095, 1215, 1305, 1425, 1465, 1485, 1505, 1575, 1665, 1695, 1715, 1785, 1795, 1875, 1895, 1995, 2075, 2085, 2105, 2205, 2295, 2405, 2475, 2535, 2585
Offset: 1

Views

Author

Artur Jasinski, Dec 21 2006

Keywords

Crossrefs

Programs

  • Mathematica
    Do[If[OddQ[(Prime[n + 1] + Prime[n])/2] && Mod[(Prime[n + 1] + Prime[n])/2, 5] == 0, Print[(Prime[n + 1] + Prime[n])/2]], {n, 1, 3000}] (*Artur Jasinski*)
    Select[Select[Mean/@Partition[Prime[Range[400]],2,1],OddQ],Divisible[#,5]&]  (* Harvey P. Dale, Feb 06 2011 *)

Extensions

Extended by Ray Chandler, Jan 09 2007