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!)
A271718 Numbers n such that n*(n+1)^n - 1 is prime. 2
2, 3, 7, 14, 43, 81, 943, 1621 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The corresponding primes are a subset of the generalized Woodall primes (A210340).
LINKS
EXAMPLE
14 is a member because 14*15^14 - 1 = 408700964355468749 is a prime number.
MATHEMATICA
Select[Range[10^3], PrimeQ[# (# + 1)^# - 1] &] (* Michael De Vlieger, Apr 12 2016 *)
PROG
(PARI) for(n=1, 10^10, ispseudoprime(n*(n+1)^n-1)&&print1(n, ", "))
CROSSREFS
Sequence in context: A113182 A165433 A238728 * A222626 A006627 A077161
KEYWORD
nonn,hard,more
AUTHOR
Jeppe Stig Nielsen, Apr 12 2016
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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)