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!)
A336940 Number of odd divisors of n!. 2

%I #28 Aug 27 2020 10:09:17

%S 1,1,1,2,2,4,6,12,12,20,30,60,72,144,216,336,336,672,864,1728,2160,

%T 3200,4800,9600,10560,14784,22176,28224,35280,70560,86400,172800,

%U 172800,245760,368640,497664,559872,1119744,1679616,2363904,2626560,5253120,6451200,12902400,16128000

%N Number of odd divisors of n!.

%H Seiichi Manyama, <a href="/A336940/b336940.txt">Table of n, a(n) for n = 0..10000</a>

%F a(n) = A001227(n!).

%F a(n) = A000005(A049606(n)).

%F a(n) + A337257(n) = A027423(n) = A000005(n!).

%F From _Seiichi Manyama_, Aug 27 2020: (Start)

%F If p is odd prime, a(p) = 2 * a(p-1).

%F a(n) = A027423(n) / A113474(n) for n > 0. (End)

%e The a(1) = 1 through a(8) = 12 divisors:

%e 1 1 1 1 1 1 1 1

%e 3 3 3 3 3 3

%e 5 5 5 5

%e 15 9 7 7

%e 15 9 9

%e 45 15 15

%e 21 21

%e 35 35

%e 45 45

%e 63 63

%e 105 105

%e 315 315

%t Table[Length[Select[Divisors[n!],OddQ]],{n,0,15}]

%o (PARI) a(n) = sumdiv(n!, d, d%2); \\ _Michel Marcus_, Aug 24 2020

%o (PARI) a(n) = numdiv(prod(k=1, n, k >> valuation(k, 2))); \\ _Michel Marcus_, Aug 27 2020

%Y A049606 gives the maximum among these divisors, with quotient A060818.

%Y A337257 is the even version.

%Y A000265 gives the maximum odd divisor of n.

%Y A001227 counts odd divisors.

%Y A183063 counts even divisors.

%Y Cf. A000005, A001013, A001055, A006939, A113474, A124010, A253249.

%Y Factorial numbers: A000142, A022559, A027423 (divisors), A048656, A071626, A076716 (factorizations), A325272, A325273, A325617, A336414, A336498.

%K nonn

%O 0,4

%A _Gus Wiseman_, Aug 23 2020

%E a(36)-a(44) from _Seiichi Manyama_, Aug 26 2020

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