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.

A367195 Primes p such that (2^(p-1)*(p+1) - 1) / p is prime.

Original entry on oeis.org

3, 5, 7, 11, 19, 29, 41, 61, 137, 181, 293, 11171
Offset: 1

Views

Author

M. Farrokhi D. G., Nov 09 2023

Keywords

Comments

2^(p-1)*(p+1) - 1 is the p-th term of the Cunningham chain p = n_1, n_2, ..., where n_{i+1} = 2*n_i+1 for i >= 1.

Extensions

a(12) from Michael S. Branicky, Nov 09 2023