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!)
A056051 a(n) = (n-2)! - 1 (mod n). 2
0, 0, 1, 0, -1, 0, -1, -1, -1, 0, -1, 0, -1, -1, -1, 0, -1, 0, -1, -1, -1, 0, -1, -1, -1, -1, -1, 0, -1, 0, -1, -1, -1, -1, -1, 0, -1, -1, -1, 0, -1, 0, -1, -1, -1, 0, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1, -1, 0, -1, 0, -1, -1, -1, -1, -1, 0, -1, -1, -1, 0, -1, 0, -1, -1, -1, -1, -1, 0, -1, -1, -1, 0, -1, -1, -1, -1, -1, 0, -1, -1, -1, -1 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,1
COMMENTS
(n-2)! - 1 is congruent to 0 iff n is a prime and is congruent to -1 iff n is a composite > 4.
LINKS
MATHEMATICA
Do[m = Mod[(n - 2)! - 1, n]; If[m < 2, Print[m], Print[m - n]], {n, 2, 100}]
PROG
(PARI) A056051(n) = { my(m=(((n-2)!-1)%n)); if(m < 2, m, m-n); }; \\ Antti Karttunen, Sep 14 2017, after Mathematica-code.
CROSSREFS
Cf. A005171.
Sequence in context: A178226 A288622 A095907 * A143541 A359583 A344120
KEYWORD
easy,sign
AUTHOR
Robert G. Wilson v, Jul 25 2000
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 18 09:20 EDT 2024. Contains 371769 sequences. (Running on oeis4.)