a(n) = Product_{k=1..n} sigma(k)/d(k), where sigma(k) = Sum_{j|k} j and d(k) = Sum_{j|k} 1. Set a(n) = 0 if the corresponding product is not an integer (e.g., for n=2 and n=10).
A109361
a(n) = Product_{k=1..n} sigma(k)/d(k), where sigma(k) = Sum_{j|k} j and d(k) = Sum_{j|k} 1. Set a(n) = 0 if the corresponding product is not an integer (e.g., for n=2 and n=10).
Terms
- a(0) =1a(1) =0a(2) =3a(3) =7a(4) =21a(5) =63a(6) =252a(7) =945a(8) =4095a(9) =0a(10) =110565a(11) =515970a(12) =3611790a(13) =21670740a(14) =130024440a(15) =806151528a(16) =7255363752a(17) =47159864388a(18) =471598643880
External references
- oeis: A109361