A099051 p*2^p - 1 where p is prime.
7, 23, 159, 895, 22527, 106495, 2228223, 9961471, 192937983, 15569256447, 66571993087, 5085241278463, 90159953477631, 378231999954943, 6614661952700415, 477381560501272575, 34011184385901985791
Offset: 1
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
Links
- Eric Weisstein's World of Mathematics, Woodall Numbers.
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
Comments