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.

A215773 Number of undirected labeled graphs on n+3 nodes with exactly n cycle graphs as connected components.

Original entry on oeis.org

0, 3, 25, 120, 420, 1190, 2898, 6300, 12540, 23265, 40755, 68068, 109200, 169260, 254660, 373320, 534888, 750975, 1035405, 1404480, 1877260, 2475858, 3225750, 4156100, 5300100, 6695325, 8384103, 10413900, 12837720, 15714520, 19109640, 23095248, 27750800
Offset: 0

Views

Author

Alois P. Heinz, Aug 23 2012

Keywords

Examples

			a(1) = 3:  .1-2.  .1.2.  .1-2.
.          .|.|.  .|X|.  ..X..
.          .3-4.  .3.4.  .3-4.
		

Crossrefs

A diagonal of A215771.

Programs

  • Maple
    a:= n-> (24+(50+(41+(21+(7+n)*n)*n)*n)*n)*n/48:
    seq (a(n), n=0..40);

Formula

G.f.: (8*x^2+4*x+3)*x/(1-x)^7.
a(n) = n*(n+1)*(n+2)*(n+3)*(n^2+n+4)/48.