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!)
A175567 (n!)^2 modulo n(n+1)/2. 3

%I #10 Aug 27 2016 14:08:48

%S 0,1,0,6,0,15,0,0,0,45,0,66,0,0,0,120,0,153,0,0,0,231,0,0,0,0,0,378,0,

%T 435,0,0,0,0,0,630,0,0,0,780,0,861,0,0,0,1035,0,0,0,0,0,1326,0,0,0,0,

%U 0,1653,0,1770,0,0,0,0,0,2145,0,0,0,2415,0,2556,0,0,0,0,0,3003,0,0,0,3321

%N (n!)^2 modulo n(n+1)/2.

%C It appears that if n is one less than an odd prime then (n!)^2 modulo n(n+1)/2 is n(n-1)/2 else 0. This result appears to hold for any even power of n!. See A119690 for similar results related to odd powers of n!.

%H Vincenzo Librandi, <a href="/A175567/b175567.txt">Table of n, a(n) for n = 1..1000</a>

%t Table[Mod[(n!)^2, (n^2 + n)/2], {n, 100}] (* _Vincenzo Librandi_, Jul 10 2014 *)

%t Table[PowerMod[n!,2,(n(n+1))/2],{n,100}] (* _Harvey P. Dale_, Aug 27 2016 *)

%o (PARI) a(n) = (n!)^2 % (n*(n+1)/2); \\ _Michel Marcus_, Jul 09 2014

%Y Cf. A119690, A169690, A175553.

%K nonn

%O 1,4

%A _John W. Layman_, Jul 12 2010

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 08:33 EDT 2024. Contains 371905 sequences. (Running on oeis4.)