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.

A347898 E.g.f.: Product_{k>=1} (1 + x^k)^(sin(x)/k).

Original entry on oeis.org

1, 0, 2, 0, 24, -30, 694, -1050, 37832, -167076, 3840946, -16352820, 484077316, -3571377810, 92305923462, -735565382370, 24089429290352, -260389373957160, 7612771211634930, -88060997260644552, 2819270530524656316, -42624237378570669990, 1487399781900667121150
Offset: 0

Views

Author

Seiichi Manyama, Sep 18 2021

Keywords

Crossrefs

Programs

  • PARI
    N=40; x='x+O('x^N); Vec(serlaplace(prod(k=1, N, (1+x^k)^(sin(x)/k))))