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.

A058781 Numbers k such that k^2 * 2^k - 1 is prime.

Original entry on oeis.org

3, 7, 25, 41, 45, 63, 83, 131, 147, 175, 425, 449, 469, 651, 1345, 1839, 1883, 1913, 2177, 2551, 2907, 3675, 6071, 11743, 14641, 38685, 40857, 47761, 97243
Offset: 1

Views

Author

Robert G. Wilson v, Jan 02 2001

Keywords

Comments

If it exists, a(30) > 200000. - Hugo Pfoertner, Nov 07 2023

Crossrefs

Cf. A058780.

Programs

  • Mathematica
    Do[ If[ PrimeQ[ n^2*2^n - 1 ], Print[n] ], {n, 1, 5000} ]
  • PARI
    is(n)=ispseudoprime(n^2*2^n-1) \\ Charles R Greathouse IV, May 22 2017

Extensions

More terms from Herman Jamke (hermanjamke(AT)fastmail.fm), Jan 05 2008