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!)
A216441 a(n) = n! mod !n. 1

%I #11 Feb 15 2017 02:56:51

%S 0,0,6,32,190,1332,10654,95888,958878,10547660,126571918,1645434936,

%T 23036089102,345541336532,5528661384510,93987243536672,

%U 1691770383660094,32143637289541788,642872745790835758,13500327661607550920,297007208555366120238,6831165796773420765476

%N a(n) = n! mod !n.

%C !n is a subfactorial number (A000166).

%H Indranil Ghosh, <a href="/A216441/b216441.txt">Table of n, a(n) for n = 2..449</a>

%e a(5) = 5! mod !5 = 120 mod 44 = 32. - _Indranil Ghosh_, Feb 15 2017

%p with(numtheory): f:=n->sum(n!*(((-1)^k)*1/k!), k=0..n):for n from 1 to 30 do: x:=irem(n!,f(n)): printf(`%d, `, x):od:

%t Table[Mod[n !, Subfactorial[n]],{n,100} ]

%Y Cf. A000166, A000142, A055596.

%K nonn

%O 2,3

%A _Michel Lagneau_, Sep 07 2012

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