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-9 of 9 results.

A050535 Number of loopless multigraphs on infinite set of nodes with n edges.

Original entry on oeis.org

1, 1, 3, 8, 23, 66, 212, 686, 2389, 8682, 33160, 132277, 550835, 2384411, 10709827, 49782637, 238998910, 1182772364, 6023860266, 31525780044, 169316000494, 932078457785, 5253664040426, 30290320077851, 178480713438362, 1073918172017297
Offset: 0

Views

Author

Vladeta Jovovic, Dec 29 1999

Keywords

Comments

Also, a(n) is the number of n-rowed binary matrices with all row sums equal to 2, up to row and column permutation (see Jovovic's formula). Also, a(n) is the limit of A192517(m,n) as m grows. - Max Alekseyev, Oct 18 2017
Row sums of the triangle defined by the Multiset Transformation of A076864,
1 ;
0 1;
0 2 1;
0 5 2 1;
0 12 8 2 1;
0 33 22 8 2 1;
0 103 72 26 8 2 1;
0 333 229 87 26 8 2 1;
0 1183 782 295 92 26 8 2 1;
0 4442 2760 1036 315 92 26 8 2 1;
0 17576 10270 3735 1129 321 92 26 8 2 1;
0 72810 39770 13976 4117 1154 321 92 26 8 2 1;
0 314595 160713 54132 15547 4237 1161 321 92 26 8 2 1;
- R. J. Mathar, Jul 18 2017
Also the number of non-isomorphic set multipartitions (multisets of sets) of {1, 1, 2, 2, 3, 3, ..., n, n}. - Gus Wiseman, Jul 18 2018

Examples

			From _Gus Wiseman_, Jul 18 2018: (Start)
Non-isomorphic representatives of the a(3) = 8 set multipartitions of {1, 1, 2, 2, 3, 3}:
  (123)(123)
  (1)(23)(123)
  (12)(13)(23)
  (1)(1)(23)(23)
  (1)(2)(3)(123)
  (1)(2)(13)(23)
  (1)(1)(2)(3)(23)
  (1)(1)(2)(2)(3)(3)
(End)
		

References

  • Frank Harary and Edgar M. Palmer, Graphical Enumeration, Academic Press, NY, 1973, p. 88, Eq. (4.1.18).

Crossrefs

Programs

Formula

a(n) = A192517(2*n,n) = A192517(m,n) for any m>=2*n. - Max Alekseyev, Oct 18 2017
Euler transform of A076864. - Andrew Howroyd, Oct 23 2019

Extensions

More terms from Sean A. Irvine, Oct 02 2011

A331461 Array read by antidiagonals: A(n,k) is the number of nonequivalent binary matrices with k columns and any number of nonzero rows with n ones in every column up to permutation of rows and columns.

Original entry on oeis.org

1, 1, 1, 1, 1, 1, 1, 2, 1, 1, 1, 3, 3, 1, 1, 1, 5, 8, 4, 1, 1, 1, 7, 23, 16, 5, 1, 1, 1, 11, 66, 93, 30, 6, 1, 1, 1, 15, 212, 652, 332, 50, 7, 1, 1, 1, 22, 686, 6369, 6414, 1062, 80, 8, 1, 1, 1, 30, 2389, 79568, 226041, 56712, 3117, 120, 9, 1, 1, 1, 42, 8682, 1256425, 12848128, 7295812, 441881, 8399, 175, 10, 1, 1
Offset: 0

Views

Author

Andrew Howroyd, Jan 18 2020

Keywords

Comments

A(n,k) is the number of non-isomorphic set multipartitions (multiset of sets) with k parts each part has size n.

Examples

			Array begins:
===========================================================
n\k | 0 1 2   3    4       5          6              7
----+-----------------------------------------------------
  0 | 1 1 1   1    1       1          1              1 ...
  1 | 1 1 2   3    5       7         11             15 ...
  2 | 1 1 3   8   23      66        212            686 ...
  3 | 1 1 4  16   93     652       6369          79568 ...
  4 | 1 1 5  30  332    6414     226041       12848128 ...
  5 | 1 1 6  50 1062   56712    7295812     1817321457 ...
  6 | 1 1 7  80 3117  441881  195486906   200065951078 ...
  7 | 1 1 8 120 8399 3006771 4298181107 17131523059493 ...
  ...
The A(2,3) = 8 matrices are:
  [1 0 0]  [1 1 0]  [1 1 1]  [1 1 0]  [1 1 0]  [1 1 1]  [1 1 0]  [1 1 1]
  [1 0 0]  [1 0 0]  [1 0 0]  [1 1 0]  [1 0 1]  [1 1 0]  [1 0 1]  [1 1 1]
  [0 1 0]  [0 1 0]  [0 1 0]  [0 0 1]  [0 1 0]  [0 0 1]  [0 1 1]
  [0 1 0]  [0 0 1]  [0 0 1]  [0 0 1]  [0 0 1]
  [0 0 1]  [0 0 1]
  [0 0 1]
		

Crossrefs

Programs

  • PARI
    \\ See A304942 for Blocks
    T(n,k)={Blocks(k, n*k, n)}
    { for(n=0, 7, for(k=0, 6, print1(T(n,k), ", ")); print) }

Formula

A306018(n) = Sum_{d|n} A(n/d, d).

A058783 Number of n-rowed binary matrices with all row sums 4, up to row and column permutation; bipartite graphs with all nodes of degree 4 in a distinguished bipartite n-block, up to isomorphism.

Original entry on oeis.org

1, 1, 5, 30, 332, 6414, 226041, 12848128, 1064292052, 119252205304, 17239075745190, 3113843614322530, 686491853010870156, 181386885029173595218, 56595769613704915215101, 20597536264356706999502705, 8652615103513713632218678155, 4157673185369121151936091009448
Offset: 0

Views

Author

Vladeta Jovovic, Nov 28 2000

Keywords

Crossrefs

Row n=4 of A331461.

Extensions

Terms a(8)-a(17) from Max Alekseyev, May 04 2018

A058785 Number of n-rowed binary matrices with all row sums 6, up to row and column permutation; bipartite graphs with all nodes of degree 6 in a distinguished bipartite n-block, up to isomorphism.

Original entry on oeis.org

1, 1, 7, 80, 3117, 441881, 195486906, 200065951078, 390629444879796, 1295710020278986959, 6764950163433890601997, 52637015698577710285832949, 585529138290221945767868247037, 9010635399744213671095287436920755
Offset: 0

Views

Author

Vladeta Jovovic, Nov 28 2000

Keywords

Crossrefs

Row n=6 of A331461.

Extensions

a(6)-a(13) from Max Alekseyev, May 04 2018

A058389 Number of 3 X 3 matrices with nonnegative integer entries and all row sums equal to n, up to row and column permutation.

Original entry on oeis.org

1, 3, 14, 44, 129, 316, 714, 1452, 2775, 4963, 8478, 13838, 21827, 33306, 49504, 71754, 101871, 141807, 194128, 261570, 347633, 456026, 591384, 758596, 963657, 1212861, 1513806, 1874440, 2304225, 2813030, 3412466, 4114608, 4933519
Offset: 0

Views

Author

Vladeta Jovovic, Nov 24 2000

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_] := (m = Mod[n, 6]; (n^3 + 9*n^2 + 39*n + 120)*n^3 + Which[m == 0, 12*(23*n^2 + 32*n + 24), m == 1 || m == 5, 249*n^2 + 303*n + 143, m == 2 || m == 4, 4*(69*n^2 + 96*n + 56), m == 3, 3*(83*n^2 + 101*n + 69)])/288; Table[a[n], {n, 0, 32}] (* Jean-François Alcover, Oct 12 2011, after Vladeta Jovovic *)
  • PARI
    \\ See A318951 for RowSumMats
    a(n)=RowSumMats(3, 3, n); \\ Andrew Howroyd, Sep 05 2018

