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!)
A048657 Number of non-unitary divisors of n!. 5
0, 0, 0, 4, 8, 22, 44, 80, 144, 254, 508, 760, 1520, 2528, 3968, 5312, 10624, 14560, 29120, 40784, 60544, 95744, 191488, 242368, 339520, 531712, 676864, 916768, 1833536, 2331776, 4663552, 5527552, 7862272, 12163072, 16420864, 19593472 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
FORMULA
a(n) = A000005(n!) - 2^(A000720(n)).
a(n) = A048105(n!). - Michel Marcus, Jun 30 2017
EXAMPLE
n=5, 5!=120 has 16 divisors of which 8 are not unitary:{2,60,4,30,6,20,10,12} while {1,120,3,40,5,24,15,16} are the unitary ones.
MATHEMATICA
Table[Function[k, DivisorSum[k, 1 &, ! CoprimeQ[#, k/#] &]][n!], {n, 30}] (* Michael De Vlieger, Jun 29 2017 *)
CROSSREFS
Sequence in context: A200149 A153765 A003606 * A322284 A175655 A000639
KEYWORD
nonn
AUTHOR
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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)