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.

A086252 a(n) is the smallest k such that 2^k-1 has n primitive prime factors.

Original entry on oeis.org

2, 11, 29, 92, 113, 223, 295, 333, 397, 1076
Offset: 1

Views

Author

T. D. Noe, Jul 14 2003

Keywords

Comments

A prime factor of 2^n-1 is called primitive if it does not divide 2^r-1 for any rA086251 for the number of primitive prime factors in 2^n-1.
No more terms < 673. (2^673-1 is the first that is not completely factored in the linked reference.) - David Wasserman, Feb 22 2005
2^1207-1 is now the first not completely factored number of the form 2^k-1. - Hugo Pfoertner, Aug 06 2019

Examples

			a(2) = 11 because 2^11-1 = 23*89, both 23 and 89 have order 11 and the numbers 2^r-1 have only 0 or 1 primitive prime factors.
		

References

  • J. Brillhart et al., Factorizations of b^n +- 1. Contemporary Mathematics, Vol. 22, Amer. Math. Soc., Providence, RI, 3rd edition, 2002.

Crossrefs

Cf. A086251.

Extensions

More terms from David Wasserman, Feb 22 2005
a(10) from Hugo Pfoertner, Aug 06 2019