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.

A293987 E.g.f.: exp((1/(1-x)^8 - 1)/8).

This page as a plain text file.
%I A293987 #9 Oct 21 2017 15:42:32
%S A293987 1,1,10,118,1648,27136,520336,11417680,281653408,7694191648,
%T A293987 230059907776,7461932378176,260684280697600,9752025371845888,
%U A293987 388715094054028288,16438054175878813696,734700126836545463296,34591098659155269944320,1710537337734107030161408
%N A293987 E.g.f.: exp((1/(1-x)^8 - 1)/8).
%H A293987 Seiichi Manyama, <a href="/A293987/b293987.txt">Table of n, a(n) for n = 0..400</a>
%o A293987 (PARI) N=66; x='x+O('x^N); Vec(serlaplace(exp((1/(1-x)^8-1)/8)))
%Y A293987 Column k=9 of A291709.
%K A293987 nonn
%O A293987 0,3
%A A293987 _Seiichi Manyama_, Oct 21 2017