login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A308697 a(n) = Sum_{d|n} d^(3*d). 4
1, 65, 19684, 16777281, 30517578126, 101559956688164, 558545864083284008, 4722366482869661990977, 58149737003040059690409853, 1000000000000000000030517578190, 23225154419887808141001767796309132, 708801874985091845381344408569542626596 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
L.g.f.: -log(Product_{k>=1} (1 - x^k)^(k^(3*k-1))) = Sum_{k>=1} a(k)*x^k/k.
G.f.: Sum_{k>=1} k^(3*k) * x^k/(1 - x^k).
MATHEMATICA
a[n_] := DivisorSum[n, #^(3*#) &]; Array[a, 12] (* Amiram Eldar, May 09 2021 *)
PROG
(PARI) {a(n) = sumdiv(n, d, d^(3*d))}
(PARI) N=20; x='x+O('x^N); Vec(x*deriv(-log(prod(k=1, N, (1-x^k)^k^(3*k-1)))))
(PARI) N=20; x='x+O('x^N); Vec(sum(k=1, N, k^(3*k)*x^k/(1-x^k)))
CROSSREFS
Column k=3 of A308698.
Sequence in context: A264541 A323316 A120801 * A368890 A283580 A355496
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 17 2019
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 11:48 EDT 2024. Contains 371779 sequences. (Running on oeis4.)