Formula

a(n) = (1/6)*(C(C(n + 2, 2) + 2, 3) + 3/2*floor((n + 2)/2)*(C(n + 2, 2) - floor((n + 2)/2)) + 3*C(floor((n + 2)/2) + 2, 3) + 2*floor(C(n + 2, 2)/3) + 2*C(C(n + 2, 2) - 3*floor(C(n + 2, 2)/3) + 2, 3)).
Empirical G.f.: -(x^8 + 3*x^7 + 14*x^6 + 12*x^5 + 15*x^4 + 9*x^3 + 5*x^2 + 1) / ((x-1)^7*(x+1)^3*(x^2+x+1)). - Colin Barker, Dec 27 2012

Extensions

More terms from Marc LeBrun, Dec 11 2000

A058790 Number of covers of an unlabeled n-set such that every point of the set is covered by exactly 3 subsets of the cover and that intersection of every 3 subsets of the cover contains at most one point.

Original entry on oeis.org

1, 3, 12, 66, 445, 4279, 53340, 846254, 16333946, 371976963, 9763321109, 290473143807, 9674133467729, 357177322891321, 14503958827502886, 643502334799711633, 31018731336031551119, 1616523352051185316626, 90689288905913623412837, 5456178840303106057314759, 350830170593891706361540379
Offset: 1

