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.

A076278 Number of 2-chromatic (i.e., chromatic number equals 2) simple graphs on n nodes.

Original entry on oeis.org

0, 1, 2, 6, 12, 34, 87, 302, 1118, 5478, 32302, 251134, 2527711, 33985852, 611846939, 14864650923, 488222721991, 21712049275197, 1308300679611468, 106897965189674290, 11852113048215107821, 1784730721403509209214, 365323537513403184463272
Offset: 1

Views

Author

Eric W. Weisstein, Oct 06 2002

Keywords

Crossrefs

Column k=2 of A084268.

Programs

  • Mathematica
    A005142 = Import["https://oeis.org/A005142/b005142.txt", "Table"][[All, 2]];
    etr[p_] := Module[{b}, b[n_] := b[n] = If[n == 0, 1, Sum[Sum[d*p[d], {d, Divisors[j]}]*b[n - j], {j, 1, n}]/n]; b];
    a = etr[A005142[[# + 1]]&][#] - 1&;
    Array[a, 23] (* Jean-François Alcover, Sep 03 2019 *)

Formula

a(n) = A033995(n)-1.

Extensions

More terms from Vladeta Jovovic, Jul 31 2003
Terms a(21) and beyond from Andrew Howroyd, Sep 05 2018