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.

Showing 1-1 of 1 results.

A058586 Numbers k such that 5*2^k + 3 is prime.

Original entry on oeis.org

1, 2, 3, 4, 5, 7, 8, 11, 12, 18, 20, 26, 28, 32, 34, 43, 44, 50, 52, 58, 65, 66, 107, 140, 197, 274, 280, 380, 393, 506, 664, 738, 875, 944, 1016, 1547, 1548, 1687, 3938, 4066, 5165, 6258, 6402, 7067, 7413, 7967, 9441, 9922, 11106, 15077, 15548, 22647, 24780, 39168, 54868
Offset: 1

Views

Author

Robert G. Wilson v, Dec 26 2000

Keywords

Crossrefs

Cf. A068713.

Programs

  • Mathematica
    Do[ If[ PrimeQ[ 5*2^n + 3 ], Print[ n ] ], {n, 1, 10000} ]
  • PARI
    is(n)=ispseudoprime(5*2^n+3) \\ Charles R Greathouse IV, Jun 12 2017

Formula

a(n) = A068713(n) + 1.

Extensions

a(50)-a(53) from Michael S. Branicky, Jan 10 2023
a(54)-a(74) from Jon Grantham, Jul 30 2023
Showing 1-1 of 1 results.