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.

A319367 Triangle read by rows: T(n,k) is the number of simple vertex transitive graphs with n nodes and valency k, (0 <= k < n).

Original entry on oeis.org

1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1, 2, 2, 1, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 2, 3, 3, 2, 1, 1, 1, 0, 2, 0, 3, 0, 2, 0, 1, 1, 1, 2, 3, 4, 4, 3, 2, 1, 1, 1, 0, 1, 0, 2, 0, 2, 0, 1, 0, 1, 1, 1, 4, 7, 11, 13, 13, 11, 7, 4, 1, 1, 1, 0, 1, 0, 3, 0, 4, 0, 3, 0, 1, 0, 1
Offset: 1

Views

Author

Andrew Howroyd, Sep 17 2018

Keywords

Examples

			Triangle begins, n >= 1, 0 <= k < n:
  1;
  1, 1;
  1, 0, 1;
  1, 1, 1, 1;
  1, 0, 1, 0,  1;
  1, 1, 2, 2,  1,  1;
  1, 0, 1, 0,  1,  0,  1;
  1, 1, 2, 3,  3,  2,  1,  1;
  1, 0, 2, 0,  3,  0,  2,  0,  1;
  1, 1, 2, 3,  4,  4,  3,  2,  1,  1;
  1, 0, 1, 0,  2,  0,  2,  0,  1,  0,  1;
  1, 1, 4, 7, 11, 13, 13, 11,  7,  4,  1,  1;
  1, 0, 1, 0,  3,  0,  4,  0,  3,  0,  1,  0,  1;
  1, 1, 2, 3,  6,  6,  9,  9,  6,  6,  3,  2,  1,  1;
  1, 0, 3, 0,  8,  0, 12,  0, 12,  0,  8,  0,  3,  0, 1;
  1, 1, 3, 7, 16, 27, 40, 48, 48, 40, 27, 16,  7,  3, 1, 1;
  1, 0, 1, 0,  4,  0,  7,  0, 10,  0,  7,  0,  4,  0, 1, 0, 1;
  1, 1, 4, 7, 16, 24, 38, 45, 54, 54, 45, 38, 24, 16, 7, 4, 1, 1;
  ...
		

Crossrefs

Columns k=2..12 (even n only for odd k) are A023645, A023646, A023647, A023640, A023641, A023642, A023643, A023644, A023637, A023638, A023639.
Row sums are A006799.

A319372 Triangle read by rows: T(n,k) is the number of Cayley graphs with n nodes and valency k, (0 <= k < n).

Original entry on oeis.org

1, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 0, 1, 0, 1, 1, 1, 2, 2, 1, 1, 1, 0, 1, 0, 1, 0, 1, 1, 1, 2, 3, 3, 2, 1, 1, 1, 0, 2, 0, 3, 0, 2, 0, 1, 1, 1, 2, 2, 4, 4, 2, 2, 1, 1, 1, 0, 1, 0, 2, 0, 2, 0, 1, 0, 1, 1, 1, 4, 7, 11, 13, 13, 11, 7, 4, 1, 1, 1, 0, 1, 0, 3, 0, 4, 0, 3, 0, 1, 0, 1
Offset: 1

Views

Author

Andrew Howroyd, Sep 17 2018

Keywords

Comments

First differs from A319367 in row 10.

Examples

			Triangle begins, n >= 1, 0 <= k < n:
  1;
  1, 1;
  1, 0, 1;
  1, 1, 1, 1;
  1, 0, 1, 0,  1;
  1, 1, 2, 2,  1,  1;
  1, 0, 1, 0,  1,  0,  1;
  1, 1, 2, 3,  3,  2,  1,  1;
  1, 0, 2, 0,  3,  0,  2,  0,  1;
  1, 1, 2, 2,  4,  4,  2,  2,  1,  1;
  1, 0, 1, 0,  2,  0,  2,  0,  1,  0,  1;
  1, 1, 4, 7, 11, 13, 13, 11,  7,  4,  1,  1;
  1, 0, 1, 0,  3,  0,  4,  0,  3,  0,  1,  0,  1;
  1, 1, 2, 3,  6,  6,  9,  9,  6,  6,  3,  2,  1,  1;
  1, 0, 3, 0,  7,  0, 11,  0, 11,  0,  7,  0,  3,  0, 1;
  1, 1, 3, 7, 15, 26, 39, 47, 47, 39, 26, 15,  7,  3, 1, 1;
  1, 0, 1, 0,  4,  0,  7,  0, 10,  0,  7,  0,  4,  0, 1, 0, 1;
  1, 1, 4, 7, 16, 23, 38, 45, 53, 53, 45, 38, 23, 16, 7, 4, 1, 1;
  ...
		

Crossrefs

Column k=3 is aerated A319374.
Row sums are A185959.

A006800 Number of connected vertex-transitive graphs with n nodes.

Original entry on oeis.org

1, 1, 1, 2, 2, 5, 3, 10, 7, 18, 7, 64, 13, 51, 44, 272, 35, 365, 59, 1190, 235, 807, 187, 15422, 461, 4221, 1425, 25792, 1181, 46236, 2191, 677116, 6759, 132543, 11144, 1962756, 14601, 814155, 48447, 13102946, 52487, 9461929, 99879, 39133822, 399365, 34333611, 364723
Offset: 1

Views

Author

Keywords

References

  • B. D. McKay, personal communication.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Crossrefs

Row sums of A319368.

Programs

Formula

Moebius transform of A006799. - Andrew Howroyd, Sep 18 2018

Extensions

More terms from Vladeta Jovovic, Jun 30 2007
a(32)-a(47) from Andrew Howroyd, Nov 27 2018
Showing 1-3 of 3 results.