login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A185291 Dirichlet convolution of A000001 with itself. 1
1, 2, 2, 5, 2, 6, 2, 14, 5, 6, 2, 18, 2, 6, 4, 42, 2, 18, 2, 18, 6, 6, 2, 58, 5, 6, 14, 16, 2, 18, 2, 150, 4, 6, 4, 60, 2, 6, 6, 56, 2, 24, 2, 16, 10, 6, 2, 202, 5, 18, 4, 18, 2, 58, 6, 52, 6, 6, 2, 66, 2, 6, 16, 717, 4, 18, 2, 18, 4, 18, 2, 218, 2, 6, 12 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Table of n, a(n) for n=1..75.

E. W. Weisstein, Finite Group. From MathWorld--A Wolfram Web Resource.

E. W. Weisstein, "Dirichlet Series Generating Function. From MathWorld--A Wolfram Web Resource.

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

Sequence in context: A093660 A093663 A011143 * A018216 A059907 A024931

Adjacent sequences:  A185288 A185289 A185290 * A185292 A185293 A185294

KEYWORD

nonn

AUTHOR

Ben Branman, Jan 25 2012

EXTENSIONS

Data and Mmca code corrected by M. F. Hasler, Jan 26 2012

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 18 05:08 EDT 2013. Contains 225419 sequences.