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

A331156 Number of (weakly) connected gluing-parallel or GP-posets with n points.

Original entry on oeis.org

1, 1, 1, 3, 10, 44, 233
Offset: 0

Views

Author

N. J. A. Sloane, Jan 16 2020, following a suggestion from Michael De Vlieger

Keywords

Crossrefs

The seven sequences in the table of Uli Fahrenberg et al., 2019, are A000112, A003430, A079566, A331156, A331157, A331158, A331159.

Extensions

Typo in a(6) corrected by Uli Fahrenberg, Feb 03 2024

A331157 Number of iposets (posets with interfaces) with starting interfaces only, with n points.

Original entry on oeis.org

1, 2, 5, 16, 66, 350
Offset: 0

Views

Author

N. J. A. Sloane, Jan 16 2020, following a suggestion from Michael De Vlieger

Keywords

Crossrefs

The seven sequences in the table of Uli Fahrenberg et al., 2019, are A000112, A003430, A079566, A331156, A331157, A331158, A331159.

A331158 Number of iposets (posets with interfaces) with n points.

Original entry on oeis.org

1, 4, 17, 86, 532, 4068, 38933, 474822, 7558620
Offset: 0

Views

Author

N. J. A. Sloane, Jan 16 2020, following a suggestion from Michael De Vlieger

Keywords

Crossrefs

The seven sequences in the table of Uli Fahrenberg et al., 2019, are A000112, A003430, A079566, A331156, A331157, A331158, A331159.

Extensions

a(5)-a(8) from Uli Fahrenberg, Jun 22 2021

A331159 Number of GP-iposets (gluing-parallel posets with interfaces) with n points.

Original entry on oeis.org

1, 4, 16, 74, 419, 2980, 26566, 289279, 3726311
Offset: 0

Views

Author

N. J. A. Sloane, Jan 16 2020, following a suggestion from Michael De Vlieger

Keywords

Crossrefs

The seven sequences in the table of Uli Fahrenberg et al., 2019, are A000112, A003430, A079566, A331156, A331157, A331158, A331159.

Extensions

a(7)-a(8) from Uli Fahrenberg, Jun 22 2021

A334563 a(n) is the maximum number of 4-cycles possible in an n-vertex planar graph.

Original entry on oeis.org

0, 0, 0, 0, 3, 9, 16, 24, 33, 43, 54, 66, 79, 93, 108, 124, 141, 159, 178, 198, 219, 241, 264, 288, 313, 339, 366, 394, 423, 453, 484, 516, 549, 583, 618, 654, 691, 729, 768, 808, 849, 891, 934, 978, 1023, 1069, 1116, 1164, 1213, 1263, 1314, 1366, 1419, 1473, 1528
Offset: 0

Views

Author

Stefano Spezia, May 06 2020

Keywords

Comments

For n > 1, the parity changes every two terms like in A000217 for n > 0.

Crossrefs

Programs

  • Magma
    I:=[0, 0, 0, 0, 3, 9, 16]; [n le 7 select I[n] else 3*Self(n-1)-3*Self(n-2)+Self(n-3): n in [1..55]];
    
  • Mathematica
    Join[{0, 0, 0, 0}, Table[(n^2+3n-22)/2, {n, 4, 54}]]
  • PARI
    my(x='x + O('x^55)); concat([0, 0, 0, 0], Vec(serlaplace(11 + 9*x + 3*x^2 + x^3/3 + exp(x)*(x^2 + 4*x - 22)/2)))
    
  • Sage
    (x^4*(3 - 2*x^2)/(1 - x)^3).series(x, 55).coefficients(x, sparse=False)

Formula

O.g.f.: x^4*(3 - 2*x^2)/(1 - x)^3.
E.g.f.: 11 + 9*x + 3*x^2 + x^3/3 + exp(x)*(x^2 + 4*x - 22)/2.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n > 6.
a(n) = (n^2 + 3*n - 22)/2 for n > 3 and 0 otherwise (see Theorem 2 in Hakimi and Schmeichel).
a(n) = a(n-1) + n + 1 for n > 4.
a(n) = A000217(n) + n - 11 for n > 3.
a(n) = A085930(12, n-3) for 3 < n < 16. - Michel Marcus, Jun 01 2020

A345673 Number of GP-posets (gluing-parallel posets) with n points.

Original entry on oeis.org

1, 1, 2, 5, 16, 63, 313, 1903, 13943, 120442, 1206459
Offset: 0

Views

Author

Uli Fahrenberg, Jun 22 2021

Keywords

Comments

Different from A079566.

Crossrefs

Cf. A079566.

A352068 Number of C4-free graphs (graphs with no induced cycle of length four) with n nodes.

Original entry on oeis.org

1, 2, 4, 10, 28, 100, 441, 2574, 19849, 201682, 2647682, 43930398, 902341498
Offset: 1

Views

Author

Pontus von Brömssen, Mar 05 2022

Keywords

Crossrefs

Euler transform of A079566.

A352215 Largest number of maximal C_4-free node-induced subgraphs of an n-node graph.

Original entry on oeis.org

1, 1, 1, 4, 5, 12, 16, 32, 54
Offset: 1

Views

Author

Pontus von Brömssen, Mar 08 2022

Keywords

Comments

This sequence is log-superadditive, i.e., a(m+n) >= a(m)*a(n). By Fekete's subadditive lemma, it follows that the limit of a(n)^(1/n) exists and equals the supremum of a(n)^(1/n).

Examples

			All graphs with at most three nodes are C_4-free, so a(n) = 1 for n <= 3 and any graph is optimal.
For 4 <= n <= 9, the following are all optimal graphs, i.e., graphs that have n nodes and a(n) maximal C_4-free subgraphs:
  n = 4: the 4-cycle;
  n = 5: K_{2,3};
  n = 6: the prism graph and the octahedral graph;
  n = 7: the complement of 2*K_2 + K_3;
  n = 8: K_4 X K_2 (Cartesian product) and the 16-cell;
  n = 9: the circulant graph C_9(1,3), and K_{3,3,3} with three edges removed, one edge between the first and second parts in the partition and two edges from two other nodes in these two parts to a node in the third part.
		

Crossrefs

For a list of related sequences, see cross-references in A342211.

Formula

a(m+n) >= a(m)*a(n).
Limit_{n->oo} a(n)^(1/n) >= 54^(1/9) = 1.55771... .
Showing 1-8 of 8 results.