OFFSET
1,2
COMMENTS
Woodall primes are prime numbers of the form n*2^n-1.
REFERENCES
A. Cunningham and H. J. Woodall, Factorisation of Q=(2^q+-q) and (q 2^q+-1), Messenger Math. 47 (1917), pp. 1-38.
LINKS
Wilfrid Keller, New Cullen Primes, Mathematics of Computation, Vol. 64, No. 212 (Ocober 1995), pp. 1733-1741.
Woodhall Primes, Definition And Status.
EXAMPLE
As the sixth Woodall prime is a 27-digit number, we have a(6)= 27
MATHEMATICA
IntegerLength/@Select[Table[n 2^n-1, {n, 10000}], PrimeQ] (* The program generates the first 18 terms of the sequence. *) (* Harvey P. Dale, Feb 05 2023 *)
CROSSREFS
KEYWORD
base,hard,nonn
AUTHOR
Ant King, Feb 12 2008
STATUS
approved