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.

A141667 Number of partitions of n times number of divisors of n.

Original entry on oeis.org

1, 4, 6, 15, 14, 44, 30, 88, 90, 168, 112, 462, 202, 540, 704, 1155, 594, 2310, 980, 3762, 3168, 4008, 2510, 12600, 5874, 9744, 12040, 22308, 9130, 44832, 13684, 50094, 40572, 49240, 59532, 161793, 43274, 104060, 124740, 298704, 89166, 425392, 126522, 451050
Offset: 1

Views

Author

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

Keywords

Crossrefs

Programs

  • Mathematica
    f[n_] = DivisorSigma[0, n]*PartitionsP[n]; Table[f[n], {n, 1, 30}]
  • PARI
    al(n)=vector(n,k,numbpart(k)*numdiv(k))

Formula

a(n) = p(n) * d(n) = A000041(n) * A000005(n).

Extensions

Edited with more terms by Franklin T. Adams-Watters, Sep 16 2011