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.

A293294 G.f.: Product_{m>0} 1/(1 - x^m + 2!*x^(2*m)).

Original entry on oeis.org

1, 1, 0, -1, -1, 3, 3, -1, -8, -8, 12, 24, 5, -43, -55, 40, 137, 65, -215, -356, 97, 780, 624, -941, -2199, -260, 4052, 4638, -3536, -12861, -5676, 19858, 31449, -8337, -71220, -54243, 87733, 196679, 20733, -372807, -413794, 330731, 1159718, 497517, -1821469
Offset: 0

Views

Author

Seiichi Manyama, Oct 05 2017

Keywords

Crossrefs

Column k=2 of A293293.
Cf. A293072.

Programs

  • PARI
    nn = 50; Vec(prod(m=1, nn, 1/(1 - x^m + 2*x^(2*m))) + O(x^nn)) \\ Michel Marcus, Oct 05 2017

Formula

Convolution inverse of A293072.