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.

A382194 List of connected graphs that are squares, encoded as in A076184.

Original entry on oeis.org

0, 1, 7, 31, 63, 239, 255, 511, 1023, 3455, 3887, 3951, 3967, 4095, 7679, 7903, 7935, 8191, 16350, 16351, 16383, 32767, 104063, 104447, 106287, 106351, 111587, 111599, 112511, 112623, 112639, 127791, 127855, 127871, 128879, 128895, 129023, 131071, 237567
Offset: 1

Views

Author

Pontus von Brömssen, Mar 18 2025

Keywords

Comments

Intersection of A382193 and A382195.

Examples

			As an irregular triangle, where row n >= 1 contains A382180(n) terms:
     0;
     1;
     7;
    31,   63;
   239,  255,  511, 1023;
  3455, 3887, 3951, 3967, 4095, 7679, 7903, 7935, 8191, 16350, 16351, 16383, 32767;
  ...
The diamond graph is connected and isomorphic to the square of the path graph on 4 vertices. The code of the diamond graph is 31, so 31 is a term.
		

Crossrefs

A382181 Number of unlabeled graphs with n vertices (including disconnected graphs) which are squares.

Original entry on oeis.org

1, 1, 2, 3, 6, 11, 28, 77, 307, 1688, 14620, 197050, 4137271
Offset: 0

Views

Author

Brendan McKay and Sean A. Irvine, Mar 17 2025

Keywords

Comments

If G is an unlabeled finite simple graph, define its square S(G) to be the graph with the same vertices as G. The edges of S(G) are the edges of G together with an edge from vertex u to v whenever u and v are not adjacent in G but are joined by a path of length 2.

References

  • Frank Harary and Ian C. Ross, The Square of a Tree, Bell Labs Memorandum MM-59-122-2, May 16, 1959, 11 pages.

Crossrefs

Euler transform of A382180.

A382157 Number of n-node digraphs without loops, not necessarily connected, which are squares.

Original entry on oeis.org

1, 1, 3, 9, 46, 473, 13763, 1121383
Offset: 0

Views

Author

N. J. A. Sloane, Mar 24 2025, based on an email from Brendan McKay, Mar 18 2025

Keywords

Comments

For the definition of the square of a graph, see A382180.

Crossrefs

A382158 Number of n-node oriented graphs (no loops or cycles of length 2), not necessarily connected, which are squares.

Original entry on oeis.org

1, 1, 2, 6, 26, 209, 4115, 206205, 24982238
Offset: 0

Views

Author

N. J. A. Sloane, Mar 24 2025, based on an email from Brendan McKay, Mar 18 2025

Keywords

Comments

For the definition of the square of a graph, see A382180.

Crossrefs

A382159 Number of n-node acyclic digraphs, not necessarily connected, which are squares.

Original entry on oeis.org

1, 1, 2, 5, 17, 81, 600, 7182, 142425, 4664203, 4071974770
Offset: 0

Views

Author

N. J. A. Sloane, Mar 24 2025, based on an email from Brendan McKay, Mar 18 2025

Keywords

Comments

For the definition of the square of a graph, see A382180.

Crossrefs

A382283 Number of square roots of connected square graphs in the order listed in A382194.

Original entry on oeis.org

1, 1, 2, 1, 5, 1, 2, 3, 15, 1, 1, 2, 3, 4, 1, 3, 3, 15, 1, 1, 17, 60, 1, 2, 1, 2, 1, 1, 1, 1, 4, 2, 3, 2, 4, 11, 10, 11, 2, 1, 5, 3, 3, 6, 9, 8, 6, 1, 1, 19, 51, 3, 21, 1, 1, 3, 21, 2, 3, 113, 1, 11, 127, 374, 1, 1, 2, 3, 4, 1, 1, 2, 3, 4, 1, 1, 2, 1, 1, 1, 2
Offset: 1

Views

Author

Pontus von Brömssen, Mar 22 2025

Keywords

Comments

A382194 lists all connected graphs that are squares, encoded as in A076184. a(n) is the number of unlabeled graphs whose squares are isomorphic to the n-th graph in A382194.

Examples

			As an irregular triangle, where row n >= 1 contains A382180(n) terms:
  1;
  1;
  2;
  1, 5;
  1, 2, 3, 15;
  1, 1, 2,  3, 4, 1, 3, 3, 15, 1, 1, 17, 60;
  ...
The last term on row n equals A241706(n)+1, the number of graphs whose square is the complete graph on n vertices.
		

Crossrefs

A381961 Number of connected graphs with n vertices which have a planar square.

Original entry on oeis.org

1, 1, 1, 2, 6, 6, 14, 25, 60, 124, 302, 696, 1745, 4300, 11042, 28362, 74483, 196539, 525521, 1413635, 3835932, 10468384
Offset: 0

Views

Author

Sean A. Irvine, Mar 18 2025

Keywords

Comments

See A382180 for a definition of a square graph.
For a graph to have a planar square, it must also be planar itself. Further, the degree of every vertex must be <= 3 and the graph must have no 5-cycles.

Crossrefs

Extensions

a(16)-a(20) from Brendan McKay, Mar 21 2025
a(21) from Sean A. Irvine, Mar 22 2025

A382284 Number of unlabeled connected graphs with n vertices which are planar squares.

Original entry on oeis.org

1, 1, 1, 1, 2, 3, 7, 13, 31, 60, 146, 320, 787, 1864, 4654, 11526, 29318, 74632, 192868, 500487, 1310826
Offset: 0

Views

Author

Brendan McKay and Sean A. Irvine, Mar 20 2025

Keywords

Comments

See A382180 for a definition of a square graph.

Crossrefs

Extensions

a(16)-a(20) from Brendan McKay, Mar 21 2025
Showing 1-8 of 8 results.