This site is supported by donations to The OEIS Foundation.

User:Nathan L. Skirrow/A058349

From OeisWiki
Jump to: navigation, search


This article is under construction.            

Please do not rely on any information it contains.            


Definitions and conventions

Herein, all sums are zero for all terms outside the bounds given; the bounds are only specified for clarity.

All functions are considered upwards power series (ie. converging in the neighbourhood of ), for the purposes of taking residues and using Egorychev's method; negative-index coefficient extraction is nonzero only if the function in question has a singularity at

  • begins at , begins at
  • Define the forward difference operator (multiplying the generating function by ), so its th iterate is
Its inverse is , whose higher-order iterates are
  • Let
  • Let be the second-order Eulerian number A340556(n,k).

g.f.'s and formulae

formulas are given as series extraction followed by combinatorial interpretations. We make use of the identity (explained in [1]) throughout; directly applying it (then doing a little bit of manipulation), the first formula in each kind corresponds with the first in the other, the second with the third in the other.

  • cycle numbers
[n 1]
  • subset numbers
for both sequences' row e.g.f.'s, we can increment every occurrence of and outside of indexing, to extend to the column also
  • recurrence relations for subset columns and cycle rows
  • the subset o.g.f. is rewritable as , and since , gives the recurrence relation
partial-fraction-decomposing it also provides a formula as a singly-nested summation (a simple equivalent to which doesn't exist for the cycle numbers),
, so
the equivalent for the unshifted numerator is
  • since , defining , one gets so
solving this, one gets (per [2], equation (3), rewritten to avoid the function)
  • g.f.'s for Stirling diagonal differences sequences:
  • from Wolfdieter Lang's comment upon A048993,
however, more usefully for our purposes,
  • using the first g.f. formula,
we can use the aforementioned partial fraction decomposition upon the second line of this,
  • using the second e.g.f. one,
then since , we have
using Faà di Bruno's formula at ,
  • likewise for cycle numbers (for fun, not useful here),
  • o.g.f.
  • and e.g.f.
  • We have that
(seemingly first given in [3])
and
note that since , we have an explicit form for the generalised harmonic numbers (so ), and an o.g.f. , where the polylogarithm is defined and


Interesting part

Define

The above formulae give the g.f. forms , which give the combinatorial interpretation , explicitly (upper limits on outer sums imposed by cardinality)

A serieswise interpretation of is that , so one can perform its definition backwards,

diagonals

where we define , so giving its g.f. as , we have

then and , and , and , so we have

[n 2]

A000262

proof: we can sum the generating function for constant over all (or rather, all , due to its reversedness) by setting and evaluating it, reducing it to , the sum over Lah numbers by which it's defined.

Another definition is , where A355260(n,k)=|A055924(n,k)|, the latter having an explanation from David Callan as counting the cardinality of the subset where the () lists contain a total of cycles
write each of the permutations' decompositions into cycles, written with their smallest element first.
then join the cycles into sets of cycles in one of ways.
within each set, order the cycles (which each have their least element first) in descending order of first element, and concatenate them into a list.
perform the map that sends minima into cycles[4]

Simple examination yields that the triangle's rows' elements are not expressible as sums of A355260 numbers in the corresponding row, so the property yielding cardinality of corresponding poset is not cycle count.

Note that per Vaclav Kotesovec's comment (ignoring the Laurent series),

A058349

From [5], we have .

Proposition: This corresponds with .

Again using the generating function,

The Lagrange inversion theorem gives

Series-parallel posets can be constructed through two operations that group a subset of nodes into a metanode that behaves as a single one, connecting them in parallel and in series respectively. ([6] explains a little bit more context.) These can be considered more abstractly as groupings into sets and lists; each type may only contain nodes and the other type (since subgroupings of the same type would be merged together), and the 'connected' criterion makes the tree rooted at a list.

Whereas thus far we have been concerned mostly with o.g.f.'s, in this part we use e.g.f.'s, since they make nested combinatorial structures isomorphic with arithmetic using Faà di Bruno (the opposite way around from above; getting g.f.'s from interpretations)

Given the e.g.f. of a sequence enumerating nonempty [structure]s on nodes, the e.g.f. of the number of sets of [structure]s with nodes between them is , whereas the number of lists of [structure]s is

So we can partition the nodes into a set of lists with (A000262), and permit nodes to lie in the set by adding to the 's input for (A052844[n 3])

The other way around, we can partition nodes into a list of sets with (A000670), then permit nodes to lie in the list by adding to the 's input for (A006155[n 4]).

so the e.g.f. enumerating 'stripey trees' rooted at lists (which has by convention) is , where enumerates them rooted at sets (we subtract the th and th powers, since a list cannot consist of a single set and vice versa).

can be rewritten so , giving the functional inverse that R. C. Read obtained!

working backwards, , ie. , gives that for ,

however, we can also go the other way around, as .

defining the aerated array to be the number of partitions of labelled objects into a set of even-cardinality nonempty subsets, then

so we need only prove that for ,


again per Kotesovec,


Notes

  1. replacing the Bernoulli numbers with their upper-exclusively-defined variant produces the array , which is the matrix inverse (rather than backwards recurrence-relation/diagonal-polynomial continuation) of the array and is used (usually notated ) in some places like the DLMF
  2. Philippe Deléham's formula in A067318 mentions that it is also for a triangle defined by the DELTA operator he first defined in A084938 (see also Luschny's sequence transformation entry and R. J. Mathar's write-up), and that triangle (A088996) curiously has a leading diagonal coinciding with this page's as well, however besides these it is quite different (ie. its left edge is orthogonal, not knightwise)
  3. counts over the same structure as A000262 except count each partitioning into a set of lists with multiplicity equal to , since each one can be either nested into its own set or freestanding in the list
  4. this sequence does not currently contain this combinatorial interpretation! representation of the first few terms:
    a(0)=1=|{[]}|
    a(1)=2=|{[0],[{0}]}|
    a(2)=9=|{[0,1],[1,0],[{0},1],[0,{1}],[{1},0],[1,{0}],[{0},{1}],[{1},{0}],[{0,1}]}|

    , meaning (from Kotesovec's asymptotics)

References

  1. Donald Knuth, 1992. Two notes on notation
  2. Victor Adamchik, 1997. On Stirling numbers and Euler sums. Journal of Computational and Applied Mathematics, Volume 79, Issue 1. (DoI, author's webpage)
  3. J. H. Conway and R. K. Guy (1996). The Book of Numbers, New York: Springer-Verlag, page 258
    note that they use , differing from most literature (and this) which use for the zeta partial sums
    it seems they didn't know about the more elegant version in terms of upper-exclusive sums
  4. it was not well-known to me; Sriram V. Pemmaraju, Cycle Structure of Permutations (lecture note, autumn 2001) explains it as follows
    write your permutation as a sequence of cycles, each one with its minima first, and sort cycles (keyed by first element) from largest to smallest, and concatenate them, then each cycle becomes a left-to-right minimum.
    Likewise, one can send them back by placing partitions before indexes of left-to-right minima, treat parts as cycles and convert from cycle to ordinary notation.
  5. Ronald C. Read, September 26, 1991. Graphical enumeration by cycle-index sums: first steps toward a unified treatment (Research Report CORR 91-19, University of Waterloo)
  6. Steven R. Finch, July 7, 2003. Series-Parallel Networks