login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A137811 Number of digits in the n-th Woodall prime. 0
1, 2, 3, 11, 25, 27, 37, 40, 78, 112, 119, 142, 157, 229, 251, 1603, 2339, 2874, 3731, 4768, 5690, 6920, 6930, 29725, 43058, 45468, 200815 (list; graph; refs; listen; history; text; internal format)
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.
FORMULA
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
Sequence in context: A363141 A065849 A136402 * A041955 A239445 A157161
KEYWORD
base,hard,nonn
AUTHOR
Ant King, Feb 12 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)