The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A210340 Generalized Woodall primes: any primes that can be written in the form n*b^n - 1 with n+2 > b > 2. 2
17, 191, 4373, 5119, 524287, 590489, 3124999, 14680063, 3758096383, 6973568801, 34867844009, 85449218749, 824633720831, 1099999999999, 1618481116086271, 11577835060199423, 14999999999999999, 29311444762388081, 73123168801259519 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Arkadiusz Wesolowski, Table of n, a(n) for n = 1..170
Chris Caldwell, The Prime Glossary, Woodall prime
G. L. Honaker, Jr. and Chris Caldwell, 17962...40287 (1006-digits)
G. L. Honaker, Jr. and Chris Caldwell, 19981...99999 (10028-digits)
PrimeGrid, Home Page
Wikipedia, Woodall number
EXAMPLE
167*2^668 - 1 is a prime number and 167*2^668 - 1 = 167*16^167 - 1, so this number is in the sequence.
MATHEMATICA
lst = {}; Do[p = n*b^n - 1; If[p < 10^200 && PrimeQ[p], AppendTo[lst, p]], {b, 3, 100}, {n, b - 1, 413}]; Sort@lst
CROSSREFS
Sequence in context: A141993 A025467 A322122 * A021494 A300172 A160658
KEYWORD
nonn
AUTHOR
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 May 14 06:13 EDT 2024. Contains 372528 sequences. (Running on oeis4.)