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).

This page as a plain text file.
%I A347898 #8 Sep 18 2021 11:38:03
%S A347898 1,0,2,0,24,-30,694,-1050,37832,-167076,3840946,-16352820,484077316,
%T A347898 -3571377810,92305923462,-735565382370,24089429290352,
%U A347898 -260389373957160,7612771211634930,-88060997260644552,2819270530524656316,-42624237378570669990,1487399781900667121150
%N A347898 E.g.f.: Product_{k>=1} (1 + x^k)^(sin(x)/k).
%o A347898 (PARI) N=40; x='x+O('x^N); Vec(serlaplace(prod(k=1, N, (1+x^k)^(sin(x)/k))))
%Y A347898 Cf. A347899, A347900.
%K A347898 sign
%O A347898 0,3
%A A347898 _Seiichi Manyama_, Sep 18 2021