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

A022562 Number of connected claw-free unlabeled graphs on n nodes.

Original entry on oeis.org

1, 1, 2, 5, 14, 50, 191, 881, 4494, 26389, 184749, 1728404, 23805256, 491544474, 14491876320
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A022563, A022564, A058929, A086991 (Euler transform).

Programs

  • Mathematica
    EulerInvTransform[seq_] := Module[{final = {}}, For[i = 1, i <= Length[seq], i++, AppendTo[final, i*seq[[i]] - Sum[final[[d]]*seq[[i - d]], {d, i - 1}]]]; Table[Sum[MoebiusMu[i/d]*final[[d]], {d, Divisors[i]}]/i, {i, Length[seq]}]];
    A086991 = Cases[Import["https://oeis.org/A086991/b086991.txt", "Table"], {, }][[All, 2]];
    EulerInvTransform[A086991] (* Jean-François Alcover, Aug 20 2019, code due to Gus Wiseman *)

Formula

Inverse Euler transform of A086991. - Andrew Howroyd, Nov 03 2017

Extensions

Corrected and extended by Gordon F. Royle, May 16 2003
Term a(14) added by Gordon F. Royle, Aug 06 2008
Term a(15) added using tinygraph by Falk Hüffner, Jan 12 2016

A126149 Number of connected nonhamiltonian graphs with n nodes.

Original entry on oeis.org

0, 1, 1, 3, 13, 64, 470, 4921, 83997, 2411453, 123544541, 11537642646, 2013389528672
Offset: 1

Views

Author

Jonathan Vos Post, Mar 07 2007

Keywords

Examples

			a(10) = A001349(10) - A003216(10) = number of connected graphs on 10 unlabeled nodes - number of Hamiltonian graphs with 10 nodes = 11716571 - 9305118 = 2411453.
a(11) = A001349(11) - A003216(11) = number of connected graphs on 11 unlabeled nodes - number of Hamiltonian graphs with 11 nodes = 1006700565 - 883156024 = 123544541.
		

References

  • J. P. Dolch, Names of Hamiltonian graphs, Proc. 4th S-E Conf. Combin., Graph Theory, Computing, Congress. Numer. 8 (1973), 259-271.
  • F. Harary and E. M. Palmer, Graphical Enumeration, Academic Press, NY, 1973, p. 219.

Crossrefs

Cf. A246446 (number of not-necessarily-connected simple nonhamiltonian graphs on n nodes).

Formula

a(n) = A001349(n) - A003216(n).

Extensions

Terms a(1)-a(9) corrected by Travis Hoppe, Jun 01 2014
a(11) added by Eric W. Weisstein, Aug 26 2014
a(12) from formula by Falk Hüffner, Aug 13 2017
a(13) added by Jan Goedgebeur, May 07 2019

A022563 Number of 2-connected claw-free graphs on n nodes.

Original entry on oeis.org

0, 0, 1, 3, 8, 32, 126, 619, 3332, 20910, 157721, 1590330, 23074092, 487448150, 14466253437, 585505737038
Offset: 1

Views

Author

Keywords

Crossrefs

Extensions

a(12) corrected using tinygraph by Falk Hüffner, Jan 18 2016
a(13)-a(16) from Brendan McKay, Jun 13 2021
Showing 1-3 of 3 results.