OFFSET
0,3
COMMENTS
a(n) is also the determinant of the symmetric n X n matrix M defined by M(i,j) = sigma_4(gcd(i,j)) for 1 <= i,j <= n, and n>0, where sigma_4 is A001159. - Enrique Pérez Herrero, Aug 13 2011
LINKS
Alois P. Heinz, Table of n, a(n) for n = 0..100
FORMULA
a(n) = det(S(i+4,j), 1 <= i,j <= n), where S(n,k) are Stirling numbers of the second kind. - Mircea Merca, Apr 04 2013
MAPLE
a:= n-> (n!)^4:
seq(a(n), n=0..20); # Alois P. Heinz, Aug 15 2013
MATHEMATICA
Table[((n)!)^(4), {n, 0, 10}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Artur Jasinski, Oct 22 2007
STATUS
approved