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.

A126239 Primes of the form p = prime(n+1) such that prime(n) = (prime(n+3)+prime(n-1))/2.

Original entry on oeis.org

1013, 2791, 4003, 4933, 5437, 5503, 5521, 5843, 6037, 6529, 7109, 7823, 8087, 8161, 8363, 10093, 17021, 18253, 18307, 19753, 21143, 22777, 25031, 25343, 25933, 26683, 27277, 27407, 27793, 28433, 28621, 33151, 33749, 35507, 35527, 36457, 36781
Offset: 1

Views

Author

Artur Jasinski, Dec 21 2006

Keywords

Crossrefs

Programs

  • Mathematica
    Prime@Select[Range[3, 4000], 2Prime[ # - 1] == Prime[ # - 2] + Prime[ # + 2] &] (* Ray Chandler, Dec 27 2006 *)

Extensions

Edited and extended by Ray Chandler, Dec 27 2006