cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-10 of 58 results. Next

A002489 a(n) = n^(n^2), or (n^n)^n.

Original entry on oeis.org

1, 1, 16, 19683, 4294967296, 298023223876953125, 10314424798490535546171949056, 256923577521058878088611477224235621321607, 6277101735386680763835789423207666416102355444464034512896, 196627050475552913618075908526912116283103450944214766927315415537966391196809
Offset: 0

Views

Author

Keywords

Comments

The number of closed binary operations on a set of order n. Labeled groupoids.
The values of "googol" in base N: "10^100" in base 2 is 2^4=16; "10^100" in base 3 is 3^9=19683, etc. This is N^^3 by the "lower-valued" (left-associative) definition of the hyper4 or tetration operator (see Munafo webpage). - Robert Munafo, Jan 25 2010
n^(n^k) = (((n^n)^n)^...)^n, with k+1 n's, k >= 0. - Daniel Forgues, May 18 2013

Examples

			a(3) = 19683 because (3^3)^3 = 3^(3^2) = 19683.
		

References

  • John S. Rose, A Course on Group Theory, Camb. Univ. Press, 1978, see p. 6.
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

a(n) = A079172(n) + A023814(n) = A079176(n) + A079179(n);
a(n) = A079182(n) + A023813(n) = A079186(n) + A079189(n);
a(n) = A079192(n) + A079195(n) + A079198(n) + A023815(n).

Programs

Formula

a(n) = [x^(n^2)] 1/(1 - n*x). - Ilya Gutkovskiy, Oct 10 2017
Sum_{n>=1} 1/a(n) = A258102. - Amiram Eldar, Nov 11 2020

A001423 Number of semigroups of order n, considered to be equivalent when they are isomorphic or anti-isomorphic (by reversal of the operator).

Original entry on oeis.org

1, 1, 4, 18, 126, 1160, 15973, 836021, 1843120128, 52989400714478, 12418001077381302684
Offset: 0

Views

Author

Keywords

References

  • David Nacin, "Puzzles, Parity Maps, and Plenty of Solutions", Chapter 15, The Mathematics of Various Entertaining Subjects: Volume 3 (2019), Jennifer Beineke & Jason Rosenhouse, eds. Princeton University Press, Princeton and Oxford, p. 245.
  • R. J. Plemmons, There are 15973 semigroups of order 6, Math. Algor., 2 (1967), 2-17; 3 (1968), 23.
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Formula

a(n) = (A027851(n) + A029851(n))/2.

Extensions

a(9) added by Andreas Distler, Jan 12 2011
a(10) from Distler et al. 2012, added by Andrey Zabolotskiy, Nov 08 2018

A027851 Number of nonisomorphic semigroups of order n.

Original entry on oeis.org

1, 1, 5, 24, 188, 1915, 28634, 1627672, 3684030417, 105978177936292
Offset: 0

Views

Author

Christian G. Bower, Dec 13 1997, updated Feb 19 2001

Keywords

Crossrefs

Formula

a(n) = A001423(n)*2 - A029851(n).
a(n) + A079173(n) = A001329(n).

Extensions

a(8)-a(9) from Andreas Distler, Jan 13 2011

A001426 Number of commutative semigroups of order n.

Original entry on oeis.org

1, 1, 3, 12, 58, 325, 2143, 17291, 221805, 11545843, 3518930337
Offset: 0

Views

Author

Keywords

References

  • P. A. Grillet, Computing Finite Commutative Semigroups, Semigroup Forum 53 (1996), 140-154.
  • P. A. Grillet, Computing Finite Commutative Semigroups: Part II, Semigroup Forum 67 (2003), 159-184.
  • R. J. Plemmons, There are 15973 semigroups of order 6, Math. Algor., 2 (1967), 2-17; 3 (1968), 23.
  • R. J. Plemmons, Cayley Tables for All Semigroups of Order Less Than 7. Department of Mathematics, Auburn Univ., 1965.
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

a(n) + A079193(n) + A079196(n) + A079199(n) = A001329(n).

Extensions

a(8) (from the Satoh et al. paper) supplied by Richard C. Schroeppel, Jul 22 2005
a(9) and a(10) from Grillet references sent by Jens Zumbragel (jzumbr(AT)math.unizh.ch), Jun 14 2006

A079171 Number of isomorphism classes of closed binary operations (groupoids) on a set of order n, listed by class size.

Original entry on oeis.org

1, 4, 6, 3, 12, 78, 3237, 2, 1, 14, 30, 275, 495, 48810, 178932325
Offset: 1

Views

Author

Christian van den Bosch (cjb(AT)cjb.ie), Jan 03 2003

Keywords

Comments

Elements per row: 1,2,4,8,16,30,... (given by A027423, number of positive divisors of n!)
A002489(n) is equal to the sum of the products of each element in row n of this sequence and the corresponding element of A079210.
The sum of each row n is given by A001329(n).

Examples

			First four rows:
  1;
  4, 6;
  3, 12, 78, 3237;
  2, 1, 14, 30, 275, 495, 48810, 178932325.
		

Crossrefs

Cf. A002489, A001329. a(n, A027423(n)) = A030245(n).

A001425 Number of commutative groupoids with n elements.

Original entry on oeis.org

