OFFSET
1,2
LINKS
G. C. Greubel, Table of n, a(n) for n = 1..1000
Eric Weisstein's World of Mathematics, Dirichlet Series Generating Function.
Eric Weisstein's World of Mathematics, Finite Group.
MATHEMATICA
con[f_, g_, x_] := Sum[f[k] g[x/k], {k, Divisors[x]}]; Table[con[FiniteGroupCount, FiniteGroupCount, x], {x, 1, 100}]
PROG
(PARI) DC(a, b)=vector(min(#a, #b), n, sumdiv(n, d, a[d]*b[n/d]))
A185291=DC(A1, A1) /* where A1 is a vector of the first values of A000001 */ - M. F. Hasler, Jan 26 2012
CROSSREFS
KEYWORD
nonn
AUTHOR
Ben Branman, Jan 25 2012
EXTENSIONS
Data and Mmca code corrected by M. F. Hasler, Jan 26 2012
STATUS
approved