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.

A141668 a(n) = tau(n) * (NumberOfPartitions(n) - 1).

Original entry on oeis.org

0, 0, 2, 4, 12, 12, 40, 28, 84, 87, 164, 110, 456, 200, 536, 700, 1150, 592, 2304, 978, 3756, 3164, 4004, 2508, 12592, 5871, 9740, 12036, 22302, 9128, 44824
Offset: 0

Views

Author

Roger L. Bagula and Gary W. Adamson, Sep 06 2008

Keywords

Crossrefs

Programs

  • Mathematica
    f[n_] = DivisorSigma[0, n]*PartitionsP[n] - DivisorSigma[0, n]; Table[f[n], {n, 1, 30}]
  • PARI
    a(n) = if (n, numdiv(n)*(numbpart(n)-1), 0); \\ Michel Marcus, Jun 11 2018

Formula

a(n) = A000005(n)*(A000041(n) - 1) = A000005(n)*A000065(n).