A267096 a(n) = Product_{i=0..n} prime(i+2)^binomial(n,i).
3, 15, 525, 1414875, 41985913344375, 433555011900329243987584396875, 3514495551481947615680580256869117013417604971088496013610671875
Offset: 0
Keywords
Examples
Terms are obtained by exponentiating the odd primes in range [3 .. prime(2+n)] with the binomial coefficients obtained from row n of Pascal's triangle (A007318) and then multiplying the factors together: 3^1 3^1 * 5^1 3^1 * 5^2 * 7^1 3^1 * 5^3 * 7^3 * 11^1 3^1 * 5^4 * 7^6 * 11^4 * 13^1 etc.