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.

A333817 G.f.: Sum_{k>=1} x^(k*(5*k - 3)/2) / (1 - x^(5*k)).

Original entry on oeis.org

1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1, 1, 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0, 0, 1, 0, 0, 1, 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 1, 1, 1, 0, 1, 2, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 0, 1
Offset: 1

Views

Author

Ilya Gutkovskiy, Apr 06 2020

Keywords

Comments

Number of ways to write n as the difference of two heptagonal numbers.

Crossrefs

Programs

  • Mathematica
    nmax = 93; CoefficientList[Series[Sum[x^(k (5 k - 3)/2)/(1 - x^(5 k)), {k, 1, nmax}], {x, 0, nmax}], x] // Rest

Formula

G.f.: Sum_{i>=0} Sum_{j>=i} Product_{k=i..j} x^(5*k + 1).