cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A324915 a(n) = Sum_{k=1..n} 2^k * sigma(k), where sigma(k) = A000203(k).

Original entry on oeis.org

2, 14, 46, 158, 350, 1118, 2142, 5982, 12638, 31070, 55646, 170334, 285022, 678238, 1464670, 3496286, 5855582, 16079198, 26564958, 70605150, 137714014, 288708958, 490035550, 1496668510, 2536855902, 5355428190, 10724137310, 25756522846, 41862650206, 119172061534
Offset: 1

Views

Author

Vaclav Kotesovec, Mar 18 2019

Keywords

Crossrefs

Programs

  • Mathematica
    Accumulate[Table[2^k*DivisorSigma[1, k], {k, 1, 30}]]