A166281 Number of ordered factorizations of the nonprimes (A018252).
1, 2, 3, 4, 2, 3, 8, 3, 3, 8, 8, 8, 3, 3, 20, 2, 3, 4, 8, 13, 16, 3, 3, 3, 26, 3, 3, 20, 13, 8, 8, 3, 48, 2, 8, 3, 8, 20, 3, 20, 3, 3, 44, 3, 8, 32, 3, 13, 8, 3, 13, 76, 3, 8, 8, 3, 13, 48, 8, 3, 44, 3, 3, 3, 20, 44, 3, 8, 3, 3, 3, 112, 8, 8, 26, 13, 20, 13, 3
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Programs
-
Mathematica
f[1] = 1; f[n_] := f[n] = DivisorSum[n, f[#] &, # < n &]; f /@ Select[Range[100], ! PrimeQ[#] &] (* Amiram Eldar, May 01 2025 *)
Formula
Extensions
Entries checked by R. J. Mathar, Oct 14 2009
Name corrected by Amiram Eldar, May 01 2025