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.

A276491 Expansion of q*Product_{k>=1} (1-q^(2*k))^2*(1-q^(10*k))^2.

Original entry on oeis.org

1, 0, -2, 0, -1, 0, 2, 0, 1, 0, 0, 0, 2, 0, 2, 0, -6, 0, -4, 0, -4, 0, 6, 0, 1, 0, 4, 0, 6, 0, -4, 0, 0, 0, -2, 0, 2, 0, -4, 0, 6, 0, -10, 0, -1, 0, -6, 0, -3, 0, 12, 0, -6, 0, 0, 0, 8, 0, 12, 0, 2, 0, 2, 0, -2, 0, 2, 0, -12, 0, -12, 0, 2, 0, -2, 0, 0, 0, 8, 0, -11, 0, 6, 0, 6, 0, -12, 0, -6, 0, 4, 0, 8, 0, 4, 0, 2, 0, 0, 0, 6, 0, 14, 0, 4, 0, -6, 0, 2, 0, -4, 0, -6, 0, -6, 0, 2, 0, -12, 0, -11, 0, -12, 0, -1, 0, 2, 0, 20, 0, 0, 0, -8, 0, -4
Offset: 1

Views

Author

Seiichi Manyama, Sep 10 2016

Keywords

Comments

Multiplicative. See A030205 for formula. - Andrew Howroyd, Aug 05 2018

Crossrefs

Programs

  • Mathematica
    QPochhammer[x^2]^2*QPochhammer[x^10]^2 + O[x]^100 // CoefficientList[#, x]& (* Jean-François Alcover, Sep 19 2019 *)
  • PARI
    seq(n)={Vec((eta(x^2 + O(x*x^n)) * eta(x^10 + O(x*x^n)))^2)} \\ Andrew Howroyd, Aug 05 2018

Formula

a(2n-1) = A030205(n-1), a(2n) = 0 for n > 0.
G.f.: (eta(x^2) * eta(x^10))^2. - Andrew Howroyd, Aug 05 2018
Euler transform of period 10 sequence [0, -2, 0, -2, 0, -2, 0, -2, 0, -4, ...]. - Georg Fischer, Nov 17 2022