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.

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

Original entry on oeis.org

1, -1, -2, 3, -1, -5, 9, 3, -20, 16, 20, -54, 19, 89, -123, -56, 287, -181, -383, 748, 37, -1520, 1406, 1619, -4439, 1190, 7768, -10102, -5494, 25673, -14754, -36660, 66367, 7047, -139852, 125785, 153573, -405349, 98671, 712275, -909382, -514965, 2332540, -1303341
Offset: 0

Views

Author

Seiichi Manyama, Oct 04 2017

Keywords

Crossrefs

Column k=2 of A293285.
Cf. A293204.

Programs

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

Formula

Convolution inverse of A293204.