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.

A294050 E.g.f.: exp(1/(1-x)^4 - 1).

This page as a plain text file.
%I A294050 #12 Oct 24 2017 11:21:00
%S A294050 1,4,36,424,6136,104544,2037856,44549824,1076383296,28423224064,
%T A294050 813041441536,25012265117184,822613038178816,28777151476086784,
%U A294050 1066188308742567936,41680239704335888384,1713629127784250085376,73882449584935612268544
%N A294050 E.g.f.: exp(1/(1-x)^4 - 1).
%H A294050 Seiichi Manyama, <a href="/A294050/b294050.txt">Table of n, a(n) for n = 0..410</a>
%t A294050 nmax = 20; CoefficientList[Series[Exp[1/(1-x)^4 - 1], {x, 0, nmax}], x] * Range[0, nmax]! (* _Vaclav Kotesovec_, Oct 22 2017 *)
%o A294050 (PARI) N=66; x='x+O('x^N); Vec(serlaplace(exp(1/(1-x)^4-1)))
%Y A294050 Column k=4 of A294046.
%K A294050 nonn
%O A294050 0,2
%A A294050 _Seiichi Manyama_, Oct 22 2017