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.

A099051 p*2^p - 1 where p is prime.

Original entry on oeis.org

7, 23, 159, 895, 22527, 106495, 2228223, 9961471, 192937983, 15569256447, 66571993087, 5085241278463, 90159953477631, 378231999954943, 6614661952700415, 477381560501272575, 34011184385901985791
Offset: 1

Views

Author

Parthasarathy Nambi, Nov 13 2004

Keywords

Comments

This is the subset of Woodall numbers of prime index. The 9th largest known Woodall prime is in this sequence: 12379*2^12379-1, where 12379 is prime, as found by Wilfrid Keller in 1984. Smaller primes are when p = 2, 3, 751. These numbers can also be semiprime, as when p = 159, 163, or 211 and hard to factor as when n = 349 (108 digits). - Jonathan Vos Post, Nov 19 2004

Examples

			If p=3, 3*2^3 - 1 = 23.
If p=11, 11*2^11 - 1 = 22527.
		

References

  • Ribenboim, P. The New Book of Prime Number Records. New York: Springer-Verlag, pp. 360-361, 1996

Crossrefs

Similar to Woodall numbers (A003261). Cf. A002234.

Programs

  • Mathematica
    Table[ Prime[n]*2^Prime[n] - 1, {n, 17}] (* Robert G. Wilson v, Nov 16 2004 *)

Extensions

More terms from Robert G. Wilson v, Nov 15 2004