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.

A357520 Expansion of Product_{k>=0} (1 - x^Lucas(k)).

Original entry on oeis.org

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

Views

Author

Ilya Gutkovskiy, Oct 02 2022

Keywords

Comments

Convolution inverse of A067593.

Crossrefs

Programs

  • Mathematica
    nmax = 100; CoefficientList[Series[Product[(1 - x^LucasL[k]), {k, 0, 20}], {x, 0, nmax}], x]