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!)
A039765 Number of edges in the Hasse diagrams for the D-analogs of the partition lattices. 3
0, 0, 4, 31, 240, 1931, 16396, 147589, 1408224, 14214559, 151394940, 1696783221, 19958826080, 245788962199, 3161635135340, 42390110260685, 591257152058944, 8563898444592927, 128598641049231996 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
R. Suter, Two analogues of a classical sequence, J. Integer Sequences, Vol. 3 (2000), #P00.1.8.
FORMULA
E.g.f.: f_4(x)*g_1(x)*e_1(f_2(x)) + e_1(x)*g_4(x)*e_1(g_2(x)) where e_n(x) = 1/n exp(n x); f_n(x) = 1/n (exp(n x) - 1); g_n(x) = 1/n (exp(n x) - 1 - n x).
MATHEMATICA
max = 18; e[n_, x_] := E^(n*x)/n; f[n_, x_] := (E^(n*x) - 1)/n; g[n_, x_] := (E^(n*x) - 1 - n*x)/n; se = Series[ f[4, x]*g[1, x]*e[1, f[2, x]] + e[1, x]*g[4, x]*e[1, g[2, x]], {x, 0, max}]; CoefficientList[se, x]*Range[0, max]! (* Jean-François Alcover, May 04 2012, after e.g.f. *)
CROSSREFS
Edges in the Hasse diagrams for partition lattices: A003128, B-analogs = A039759.
Sequence in context: A014537 A136284 A183911 * A001091 A309184 A077615
KEYWORD
nonn,nice
AUTHOR
Ruedi Suter (suter(AT)math.ethz.ch)
STATUS
approved

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 25 09:49 EDT 2024. Contains 371967 sequences. (Running on oeis4.)