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.

A134926 Nearest-neighbors of odd isolated primes, divided by 2.

Original entry on oeis.org

11, 12, 18, 19, 23, 24, 26, 27, 33, 34, 39, 40, 41, 42, 44, 45, 48, 49, 56, 57, 63, 64, 65, 66, 78, 79, 81, 82, 83, 84, 86, 87, 105, 106, 111, 112, 116, 117, 125, 126, 128, 129, 131, 132, 138, 139, 146, 147, 153, 154, 158, 159, 165, 166
Offset: 1

Views

Author

Omar E. Pol, Nov 27 2007

Keywords

Crossrefs

Cf. A134924.

Programs

  • Mathematica
    ip=Select[Prime[Range[2,67]],NoneTrue[{#-2,#+2},PrimeQ]&];Union[Flatten[Table[n+{1, -1}, {n, ip}]/2]] (* James C. McMahon, Apr 12 2025 *)