OFFSET
1,1
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
REFERENCES
Ribenboim, P. The New Book of Prime Number Records. New York: Springer-Verlag, pp. 360-361, 1996
LINKS
Eric Weisstein's World of Mathematics, Woodall Numbers.
EXAMPLE
If p=3, 3*2^3 - 1 = 23.
If p=11, 11*2^11 - 1 = 22527.
MATHEMATICA
Table[ Prime[n]*2^Prime[n] - 1, {n, 17}] (* Robert G. Wilson v, Nov 16 2004 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Parthasarathy Nambi, Nov 13 2004
EXTENSIONS
More terms from Robert G. Wilson v, Nov 15 2004
STATUS
approved