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.

Showing 1-1 of 1 results.

A357380 Expansion of Product_{k>=1} (1 - x^Fibonacci(k)).

Original entry on oeis.org

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

Views

Author

Ilya Gutkovskiy, Sep 26 2022

Keywords

Comments

Convolution inverse of A007000.
First differences of A093996.

Crossrefs

Programs

  • Mathematica
    nmax = 100; CoefficientList[Series[Product[(1 - x^Fibonacci[k]), {k, 1, 21}], {x, 0, nmax}], x]
Showing 1-1 of 1 results.