login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A036740 (n!)^n. 22
1, 1, 4, 216, 331776, 24883200000, 139314069504000000, 82606411253903523840000000, 6984964247141514123629140377600000000, 109110688415571316480344899355894085582848000000000 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

(-1)^n*a(n) is the determinant of the n X n matrix m_{i,j}=T(n+i,j) 1<=i,j<=n. where T(n,k) are the signed Stirling numbers of first kind A008275. Derived from methods given in Krattenthaler link. - Benoit Cloitre (benoit7848c(AT)orange.fr), Sep 17 2005

Contribution from W. Edwin Clark (eclark(AT)math.usf.edu), Apr 09 2009: (Start)

a(n) is also the number of binary operations on an n element set which are

right (or left) cancellative. These are also called right (left) cancellative

magma or groupoids. The multiplication table of a right (left) cancellative

magma is an n by n matrix with entries from an n element set such that the

elements in each column (or row) are distinct. (End)

This sequence is mentioned in "Experimentation in Mathematics" as a sum-of-powers determinant. - John M. Campbell, May 7, 2011

REFERENCES

J. Borwein, D. Bailey and R. Girgensohn, "Experimentation in Mathematics: Computational Paths to Discovery", A K Peters, Ltd., 2004, p. 207.

LINKS

Christian Krattenthaler, Advanced Determinant Calculus.

FORMULA

a(n) = a(n-1)*n^n*(n-1)! = a(n-1)*A000169(n)*A000142(n) = A036740(n-1)*A000312(n)*A000142(n-1). - Henry Bottomley (se16(AT)btinternet.com), Dec 06 2001

a(n)=prod(k=1, n, (k-1)!*k^k); a(n)=A000178(n-1)*A002109(n) - Benoit Cloitre (benoit7848c(AT)orange.fr), Sep 17 2005

MATHEMATICA

lst={}; Do[a=n!^n; AppendTo[lst, a], {n, 0, 13}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Oct 01 2008]

PROG

(PARI) a(n)=n!^n

CROSSREFS

A002109(n)*A000178(n-1) = (n!)^n = A036740(n) for n >= 1.

Sequence in context: A091287 A055627 A167888 * A038786 A072694 A068210

Adjacent sequences:  A036737 A036738 A036739 * A036741 A036742 A036743

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 10:50 EST 2012. Contains 205904 sequences.