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.

A183076 Composite numbers of the form 2^k - 1 for which each prime divisor has the form 4j + 3.

Original entry on oeis.org

63, 1023, 16383, 32767, 67108863, 1073741823, 17179869183, 274877906943, 8796093022207, 2251799813685247, 4611686018427387903, 36893488147419103231
Offset: 1

Views

Author

Stuart Clary, Dec 23 2010

Keywords

Comments

Needed factorizations are in the Cunningham Project.

Examples

			63 = 2^6 - 1 = 3^2 * 7, and 3 and 7 have the form 4j + 3.
		

Crossrefs

Formula

a(n) = 2^A183072(n) - 1.