|
|
A362383
|
|
Number of labeled right involutory magmas with n elements.
|
|
4
|
|
|
1, 1, 4, 64, 10000, 11881376, 192699928576, 36175612601171968, 116077185312503648813056, 5817168207073186596352000000000, 5962207128673051739782035558293177368576, 119898867867315010793162270409575082620582830800896, 57436979804085599487337333419576950752550097125586310052970496
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,3
|
|
COMMENTS
|
A magma with element set X is right involutory if (xy)y = x for x,y in X.
|
|
LINKS
|
|
|
FORMULA
|
|
|
MAPLE
|
b:= proc(n) b(n):= `if`(n<2, 1, b(n-1)+(n-1)*b(n-2)) end:
a:= n-> b(n)^n:
|
|
PROG
|
b(n)=sum(j=0, n\2, binomial(n, 2*j)*(2*j)!/(2^j*j!))
a(n)=b(n)^n
|
|
CROSSREFS
|
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|