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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A027847 Sum sigma(n/d)*d^3; d|n. 0
1, 11, 31, 95, 131, 341, 351, 775, 850, 1441, 1343, 2945, 2211, 3861, 4061, 6231, 4931, 9350, 6879, 12445, 10881, 14773, 12191, 24025, 16406, 24321, 22990, 33345, 24419, 44671, 29823, 49911, 41633, 54241, 45981, 80750, 50691, 75669, 68541, 101525, 68963, 119691, 79551, 127585, 111350 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

Dirichlet g.f.: zeta(x-1)*zeta(x-3)

Multiplicative with a(p^e) = (p^(3e+5) - (p^2+p+1)*p^(e+1) + p+1)/(p^5 - (p^2+p+1)*p + p + 1). [Mitch Harris, Jun 27 2005]

PROG

(PARI) N=66; x='x+O('x^N); /* that many terms */

c=sum(j=1, N, j*x^j);

t=log(1/prod(j=1, N, eta(x^(j))^(j^2)));

Vec(serconvol(t, c)) /* show terms */

/* Joerg Arndt, May 03 2008 */

CROSSREFS

Sequence in context: A126365 A082102 A199112 * A068841 A192246 A124296

Adjacent sequences:  A027844 A027845 A027846 * A027848 A027849 A027850

KEYWORD

nonn,mult

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 17 18:57 EST 2012. Contains 206074 sequences.