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.

Previous Showing 51-58 of 58 results.

A120929 Partial sums of n^(n^2), A002489.

Original entry on oeis.org

1, 2, 18, 19701, 4294986997, 298023228171940122, 10314424798788558774343889178, 256923577521069192513410265783009965210785, 6277101735386681020759366944276858929512621227473999723681
Offset: 0

Views

Author

Jonathan Vos Post, Aug 18 2006

Keywords

Comments

After 2, can this ever be prime? This is to A001923 Sum k^k, k=1..n, as k^k^k is to k^k.

Examples

			a(0) = 1 because A002489(0) is given formally as 0^0^0 = 1.
a(1) = 2 because 1 + (1^1)^1 = 1 + 1 = 2.
a(2) = 18 because 2 + (2^2)^2 = 2 + 16 = 18.
a(3) = 19701 because 18 + (3^3)^3 = 18 + 19683 = 19701.
a(4) = 4294986997 = 19701 + (4^4)^4 = 19701 + 4294967296.
		

Crossrefs

Programs

  • Mathematica
    Accumulate[Join[{1},Table[n^(n^2),{n,9}]]] (* Harvey P. Dale, Apr 10 2014 *)

Formula

a(n) = Sum_{i=0..n} i^(i^2). a(n) = Sum_{i=0..n} (i^i)^i. In this sequence, we formally define 0^0 = 1.

Extensions

More terms from Harvey P. Dale, Apr 10 2014

A154238 Number of orbits of the action g*b = b o (g x g) of the group of permutations g of an n-element set S on the set of closed binary operations b on S.

Original entry on oeis.org

1, 1, 10, 3411, 179228736, 2483590604688125, 14325593551925794051596768, 50976900379139614139041610902600299311, 155682086692129060007763454017522652304844346252853248
Offset: 0

Views

Author

David Pasino, Jan 05 2009, Jan 08 2009, Jan 12 2009

Keywords

Comments

Here are several different ways of expressing the condition that g*b = b:
b(u, v) = b(gu, gv) for all u, v in S.
The level sets of b are closed under g x g.
The level sets of b are unions of cycles of g x g.
The cycles of g x g are subsets of level sets of b.
b is constant on cycles of g x g.
There is no requirement for g to be an automorphism of b. Given g, the fixed b are determined by simply choosing a value in S for each cycle of g x g. The product b(u, v) is defined to be that constant value for every (u, v) in the cycle.
So the number of degrees of freedom for b is the number of cycles of g x g. How many cycles does g have on S x S? If u is in a c-cycle C and v is in a d-cycle D, then (u, v) is in an lcm(c, d)-cycle and C x D is partitioned into these cycles, so there must be cd/lcm(c, d) of them, which is gcd(c, d).
So letting s_k be the number of k-cycles of g on S for each k from 1 to n, the total number of cycles of g on S x S is the sum on k and j of gcd(k, j) s_k s_j. That's the number of degrees of freedom for b and each degree has valence n, so raise n to that power. Then multiply by the well-known number of permutations of type s, which is n! divided by the factorials of the s_k and by the powers k^s_k. Add this up over all the partitions of n and divide by n!.
Additional comments from Christian G. Bower: This is the number of nonisomorphic n-state relations on a set of n elements. If at the step of raising n to the power, we raised instead some constant m to that power, the formula would give the number of isomorphism classes of m-state relations on an n-element set.

Crossrefs

Cf. k-state relations: A000595 for k=2, A004105 for k=3, A001374 for k=4, A053516 for k=5.

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, ...] = n^(Sum_{i, j>=1} gcd(i, j)*s_i*s_j).

Extensions

Edited by Christian G. Bower and N. J. A. Sloane, Jan 08 2009

A001330 Number of n-element algebras with 2 binary operations.

Original entry on oeis.org

1, 1, 136, 64573605, 768614338015543296, 740148683083442627372862307855625, 147760220727384062234340471228346859265417269763446784, 13097167596472133103922286145973062271265962292695709182416029922453889335720758
Offset: 0

Views

Author

Keywords

Comments

Isomorphisms classes of a set A with two functions f1,f2: A X A -> A.

References

  • 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) = sum {1*s_1+2*s_2+...=n} (fixA[s_1, s_2, ...]/(1^s_1*s_1!*2^s_2*s_2!*...)) where fixA[s_1, s_2, ...] = Product_{i, j>=1} ( (sum {d|lcm(i, j)} (d*s_d))^(gcd(i, j)*s_i*s_j*2)).
a(n) is asymptotic to n^(2*n^2)/n! = A008972(n)/A000142(n).

Extensions

