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.

A073178 a(n) = n!^2 times coefficient of x^n in e^(x*(3-x)/2/(1-x))/(1-x)^(1/2).

This page as a plain text file.
%I A073178 #13 Apr 23 2014 02:27:50
%S A073178 1,2,13,180,4266,153180,7725510,519629040,44880355800,4835536256880,
%T A073178 635221698211800,99872627051181600,18507444606249152400,
%U A073178 3990439472567239692000,990119486841576670378800
%N A073178 a(n) = n!^2 times coefficient of x^n in e^(x*(3-x)/2/(1-x))/(1-x)^(1/2).
%D A073178 R. P. Stanley, Enumerative Combinatorics, Cambridge, Vol. 2, 1999; see Problem 5.65(b).
%H A073178 Vincenzo Librandi, <a href="/A073178/b073178.txt">Table of n, a(n) for n = 0..200</a>
%F A073178 e^(x*(3-x)/2/(1-x))/(1-x)^(1/2) = Sum_{n>=0} a(n)*x^n/n!^2. - _Vladeta Jovovic_, Aug 01 2006
%F A073178 a(n) ~ sqrt(Pi)*n^(2*n+1/2)*exp(2*sqrt(n)-2*n). - _Vaclav Kotesovec_, Apr 21 2014
%t A073178 CoefficientList[Series[E^(x*(3-x)/2/(1-x))/(1-x)^(1/2), {x, 0, 20}], x] * Range[0, 20]!^2 (* _Vaclav Kotesovec_, Apr 21 2014 *)
%o A073178 (PARI) a(n)=if(n<0,0,n!^2*polcoeff(exp(x*(3-x)/2/(1-x)+x*O(x^n))/sqrt(1-x+x*O(x^n)),n))
%Y A073178 Cf. A049088.
%K A073178 nonn
%O A073178 0,2
%A A073178 _Michael Somos_, Jul 19 2002