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.

A293532 E.g.f.: exp(x/(x^2 - 1)).

This page as a plain text file.
%I A293532 #29 May 26 2019 00:31:29
%S A293532 1,-1,1,-7,25,-181,1201,-10291,97777,-1013545,12202561,-151573951,
%T A293532 2173233481,-31758579997,524057015665,-8838296029291,164416415570401,
%U A293532 -3145357419120721,65057767274601217,-1391243470549894135,31671795881695430521,-747996624368605997701
%N A293532 E.g.f.: exp(x/(x^2 - 1)).
%F A293532 E.g.f.: Product_{k>=1} 1/(1 + x^k)^(phi(k)/k), where phi() is the Euler totient function (A000010). - _Ilya Gutkovskiy_, May 25 2019
%t A293532 CoefficientList[Series[E^(x/(x^2 - 1)), {x, 0, 20}], x] * Range[0, 20]! (* _Vaclav Kotesovec_, Oct 12 2017 *)
%o A293532 (PARI) N=66; x='x+O('x^N); Vec(serlaplace(exp(x/(x^2-1))))
%Y A293532 Column k=2 of A293530.
%Y A293532 Cf. A088009.
%K A293532 sign
%O A293532 0,4
%A A293532 _Seiichi Manyama_, Oct 11 2017