This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A057527 #12 Jan 08 2024 14:08:19 %S A057527 1,1,2,48,331776,79254226206720,471092427871945743012986880000, %T A057527 351177419973413722592573060611594181593855426560000000000 %N A057527 4th level factorials: product of first n superduperfactorials. %C A057527 In general for k-th level factorials a(n) =Product of first n (k-1)-th level factorials =Product[i^C(n-i+k-1,n-i)] over 1<=i<=n. %F A057527 a(n) =a(n-1)*A055462(n) =Product[i^A000332(n-i)] over 1<=i<=n. %F A057527 a(n) ~ exp(11/72 - 5*n/6 - 4*n^2/3 - 11*n^3/18 - 25*n^4/288 + Zeta(3)*(n+2) / (8*Pi^2) + Zeta'(-3)/6) * n^(251/720 + n + 11*n^2/12 + n^3/3 + n^4/24) * (2*Pi)^((n+1)*(n+2)*(n+3)/12) / A^(11/6 + 2*n + n^2/2), where Zeta(3) = A002117, Zeta'(-3) = A259068 = 0.0053785763577743011444169742104138428956644397... and A = A074962 = 1.28242712910062263687534256886979... is the Glaisher-Kinkelin constant. - _Vaclav Kotesovec_, Jul 24 2015 %e A057527 a(4) =((4!*3!*2!*1!)*(3!*2!*1!)*(2!*1!)*(1!)) * ((3!*2!*1!)*(2!*1!)*(1!)) * ((2!*1!)*(1!)) * ((1!)) =24*6^3*2^6*1^10 =331776 %t A057527 Table[Product[i^Binomial[n-i+3,3],{i,1,n}],{n,0,10}] (* _Vaclav Kotesovec_, Jul 24 2015 *) %t A057527 Nest[FoldList[Times,#]&,Range[0,8]!,3] (* _Harvey P. Dale_, Jan 08 2024 *) %Y A057527 Cf. A000142, A000178, A055462, A057528, A260404 for first, second, third, fifth and sixth level factorials. %K A057527 easy,nonn %O A057527 0,3 %A A057527 _Henry Bottomley_, Sep 02 2000