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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A068020 Z(S_m; sigma[1](n), sigma[2](n),..., sigma[m](n)) where Z(S_m; x_1,x_2,...,x_m) is the cycle index of the symmetric group S_m and sigma[k](n) is the sum of k-th powers of divisors of n; m=3. 8
1, 15, 40, 155, 156, 672, 400, 1395, 1210, 2520, 1464, 7280, 2380, 6336, 6600, 11811, 5220, 21030, 7240, 26880, 16672, 22752, 12720, 66960, 20306, 36792, 33880, 67040, 25260, 119592, 30784, 97155, 60144, 80136, 64080, 230966, 52060, 110880, 97384 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

1/3!*(sigma[1](n)^3 + 3*sigma[1](n)*sigma[2](n) + 2*sigma[3](n)).

Sum_{r|n, s|n, t|n, r<=s<=t} r*s*t.

MATHEMATICA

a[n_] := 1/3!*(DivisorSigma[1, n]^3 + 3*DivisorSigma[1, n]*DivisorSigma[2, n] + 2*DivisorSigma[3, n]); Table[a[n], {n, 1, 39}] (* From Jean-François Alcover, Dec 12 2011, after given formula *)

CROSSREFS

Cf. A067692, A068021-A068027, A000203, A001157, A001158.

Sequence in context: A160891 A175926 A038991 * A131991 A116042 A103003

Adjacent sequences:  A068017 A068018 A068019 * A068021 A068022 A068023

KEYWORD

nonn

AUTHOR

Vladeta Jovovic (vladeta(AT)eunet.rs), Feb 08 2002

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 February 16 17:11 EST 2012. Contains 205938 sequences.