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!)
A110709 Nonprimes of the form n*(n-1)^n - 1. 2
1, 323, 93749, 1959551, 46118407, 1207959551, 37661140520651, 1390911669927935, 55123269399790045, 2333521433367183359, 105094533691406249999, 5017514388048998039551, 13456471561751415850795007, 751799469150919163867112019 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
If n = 3, then 3*2^3 - 1 = 23 is prime, so 23 is not in this sequence.
LINKS
EXAMPLE
a(1) = 1 = 2*1^2 - 1.
a(2) = 323 = 4*3^4 - 1.
MATHEMATICA
Select[Table[n (n - 1)^n - 1, {n, 2, 20}], ! PrimeQ[#] &] (* Vincenzo Librandi, Mar 22 2014 *)
PROG
(Magma) [a: n in [2..40] | not IsPrime(a) where a is n*(n-1)^n-1]; // Vincenzo Librandi, Jun 13 2011
CROSSREFS
Sequence in context: A210056 A202984 A346387 * A298271 A006465 A272298
KEYWORD
nonn
AUTHOR
EXTENSIONS
Corrected and extended by Vincenzo Librandi, Jun 13 2011
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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)