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.

A284285 Numbers k such that (2^k + 3)/5 is prime.

Original entry on oeis.org

5, 9, 25, 45, 61, 189, 289, 489, 7065, 42229
Offset: 1

Views

Author

Vladimir Shevelev, Mar 24 2017

Keywords

Comments

For primes p = (2^a(n) + 3)/5, n >= 2, there are exactly 5 positive integers m for which the exponents of 2 and p in the prime power factorization of m! are both powers of 2 (for a proof see the Shevelev link (Theorem 2)).
The sequence of such primes p begins 7, 103, 6710887, 7036874417767, etc.
a(11) > 160000. - Michael S. Branicky, Jul 12 2024

Crossrefs

Programs

Formula

a(n) == 1 (mod 4).

Extensions

Terms a(4)-a(9) from Peter J. C. Moses, Mar 24 2017
a(10) from Giovanni Resta, Mar 24 2017