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!)
A341881 Number of ordered factorizations of n into 5 factors > 1. 3

%I #12 Feb 28 2022 11:21:08

%S 1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,5,0,

%T 0,0,0,0,0,0,10,0,0,0,0,0,0,0,5,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,25,0,0,

%U 0,0,0,0,0,0,0,0,0,10,0,0,0,5,0,0,0,0,0,0,0,20,0,0,0,0,0,0,0,15

%N Number of ordered factorizations of n into 5 factors > 1.

%H Alois P. Heinz, <a href="/A341881/b341881.txt">Table of n, a(n) for n = 32..20000</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/OrderedFactorization.html">Ordered Factorization</a>

%F Dirichlet g.f.: (zeta(s) - 1)^5.

%F a(n) = -10 * A000005(n) + 10 * A007425(n) - 5 * A007426(n) + A061200(n) + 5 for n > 1.

%p b:= proc(n) option remember; series(x*(1+add(b(n/d),

%p d=numtheory[divisors](n) minus {1, n})), x, 6)

%p end:

%p a:= n-> coeff(b(n), x, 5):

%p seq(a(n), n=32..128); # _Alois P. Heinz_, Feb 22 2021

%t b[n_] := b[n] = Series[x*(1 + Sum[b[n/d],

%t {d, Divisors[n] ~Complement~ {1, n}}]), {x, 0, 6}];

%t a[n_] := Coefficient[b[n], x, 5];

%t Table[a[n], {n, 32, 128}] (* _Jean-François Alcover_, Feb 28 2022, after _Alois P. Heinz_ *)

%Y Column k=5 of A251683.

%Y Cf. A000005, A007425, A007426, A061200, A070824, A074206, A200221, A341880, A341882.

%K nonn

%O 32,17

%A _Ilya Gutkovskiy_, Feb 22 2021

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 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)