A129365 a(n) = A092287(n)/A129364(n).
1, 1, 1, 1, 1, 2, 2, 2, 6, 48, 48, 48, 48, 1536, 207360, 207360, 207360, 1105920, 1105920, 17694720, 30098718720, 15410543984640, 15410543984640, 481579499520, 60197437440000, 123284351877120000, 29958097506140160000
Offset: 1
Links
- Wikipedia, De Polignac's formula.
Formula
a(n) = ( Product_{j = 1..n} Product_{k = 1..n} gcd(j,k) ) / ( Product_{j = 1..n} Product_{d|j} d^(j/d) ).
a(n) = ( Product_{j = 1..n} Product_{k = 1..n} gcd(j,k) ) / ( Product_{k = 1..n} (floor(n/k)!)^k ).
Comments