Views

Author

Vladeta Jovovic, Nov 30 2000

Keywords

Comments

Cover may include multiple occurrences of a subset. Also n-rowed binary matrices with distinct rows and all row sums 3.

References

  • For labeled case see Goulden I. P., Jackson D. M., Combinatorial Enumeration, John Wiley and Sons, New York, 1983.

Crossrefs

Extensions

More terms from T. Forbes (anthony.d.forbes(AT)googlemail.com), May 24 2003

A058791 Number of covers of an unlabeled n-set such that every point of the set is covered by exactly 4 subsets of the cover and that intersection of every 4 subsets of the cover contains at most one point.

Original entry on oeis.org

1, 4, 25, 278, 5532, 200589, 11662671, 981458725, 111213730857, 16212510876591, 2947663429595884, 653299790376494253, 173373367472722467460, 54295204354760461199529, 19822683467350158062736540
Offset: 1

Views

Author

Vladeta Jovovic, Nov 30 2000

Keywords

Comments

Cover may include multiple occurrences of a subset. Also n-rowed binary matrices with distinct rows and all row sums 4.

Crossrefs

Extensions

a(8)-a(12) from Andrew Howroyd, Jan 29 2020
a(13)-a(15) from Sean A. Irvine, Aug 26 2022

A058792 Number of covers of an unlabeled n-set such that every point of the set is covered by exactly 5 subsets of the cover and that intersection of every 5 subsets of the cover contains at most one point.

Original entry on oeis.org

1, 5, 44, 966, 53535, 7043925, 1775617861, 738134963014, 461550358993886, 409321620633426443, 493892363593918906465
Offset: 1

Views

Author

Vladeta Jovovic, Nov 30 2000

Keywords

Comments

Cover may include multiple occurrences of a subset. Also n-rowed binary matrices with distinct rows and all row sums 5.

Crossrefs

Extensions

a(7)-a(10) from Andrew Howroyd, Jan 29 2020
a(11) from Sean A. Irvine, Aug 27 2022

A058793 Number of covers of an unlabeled n-set such that every point of the set is covered by exactly 6 subsets of the cover and that intersection of every 6 subsets of the cover contains at most one point.

Original entry on oeis.org

1, 6, 73, 2957, 431805, 193413963, 198914729182, 389238347659505, 1292594846197639190, 6753309741099683530616
Offset: 1

Views

Author

Vladeta Jovovic, Nov 30 2000

Keywords

Comments

Cover may include multiple occurrences of a subset. Also n-rowed binary matrices with distinct rows and all row sums 6.

Crossrefs

Extensions

a(6)-a(10) from Andrew Howroyd, Jan 29 2020
Showing 1-9 of 9 results.