A381575 Number of disjoint-union partial algebras with zero on [n].
1, 2, 7, 68, 4619, 15621334
Offset: 0
References
- Hirsch, R., & McLean, B. (2017). Disjoint-union partial algebras. Logical Methods in Computer Science, 13.
Links
- Robin Hirsch and Brett McLean, Disjoint-union partial algebras, arXiv:1612.00252 [math.RA], 2016-2017.
Programs
-
Python
def A381575(n): cnt=0 for p in range(1,2**(2**n),2): for a in range(1,2**n): if p&(1<Bert Dobbelaere, Mar 16 2025
Comments