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.

A023205 Numbers m such that m and 2*m + 5 are both prime.

Original entry on oeis.org

3, 7, 13, 19, 31, 37, 61, 67, 73, 79, 97, 103, 109, 139, 151, 163, 181, 229, 241, 271, 283, 307, 313, 367, 373, 409, 439, 457, 523, 541, 613, 643, 661, 709, 727, 733, 739, 769, 787, 811, 829, 859, 877, 937, 991, 997, 1039, 1063, 1069, 1087, 1117, 1123, 1153, 1171
Offset: 1

Views

Author

David W. Wilson, Jun 14 1998

Keywords

Crossrefs

Subsequence of primes of A089038.

Programs

Formula

a(n) == 1 (mod 6) for n>=2. - John Cerkan, Sep 07 2016