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.

A052789 Expansion of e.g.f. -(1/5)*LambertW(-5*x).

This page as a plain text file.
%I A052789 #29 Nov 10 2017 09:56:16
%S A052789 0,1,10,225,8000,390625,24300000,1838265625,163840000000,
%T A052789 16815125390625,1953125000000000,253295162119140625,
%U A052789 36279705600000000000,5688009063105712890625,968890104070000000000000,178179480135440826416015625,35184372088832000000000000000
%N A052789 Expansion of e.g.f. -(1/5)*LambertW(-5*x).
%C A052789 Previous name was: A simple grammar.
%H A052789 G. C. Greubel, <a href="/A052789/b052789.txt">Table of n, a(n) for n = 0..313</a>
%H A052789 INRIA Algorithms Project, <a href="http://ecs.inria.fr/services/structure?nbr=746">Encyclopedia of Combinatorial Structures 746</a>
%F A052789 E.g.f.: -(1/5)*LambertW(-5*x).
%F A052789 For n > 0, a(n) = (5*n)^(n-1). - _Vaclav Kotesovec_, Sep 30 2013
%F A052789 a(n) = [x^n] x/(1 - 5*n*x). - _Ilya Gutkovskiy_, Oct 12 2017
%p A052789 spec := [S,{B=Set(S),S=Prod(Z,B,B,B,B,B)},labeled]: seq(combstruct[count](spec,size=n), n=0..20);
%t A052789 CoefficientList[Series[-1/5*LambertW[-5*x], {x, 0, 20}], x]* Range[0, 20]! (* _Vaclav Kotesovec_, Sep 30 2013 *)
%o A052789 (PARI) x='x+O('x^50); concat([0], Vec(serlaplace(- lambertw(-5*x)/5))) \\ _G. C. Greubel_, Nov 08 2017
%Y A052789 Cf. A052756, A052764.
%K A052789 easy,nonn
%O A052789 0,3
%A A052789 encyclopedia(AT)pommard.inria.fr, Jan 25 2000
%E A052789 New name using e.g.f. by _Vaclav Kotesovec_, Sep 30 2013