A372240 a(n) = Product_{j=1..n} j^(floor(sqrt(j))).
1, 1, 2, 6, 96, 2400, 86400, 4233600, 270950400, 197522841600, 197522841600000, 262902902169600000, 454296214949068800000, 998088784243104153600000, 2738755623963077797478400000, 9243300230875387566489600000000, 605768923930649399557462425600000000
Offset: 0
Keywords
Links
- Vaclav Kotesovec, Graph - the asymptotic ratio of log(a(n)) and log(A372241(n))
Programs
-
Mathematica
Table[Product[j^(Floor[Sqrt[j]]), {j, 1, n}], {n, 0, 17}]