A050374 Number of ordered factorizations of n into composite factors.
1, 0, 0, 1, 0, 1, 0, 1, 1, 1, 0, 1, 0, 1, 1, 2, 0, 1, 0, 1, 1, 1, 0, 3, 1, 1, 1, 1, 0, 1, 0, 3, 1, 1, 1, 4, 0, 1, 1, 3, 0, 1, 0, 1, 1, 1, 0, 5, 1, 1, 1, 1, 0, 3, 1, 3, 1, 1, 0, 5, 0, 1, 1, 5, 1, 1, 0, 1, 1, 1, 0, 7, 0, 1, 1, 1, 1, 1, 0, 5, 2, 1, 0, 5, 1, 1, 1, 3, 0, 5, 1, 1, 1, 1, 1, 10, 0, 1, 1, 4, 0, 1
Offset: 1
Keywords
Links
Programs
-
Maple
read(transforms): [1, seq(-A005171(n), n=2..100)] ; a050374 := DIRICHLETi(%) ; # R. J. Mathar, May 26 2017
-
PARI
A050374(n) = if(1==n,n,sumdiv(n,d,if(d
A050374(d),0))); \\ Antti Karttunen, Oct 20 2017
Comments