A092931 Number of ways of factorizing n into parts whose sum divides n.
0, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 2, 1, 1, 1, 1, 1, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 5, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 4, 1, 1, 1, 2, 1, 1, 1, 1, 1, 2, 1, 4, 1, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 3, 1, 1, 1, 1, 2
Offset: 1
Keywords
Examples
a(1) = 0. The only factorization of 1 is the empty multiset, whose sum is 0 and that does not divide 1. a(16) = 4, the factorizations of 16 are 16, 8*2, 4*4, 4*2*2, 2*2*2*2. In four of them, all except 8*2, the sum of the parts divides 16. a(30) = 2 because (besides 30 itself) we have 30 = 2 * 3 * 5 and 2 + 3 + 5 = 10 which divides 30. a(100) = 3 from 100 = 5*20 = 10*10.
References
- Amarnath Murthy, "Generalization of partition function, introducing Smarandache Factor partition", Smarandache Notions Journal, Vol. 11, 1-2-3, 2000.
Links
- Richard J Mathar, Table of n, a(n) for n = 1..10000
- Richard J Mathar, Maple program
Extensions
More terms from Jonathan Vos Post, Mar 21 2006
More terms from Franklin T. Adams-Watters, Jun 12 2006
a(100) corrected by N. J. A. Sloane, Nov 23 2007
Comments