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.

A185959 Number of Cayley graphs on n nodes.

Original entry on oeis.org

1, 2, 2, 4, 3, 8, 4, 14, 9, 20, 8, 74, 14, 56, 44, 278, 36, 376, 60, 1132, 240, 816, 188, 15394, 464, 4104, 1434, 25784, 1182, 45184, 2192, 659232, 6768, 131660, 11144, 1959040, 14602, 814216, 48462, 13055904, 52488, 9461984, 99880, 39134544, 399126, 34333800, 364724
Offset: 1

Views

Author

Eric W. Weisstein, Feb 07 2011

Keywords

Comments

First differs from A006799 at n = 10.

Crossrefs

Row sums of A319372.

Programs

Formula

a(n) = A006799(n) - A006792(n).

Extensions

a(32)-a(47) from Danny Rorabaugh, Nov 26 2018

A319374 Number of cubic Cayley graphs with 2n nodes.

Original entry on oeis.org

1, 2, 3, 2, 7, 3, 7, 7, 8, 3, 20, 4, 9, 11, 17, 4, 24, 5, 20, 15, 11, 5, 56, 10, 14, 20, 24, 6, 51, 7, 43, 16, 16, 16, 73, 8, 17, 20, 53, 8, 52, 9, 29, 34, 19, 9, 156, 16, 39, 21, 36, 10, 78, 24, 63, 25, 24, 11, 174, 12, 25, 46, 125, 23, 63, 13, 44, 26, 61, 13
Offset: 2

Views

Author

Andrew Howroyd, Sep 17 2018

Keywords

Comments

First differs from A023646 at n=5.

Crossrefs

Column k=3 of A319372.

Formula

Inverse Moebius transform of A241164.
Showing 1-3 of 3 results.