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.

A059160 Number of ordered ways of writing n as a sum of 5 generalized pentagonal numbers (A001318).

Original entry on oeis.org

1, 5, 15, 30, 45, 56, 65, 85, 115, 150, 171, 175, 185, 205, 260, 300, 325, 340, 350, 415, 440, 485, 500, 505, 580, 581, 650, 645, 675, 815, 815, 910, 845, 865, 985, 951, 1130, 1030, 1060, 1155, 1150, 1370, 1265, 1410, 1495, 1420, 1545, 1460, 1600, 1675, 1690
Offset: 0

Views

Author

Judson Neer, Feb 14 2001

Keywords

Crossrefs

Programs

  • Mathematica
    a[n_] := SeriesCoefficient[(QPochhammer[-q, q^3]* QPochhammer[-q^2, q^3]*QPochhammer[q^3, q^3])^5, {q, 0, n}]; Table[a[n], {n, 0, 50}] (* G. C. Greubel, Jun 12 2017 *)

Formula

G.f.: f(x, x^2)^5 where f(,) is Ramanujan's two-variable theta function. - Michael Somos, Jun 08 2012