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.

A050415 Primes of the form 2^k - 3.

Original entry on oeis.org

5, 13, 29, 61, 509, 1021, 4093, 16381, 1048573, 4194301, 16777213, 536870909, 19807040628566084398385987581, 83076749736557242056487941267521533, 5316911983139663491615228241121378301, 1427247692705959881058285969449495136382746621
Offset: 1

Views

Author

Jud McCranie, Dec 22 1999

Keywords

Comments

If p = 2^k - 3 is in this sequence, then p*2^(k-1) is abundant with abundance 2. - Claude Morin, Feb 01 2007
Equivalently, primes which give a prime number when 0's and 1's are interchanged in their binary representation; note that the resulting prime is always 10_2 = 2_10 (see A347476). - Bernard Schott, Nov 14 2021

Crossrefs

Subsequence of A347476.

Programs

Formula

a(n) = 2^A050414(n) - 3.