Edited and extended with formula by Christian G. Bower, Jan 06 2004

A001427 Number of regular 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, 3, 9, 42, 206, 1352, 10168, 91073, 925044
Offset: 1

Views

Author

Keywords

References

  • Tak-Shing T. Chan, YH Yang, Polar n-Complex and n-Bicomplex Singular Value Decomposition and Principal Component Pursuit, IEEE Transactions on Signal Processing ( Volume: 64, Issue: 24, Dec.15, 15 2016 ); DOI: 10.1109/TSP.2016.2612171
  • 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).

Extensions

a(8) and a(9) from Andreas Distler, Jan 17 2011

A118100 Number of commutative semigroups of order <= n.

Original entry on oeis.org

1, 2, 5, 17, 75, 400, 2543, 19834, 241639, 11787482, 3530717819
Offset: 0

Views

Author

Jonathan Vos Post, May 11 2006

Keywords

Comments

A001426(n) is the number of commutative semigroups of order n. A001426(n) + A079193(n) + A079196(n) + A079199(n) = A001329(n). 2, 5, 17, 2543 and 241639 are primes.

Examples

			a(8) = 1 + 1 + 3 + 12 + 58 + 325 + 2143 + 17291 + 221805 = 241639.
		

Crossrefs

Formula

a(n) = Sum_{i=1..n} A001426(i).

Extensions

a(9)-a(10) added using the terms in A001426 by Miles Englezou, May 27 2025

A118542 Number of nonisomorphic groupoids with <= n elements.

Original entry on oeis.org

1, 2, 12, 3342, 178985294, 2483527716080119, 14325590005802419238355799, 50976900301828909677297289506452525838, 155682086691137998248942804080553139214788341933547854
Offset: 0

Views

Author

Jonathan Vos Post, May 06 2006

Keywords

Comments

The number of isomorphism classes of closed binary operations on sets of order <= n. See formulas by Christian G. Bower in A001329 Number of nonisomorphic groupoids with n elements.

Examples

			a(5) = 1 + 1 + 10 + 3330 + 178981952 + 2483527537094825 = 2483527716080119 is prime.
		

Crossrefs

Formula

a(n) = SUM[i=0..n] A001329(i). a(n) = SUM[i=0..n] (A079173(i)+A027851(i)). a(n) = SUM[i=0..n] (A079177(i)+A079180(i)). a(n) = SUM[i=0..n] (A079183(i)+A001425(i)). a(n) = SUM[i=0..n] (A079187(i)+A079190(i)). a(n) = SUM[i=0..n] (A079193(i)+A079196(i)+A079199(i)+A001426(i)).

A186117 Number of nonisomorphic semigroups of order n minus number of groups of order n.

Original entry on oeis.org

0, 4, 23, 186, 1914, 28632, 1627671, 3684030412, 105978177936290
Offset: 1

Views

Author

Jonathan Vos Post, Feb 13 2011

Keywords

Comments

In a sense, this measures the increase in combinatorial structures available by dropping the requirement of inverses, and an identity element, in moving from the group axioms to the semigroup axioms. A semigroup is mathematical object defined for a set and a binary operator in which the multiplication operation is associative. No other restrictions are placed on a semigroup; thus a semigroup need not have an identity element and its elements need not have inverses within the semigroup. Other sequences may be derived by considering commutative semigroups and commutative groups, self-converse semigroup, counting idempotents, and the like.

Examples

			a(1) = 0 because there are unique groups and semigroups of order 1, so 1 - 1  = 0.
a(2) = 4 because there are 5 semigroups of order 2 groups and a unique group of order 2, so 5 - 1  = 4.
		

Crossrefs

Formula

a(n) = A027851(n) - A000001(n).

A384190 Number of non-isomorphic AG-groupoids of order n.

Original entry on oeis.org

1, 3, 20, 331, 31913, 40104513, 643460323187
Offset: 1

Views

Author

Elijah Beregovsky, May 21 2025

Keywords

Comments

A magma S is called an Abel-Grassmann or AG-groupoid (historically they were also called left almost semigroups, right modular groupoids and left invertive groupoids) if for all a,b,c in S (ab)c = (cb)a.

Examples

			For a(2) there are only 3 non-isomorphic AG-groupoids: the null semigroup, the semigroup formed by the set {0,1} under multiplication and the cyclic group Z2.
		

References

  • M. A. Kazim and M. Naseerudin, On almost semigroups, Alig. Bull. Math. 2, 1-7 (1972).

Crossrefs

Cf. A001329 (magmas), A124506 (semigroups), A001426, A350875, A350874.
Previous Showing 51-58 of 58 results.