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.

A138576 Numbers k such that 2^(2*k - 1) - 1 is prime.

Original entry on oeis.org

2, 3, 4, 7, 9, 10, 16, 31, 45, 54, 64, 261, 304, 640, 1102, 1141, 1609, 2127, 2212, 4845, 4971, 5607, 9969, 10851, 11605, 22249, 43122, 55252, 66025, 108046, 378420, 429717, 628894, 699135, 1488111, 1510689, 3486297, 6733459, 10498006, 12018292, 12982476, 15201229, 16291329, 18578334
Offset: 1

Views

Author

Keywords

Examples

			2^(2*2 - 1) - 1 = 7;
2^(2*3 - 1) - 1 = 31;
2^(2*4 - 1) - 1 = 127.
		

Crossrefs

Programs

Formula

a(n) = (A000043(n+1) + 1)/2. - Charles R Greathouse IV, Aug 30 2010
a(n) = A146768(n) + 1. - César Aguilera, May 27 2020

Extensions

More terms from Charles R Greathouse IV, Aug 30 2010
More terms from Mario Fernando Garcia Rivera, Jul 18 2022