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 11-12 of 12 results.

A128242 Number of n-node (unlabeled) connected graphs with girth 5.

Original entry on oeis.org

0, 0, 1, 1, 5, 16, 66, 266, 1235, 6350, 37364, 251106, 1942085, 17287710, 177086792, 2084120446, 28125888087, 434318629496, 7657513894860
Offset: 3

Views

Author

Keith Briggs, May 05 2007

Keywords

Crossrefs

Programs

  • nauty
    geng -ctfq $n | countg -qg5 --ng # Martin Fuller, May 03 2015

Extensions

Corrected and extended by Martin Fuller, May 01 2015
a(18)-a(21) added by Georg Grasegger, May 02 2023

A325447 Triangle read by rows: T(n,k) is the number of simple nonseparable (or 2-connected) graphs on n unlabeled nodes with circumference k, (n >= 3, k >= 3).

Original entry on oeis.org

1, 0, 3, 0, 2, 8, 0, 2, 6, 48, 0, 2, 9, 74, 383, 0, 2, 10, 159, 756, 6196, 0, 2, 13, 276, 2058, 14634, 177083, 0, 2, 14, 505, 4824, 48137, 384942, 9305118
Offset: 3

Views

Author

Andrew Howroyd, Sep 06 2019

Keywords

Examples

			Triangle begins, (n >= 3, k >= 3):
  1;
  0, 3;
  0, 2,  8;
  0, 2,  6,  48;
  0, 2,  9,  74,  383;
  0, 2, 10, 159,  756,  6196;
  0, 2, 13, 276, 2058, 14634, 177083;
  0, 2, 14, 505, 4824, 48137, 384942, 9305118;
  ...
		

Crossrefs

Row sums are A002218(n >= 3).
Right diagonal is A003216.

Formula

T(n, 4) = 2 for n > 4.
Previous Showing 11-12 of 12 results.