A165344 Second series of Hankel determinants based on A001044(n+1)=((n+1)!)^2 : a(n)=det(A001044(i+j-1))=det(((i+j-1)!)^2), i,j=1,2...n. Hankel transform of A001044(n+1).
1, 20, 75456, 222049714176, 1446859308630697574400, 47680530046593302430474043392000000, 15747911603441625571224989926437024694272000000000000
Offset: 0
Keywords
Programs
-
Mathematica
nmax = 10; Table[Det[Table[((i+j-1)!)^2, {i, 1, k}, {j, 1, k}]], {k, 1, nmax}] (* Vaclav Kotesovec, Feb 24 2019 *)
Comments