|
Search: id:A030450
|
|
|
| A030450 |
|
Related to number of elements in the free band (idempotent semigroup) on n generators. |
|
+0 4
|
|
| 1, 1, 4, 144, 331776, 2751882854400, 272622932796264897576960000, 3641839910835401567626683591527643364677019238400000000
(list; graph; listen)
|
|
|
OFFSET
|
0,3
|
|
|
REFERENCES
|
J. Howie, Fundamentals of Semigroup Theory, Oxford University Press 1995, p. 123.
|
|
LINKS
|
Index entries for sequences related to semigroups
|
|
FORMULA
|
Binomial transform is A005345. - Michael Somos Oct 22 2006
a(n)=(n*a(n-1))^2 if n>0. a(0)=1. - Michael Somos Oct 22 2006
a(n) = Product_{i=1..n} (n-i+1)^(2^i).
|
|
MATHEMATICA
|
s=1; lst={}; Do[AppendTo[lst, s*=s*=n], {n, 9}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Oct 20 2009]
|
|
PROGRAM
|
(PARI) {a(n)=if(n<0, 0, prod(i=1, n, (n-i+1)^2^i))} /* Michael Somos Oct 22 2006 */
|
|
CROSSREFS
|
Cf. A030449.
A052129(n)=n*a(n-1) if n>0.
Sequence in context: A069135 A138176 A055209 this_sequence A041629 A159197 A160470
Adjacent sequences: A030447 A030448 A030449 this_sequence A030451 A030452 A030453
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
marcel_j(AT)hilbert.maths.utas.edu.au (Marcel Jackson)
|
|
|
Search completed in 0.002 seconds
|