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!)
A308570 a(n) = sigma_{2*n}(n). 4
1, 17, 730, 65793, 9765626, 2177317874, 678223072850, 281479271743489, 150094635684419611, 100000095367432689202, 81402749386839761113322, 79496851942053939878082786, 91733330193268616658399616010, 123476696151234472370970011268514 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
L.g.f.: -log(Product_{k>=1} (1 - (k^2*x)^k)^(1/k)) = Sum_{k>=1} a(k)*x^k/k.
a(n) ~ n^(2*n). - Vaclav Kotesovec, Jun 08 2019
MATHEMATICA
Table[DivisorSigma[2 n, n], {n, 1, 20}] (* Vaclav Kotesovec, Jun 08 2019 *)
PROG
(PARI) {a(n) = sigma(n, 2*n)}
(PARI) N=20; x='x+O('x^N); Vec(x*deriv(-log(prod(k=1, N, (1-(k^2*x)^k)^(1/k)))))
CROSSREFS
Diagonal of A308504.
Column k=2 of A308569.
Cf. A073705.
Sequence in context: A298306 A308696 A308594 * A218423 A171766 A283579
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 08 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 19 03:05 EDT 2024. Contains 371782 sequences. (Running on oeis4.)