A372241 a(n) = Product_{j=1..n} j^(ceiling(sqrt(j))).
1, 1, 4, 36, 576, 72000, 15552000, 5334336000, 2731180032000, 1991030243328000, 19910302433280000000, 291506737925652480000000, 6044683717626329825280000000, 172642211659125606139822080000000, 6632223203096969285467405025280000000, 335756299656784070076787379404800000000000
Offset: 0
Keywords
Links
- Vaclav Kotesovec, Graph - the asymptotic ratio (1000 terms)
Programs
-
Mathematica
Table[Product[j^(Ceiling[Sqrt[j]]), {j, 1, n}], {n, 0, 15}]