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.

A292910 E.g.f.: exp(1/3! * x^3 * exp(-x)).

This page as a plain text file.
%I A292910 #18 Sep 28 2017 06:45:21
%S A292910 1,0,0,1,-4,10,-10,-105,1064,-6356,25080,-9075,-1056660,13219206,
%T A292910 -106106364,548948855,139658960,-48411569800,761039099824,
%U A292910 -7815284148711,52216924707660,-9385130453790,-6650556642220260,132749143322588331,-1713641693856894824
%N A292910 E.g.f.: exp(1/3! * x^3 * exp(-x)).
%H A292910 Seiichi Manyama, <a href="/A292910/b292910.txt">Table of n, a(n) for n = 0..536</a>
%o A292910 (PARI) x='x+O('x^66); Vec(serlaplace(exp(1/3!*x^3*exp(-x))))
%Y A292910 Column k=3 of A292948.
%Y A292910 Cf. A145453, A292908.
%K A292910 sign
%O A292910 0,5
%A A292910 _Seiichi Manyama_, Sep 26 2017