login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A052881 E.g.f.: log(1/(1-x))*x/(1-x). 6

%I #43 Aug 19 2022 18:14:21

%S 0,0,2,9,44,250,1644,12348,104544,986256,10265760,116915040,

%T 1446526080,19323757440,277238626560,4251984710400,69426608025600,

%U 1202482800691200,22021300630425600,425162773111910400

%N E.g.f.: log(1/(1-x))*x/(1-x).

%C Previous name was: A simple grammar.

%H Vincenzo Librandi, <a href="/A052881/b052881.txt">Table of n, a(n) for n = 0..200</a>

%H Matt Davis, <a href="http://arxiv.org/abs/1412.0345">Quadrant Marked Mesh Patterns and the r-Stirling Numbers</a>, arXiv preprint arXiv:1412.0345 [math.CO], 2014 and <a href="https://cs.uwaterloo.ca/journals/JIS/VOL18/Davis/davis3.html">J. Int. Seq. 18 (2015) 15.10.1</a>.

%H INRIA Algorithms Project, <a href="http://ecs.inria.fr/services/structure?nbr=853">Encyclopedia of Combinatorial Structures 853</a>

%F E.g.f.: -log(-1/(-1+x))*x/(-1+x).

%F Recurrence: a(1)=0, a(2)=2, (n^3+3*n^2+2*n)*a(n)+(-5*n-2*n^2-2)*a(n+1)+(n+1)*a(n+2) =0.

%F a(n) = n!*Sum 1/i, i = 1..(n-1) = s(n, 2)-(n-1)! = n*s(n-1, 2) = n*a(n-1) + (n-1)! + (n-2)! = A000142(n)*A001008(n-1)/A002805(n-1) = A000254(n)-A000142(n-1) = A000027(n)*A000254(n-1) = a(n-1)*A000027(n) + A001048(n-1). - _Henry Bottomley_, May 05 2001

%F a(n) ~ n!*log(n)*(1+gamma/log(n)), where gamma is Euler-Mascheroni constant (A001620). - _Vaclav Kotesovec_, Oct 09 2012

%F a(n) = 2*(n-1)*(n-1)!*hypergeom([1,1,2-n], [2,n+1], -1)) for n>=2. - _Peter Luschny_, Jun 11 2016

%p spec := [S,{B=Sequence(Z,1 <= card),C=Cycle(Z),S=Prod(B,C)},labeled]: seq(combstruct[count](spec,size=n), n=0..20);

%p a:=n->abs(Stirling1(n,2))*n: seq(a(n), n=0..19); # _Zerinvary Lajos_, Oct 05 2007

%p A052881 := n -> `if`(n<2,0,2*(n-1)*(n-1)!*hypergeom([1,1,2-n],[2,n+1],-1)):

%p seq(simplify(A052881(n)),n=0..19); # _Peter Luschny_, Jun 11 2016

%t Table[n!*SeriesCoefficient[-Log[-1/(-1+x)]*x/(-1+x),{x,0,n}],{n,0,20}] (* _Vaclav Kotesovec_, Oct 09 2012 *)

%t With[{nn=20},CoefficientList[Series[Log[1/(1-x)] x/(1-x),{x,0,nn}],x] Range[0,nn]!] (* _Harvey P. Dale_, Aug 19 2022 *)

%o (Sage) [stirling_number1(i,2)*i for i in range(0,32)] # _Zerinvary Lajos_, Jun 27 2008

%o (PARI) x='x+O('x^66); concat([0,0],Vec(serlaplace(-log(-1/(-1+x))*x/(-1+x)))) \\ _Joerg Arndt_, May 06 2013

%K easy,nonn

%O 0,3

%A encyclopedia(AT)pommard.inria.fr, Jan 25 2000

%E New name using e.g.f., _Vaclav Kotesovec_, Feb 25 2014

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)