The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A083410 a(n) = A083385(n)/n. 8

%I #27 Oct 21 2022 10:05:56

%S 1,4,22,154,1306,12994,148282,1908274,27333706,431220034,7428550042,

%T 138737478994,2792050329706,60231133487074,1386484468239802,

%U 33921605427779314,878976357571495306,24046780495646314114,692622345890928153562,20950628198687114521234,663992311200423614606506

%N a(n) = A083385(n)/n.

%C From _Michael Somos_, Mar 04 2004: (Start)

%C Stirling transform of A052849(n+1)=[4,12,48,240,...] is 4*a(n)=[4,16,88,616,...].

%C Stirling transform of A001710(n+1)=[1,3,12,160,...] is a(n)=[1,4,22,154,...].

%C Stirling transform of A001563(n+1)=[4,18,96,600,...] is a(n+1)=[4,22,154,...]. (End)

%H N. J. A. Sloane and Thomas Wieder, <a href="https://arxiv.org/abs/math/0307064">The Number of Hierarchical Orderings</a>, arXiv:math/0307064 [math.CO], 2003; Order 21 (2004), 83-89.

%F E.g.f.: (1/(2-exp(x))^2-1)/2. - _Michael Somos_, Mar 04 2004

%F G.f.: 1/Q(0), where Q(k) = 1 - x*(3*k+4) - 2*x^2*(k+1)*(k+3)/Q(k+1); (continued fraction). - _Sergei N. Gladkovskii_, Oct 03 2013

%F a(n) ~ n! * n / (8 * (log(2))^(n+2)). - _Vaclav Kotesovec_, Jul 01 2018

%t a[n_] := (-1)^n (PolyLog[-n - 1, 2] - PolyLog[-n, 2])/8;

%t Array[a, 21] (* _Jean-François Alcover_, Sep 10 2018, from A005649 *)

%o (PARI) a(n)=if(n<0,0,n!*polcoeff(subst((1/(1-y)^2-1)/2,y,exp(x+x*O(x^n))-1),n))

%Y A005649(n)=2*a(n), if n>0.

%Y Pairwise sums of A091346.

%K nonn

%O 1,2

%A _N. J. A. Sloane_, Jun 08 2003

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 May 12 20:41 EDT 2024. Contains 372494 sequences. (Running on oeis4.)