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.

Showing 1-1 of 1 results.

A137811 Number of digits in the n-th Woodall prime.

Original entry on oeis.org

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, 359799, 382007, 441847, 606279, 712818, 1129757, 5122515
Offset: 1

Views

Author

Ant King, Feb 12 2008

Keywords

Comments

Woodall primes are prime numbers of the form k*2^k-1.

Examples

			As the sixth Woodall prime is a 27-digit number, we have a(6)= 27
		

Crossrefs

Programs

  • 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 *)

Formula

a(n) = A055642(A050918(n)).

Extensions

a(28)-a(34) from Amiram Eldar, Jul 19 2025
Showing 1-1 of 1 results.