Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A099594
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A099594 Array read by antidiagonals: poly-Bernoulli numbers B(-k,n). +0
6
1, 1, 1, 1, 2, 1, 1, 4, 4, 1, 1, 8, 14, 8, 1, 1, 16, 46, 46, 16, 1, 1, 32, 146, 230, 146, 32, 1, 1, 64, 454, 1066, 1066, 454, 64, 1, 1, 128, 1394, 4718, 6902, 4718, 1394, 128, 1, 1, 256, 4246, 20266, 41506, 41506, 20266, 4246, 256, 1, 1, 512, 12866, 85310, 237686 (list; table; graph; listen)
OFFSET

0,5

COMMENT

B_n^{(-k)} is the number of distinct n by k "lonesum matrices" where a matrix of entries 0 or 1 is called lonesum when it is uniquely reconstructable from its row and column sums. [Brewbaker]

B_n^{(-k)} is the cardinality of the set { sigma in S_{n+k}: -k <= i-sigma(i) <= n for all i=1,2,...,n+k } [Launois]

T(n,k) is also the number of permutations on [n+k] in which each substring whose support belongs to {1, 2, ..., n} or {n+1, n+2, ..., n+k} is increasing. For example, with n = 2 and k = 3, the permutation 41532 does not qualify because the substring 53 has support in {n+1, n+2, ..., n+k} = {3,4,5} but is not increasing. T(2,1) = 4 counts 123, 132, 231, 312 while the permutations satisfying Launois' condition above are 123, 132, 213, 231. A bijection between these sets of permutations would be interesting. - David Callan (callan(AT)stat.wisc.edu), Jul 22 2008. (Corrected by Norman Do, Sep 01 2008)

LINKS

Chad Brewbaker, Enumerating (0, 1) Matrices Uniquely Reconstructable From Their Row and Column Sum Vectors

M. Kaneko, Poly-Bernoulli numbers

S. Launois, Combinatorics of H-primes in quantum matrices

FORMULA

pB(k, n) = (-1)^n * Sum[i=0..n, (-1)^i * i! * Stirling2(n, i) / (i+1)^k ]

E.g.f.: e^(x+y) / [e^x + e^y - e^(x+y)].

T(n, k) = Sum_{j=0..n} (j+1)^k*Sum_{i=0..j} (-1)^(n+j-i)*C(j, i)*(j-i)^n. - Paul D. Hanna (pauldhanna(AT)juno.com), Nov 04 2004

EXAMPLE

1,1,1,1,1,1,

1,2,4,8,16,32,

1,4,14,46,146,454,

1,8,46,230,1066,4718,

1,16,146,1066,6902,41506,

1,32,454,4718,41506,329462,

PROGRAM

(PARI) T(n, k)=sum(j=0, n, (j+1)^k*sum(i=0, j, (-1)^(n+j-i)*binomial(j, i)*(j-i)^n))

CROSSREFS

Rows 0-4 are A000012, A000079, A027649, A027650, A027651. Main diagonal is A048163. Antidiagonal sums are in A098830. Cf. A019538.

Sequence in context: A062715 A100631 A064298 this_sequence A117401 A144324 A034372

Adjacent sequences: A099591 A099592 A099593 this_sequence A099595 A099596 A099597

KEYWORD

nonn,tabl

AUTHOR

Ralf Stephan, Oct 27 2004

page 1

Search completed in 0.003 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 21 14:49 EST 2008. Contains 150807 sequences.


AT&T Labs Research