OFFSET
1,3
LINKS
Andrew Howroyd, Table of n, a(n) for n = 1..50
Keith M. Briggs, Combinatorial Graph Theory
Eric Weisstein's World of Mathematics, n-Chromatic Graph
FORMULA
a(n) = A033995(n)-1.
MATHEMATICA
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 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Oct 06 2002
EXTENSIONS
More terms from Vladeta Jovovic, Jul 31 2003
Terms a(21) and beyond from Andrew Howroyd, Sep 05 2018
STATUS
approved