1, 1, 4, 129, 43968, 254429900, 30468670170912, 91267244789189735259, 8048575431238519331999571800, 24051927835861852500932966021650993560, 2755731922430783367615449408031031255131879354330
Offset: 0

Views

Author

Keywords

References

  • Satoh, S.; Yama, K.; and Tokizawa, M., Semigroups of order 8, Semigroup Forum 49 (1994), 7-29. [Background]
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
  • T. Tamura, Some contributions of computation to semigroups and groupoids, pp. 229-261 of J. Leech, editor, Computational Problems in Abstract Algebra. Pergamon, Oxford, 1970.

Crossrefs

Formula

a(n) = sum {1*s_1+2*s_2+...=n} (fixA[s_1, s_2, ...]/(1^s_1*s_1!*2^s_2*s2!*...)) where fixA[s_1, s_2, ...] = prod {i>=j>=1} f(i, j, s_i, s_j) where f(i, j, s_i, s_j) = {i=j, odd} (sum {d|i} (d*s_d))^((i*s_i^2+s_i)/2) or {i=j, even} (sum {d|i} (d*s_d))^(i*s_i^2/2) * (sum {d|i/2} (d*s_d))^s_i or {i != j} (sum {d|lcm(i, j)} (d*s_d))^(gcd(i, j)*s_i*s_j)
a(n) asymptotic to (n^binomial(n+1, 2))/n! = A023813(n)/A000142(n) ~ e^n*n^binomial(n, 2) / sqrt(2*pi*n).

Extensions

More terms from Christian G. Bower Feb 15 1998 and May 15 1998. Formula Dec 03 2003.

A079196 Number of isomorphism classes of non-associative commutative closed binary operations on a set of order n.

Original entry on oeis.org

0, 0, 1, 117, 43910, 254429575, 30468670168769, 91267244789189717968, 8048575431238519331999349995, 24051927835861852500932966021639447717, 2755731922430783367615449408031031255128360423993
Offset: 0

Views

Author

Christian van den Bosch (cjb(AT)cjb.ie), Jan 03 2003

Keywords

Crossrefs

Row sums of A079197.
Cf. A001329, A001425, A001426, A079193, A079195 (labeled case), A079199.

Formula

A079193(n) + a(n) + A079199(n) + A001426(n) = A001329(n).
a(n) = A001425(n) - A001426(n). - Andrew Howroyd, Jan 26 2022

Extensions

a(0)=0 prepended and a(5)-a(10) added by Andrew Howroyd, Jan 26 2022

A001428 Number of inverse semigroups of order n, considered to be equivalent when they are isomorphic or anti-isomorphic (by reversal of the operator).

Original entry on oeis.org

1, 2, 5, 16, 52, 208, 911, 4637, 26422, 169163, 1198651, 9324047, 78860687, 719606005, 7035514642
Offset: 1

Views

Author

Keywords

References

  • S. Satoh, K. Yama, and M. Tokizawa, Semigroups of order 8, Semigroup Forum 49 (1994), 7-29.
  • H. Juergensen and P. Wick, Die Halbgruppen von Ordnungen <= 7, Semigroup Forum, 14 (1977), 69-79.
  • R. J. Plemmons, Cayley Tables for All Semigroups of Order Less Than 7. Department of Mathematics, Auburn Univ., 1965.
  • R. J. Plemmons, There are 15973 semigroups of order 6, Math. Algor., 2 (1967), 2-17; 3 (1968), 23.
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
  • M. V. Lawson, Inverse Semigroups: The Theory of Partial Symmetries, World Scientific, 1998. [From Jonathan Vos Post, Mar 08 2010]
  • G. B. Preston, "Inverse semi-groups". Journal of the London Mathematical Society 29: 396-403. [From Jonathan Vos Post, Mar 08 2010]
  • V. V. Wagner (1952). "Generalised groups". Proceedings of the USSR Academy of Sciences 84: 1119-1122. (Russian) English translation. [From Jonathan Vos Post, Mar 08 2010]

Crossrefs

Cf. A234843 (commutative inverse semigroups), A234844 (inverse monoids), A234845 (commutative inverse monoids).

Extensions

a(8) and a(9) from Andreas Distler, Jan 17 2011
Added more terms (from the Malandro reference), Joerg Arndt, Dec 30 2013

A079177 Number of isomorphism classes of non-anti-associative closed binary operations on a set of order n.

Original entry on oeis.org

0, 8, 3320, 178964172
Offset: 1

Views

Author

Christian van den Bosch (cjb(AT)cjb.ie), Jan 03 2003

Keywords

Comments

Each a(n) is equal to the sum of the elements in row n of A079178.

Crossrefs

A079199 Number of isomorphism classes of associative non-commutative closed binary operations on a set of order n.

Original entry on oeis.org

0, 2, 12, 130, 1590, 26491, 1610381, 3683808612, 105978166390449
Offset: 1

Views

Author

Christian van den Bosch (cjb(AT)cjb.ie), Jan 03 2003

Keywords

Comments

Each a(n) is equal to the sum of the elements in row n of A079200.
Since this is the number of nonisomorphic noncommutative semigroups of order n, A079199(n)=A027851(n)-A001426(n). - Stanislav Sykora, Apr 03 2016

Crossrefs

Extensions

Added terms a(5)-a(9). - Stanislav Sykora, Apr 03 2016
Showing 1-10 of 58 results. Next