patterns Lara Pudwell faculty.valpo.edu/lpudwell

Size: px
Start display at page:

Download "patterns Lara Pudwell faculty.valpo.edu/lpudwell"

Transcription

1 faculty.valpo.edu/lpudwell joint work with Andrew Baxter Permutation 2014 East Tennessee State University July 7, 2014

2 Ascents Definition An ascent in the string x 1 x n is a position i such that x i < x i+1. Example:

3 Ascents Definition An ascent in the string x 1 x n is a position i such that x i < x i+1. Example: Definition asc(x 1 x n ) is the number of ascents of x 1 x n. Example: asc(01024) = 3

4 Ascent Sequences Definition An ascent sequence is a string x 1 x n of non-negative integers such that: x 1 = 0 x n 1 + asc(x 1 x n 1 ) for n 2 A n is the set of ascent sequences of length n A 2 = {00, 01} More examples: 01234, A 3 = {000, 001, 010, 011, 012} Non-example: 01024

5 Ascent Sequences Definition An ascent sequence is a string x 1 x n of non-negative integers such that: x 1 = 0 x n 1 + asc(x 1 x n 1 ) for n 2 A n is the set of ascent sequences of length n A 2 = {00, 01} More examples: 01234, A 3 = {000, 001, 010, 011, 012} Non-example: (Bousquet-Mélou, Claesson, Dukes, & Kitaev, 2010) A n is the nth Fishburn number (OEIS A022493). A n x n = n (1 (1 x) i ) n 0 n 0 i=1

6 Definition The reduction of x = x 1 x n, red(x), is the string obtained by replacing the ith smallest digits of x with i 1. Example: red(273772) =

7 Definition The reduction of x = x 1 x n, red(x), is the string obtained by replacing the ith smallest digits of x with i 1. Example: red(273772) = Pattern containment/avoidance a = a 1 a n contains σ = σ 1 σ m iff there exist 1 i 1 < i 2 < < i m n such that red(a i1 a i2 a im ) = σ. a B (n) = {a A n a avoids B} contains 012, 000, 1102; avoids 210.

8 Definition The reduction of x = x 1 x n, red(x), is the string obtained by replacing the ith smallest digits of x with i 1. Example: red(273772) = Pattern containment/avoidance a = a 1 a n contains σ = σ 1 σ m iff there exist 1 i 1 < i 2 < < i m n such that red(a i1 a i2 a im ) = σ. a B (n) = {a A n a avoids B} contains 012, 000, 1102; avoids 210. Goal Determine a B (n) for many of choices of B.

9 Previous Work Duncan & Steingrímsson (2011) Pattern σ {a σ (n)} n 1 OEIS 001, , n 1 A , 0112 (3 n 1 + 1)/2 A , n ) 0101 n+1( n A Mansour and Shattuck (2014) Callan, Mansour and Shattuck (2014) Pattern σ {a σ (n)} n 1 OEIS 1012 n 1 ( n 1 ) k=0 k Ck A x+3x 0123 ogf: 2 A x+6x 2 x 3 8 pairs of length 1 2n ) n+1( n A

10 Overview 13 length 3 6 ( permutations, 000, 001, 010, 100, 011, 101, ) 2 = 78 pairs at least 35 different sequences a σ,τ (n) 16 sequences in OEIS 3 sequences from Duncan/Steingrímsson 1 eventually zero 1 from pattern-avoiding set partitions 3 from pattern-avoiding permutations 1 sequence from Mansour/Shattuck (Duncan/Steingrímsson conjecture)

11 a 010,021 (n) = a 010 (n) = a 10 (n) = 2 n 1

12 a 010,021 (n) = a 010 (n) = a 10 (n) = 2 n 1 If σ contains 10, then a 010,σ = 2 n 1.

13 a 010,021 (n) = a 010 (n) = a 10 (n) = 2 n 1 If σ contains 10, then a 010,σ = 2 n 1. a 101,201 (n) = a 101 (n) = C n

14 a 010,021 (n) = a 010 (n) = a 10 (n) = 2 n 1 If σ contains 10, then a 010,σ = 2 n 1. a 101,201 (n) = a 101 (n) = C n 101-avoiders are restricted growth functions. If σ contains 201, then a 101,σ = C n.

15 a 010,021 (n) = a 010 (n) = a 10 (n) = 2 n 1 If σ contains 10, then a 010,σ = 2 n 1. a 101,201 (n) = a 101 (n) = C n 101-avoiders are restricted growth functions. If σ contains 201, then a 101,σ = C n. a 101,210 (n) = 3n

16 a 010,021 (n) = a 010 (n) = a 10 (n) = 2 n 1 If σ contains 10, then a 010,σ = 2 n 1. a 101,201 (n) = a 101 (n) = C n 101-avoiders are restricted growth functions. If σ contains 201, then a 101,σ = C n. a 101,210 (n) = 3n Proof sketch: bijection with ternary strings with even number of 2s (Duncan/Steingrímsson proof that a 102 (n) = 3n uses bijection with same strings.)

17 A n n 2 a 000,012 (n) = 3 n = 3 or n = 4 0 n 5 A 1 (000, 012) = {0} A 2 (000, 012) = {00, 01} A 3 (000, 012) = {001, 010, 011} A 4 (000, 012) = {0011, 0101, 0110}

18 a 0 a,012 b(n) = 0 for n (a 1) ((a 1)(b 2) + 2) + 1 Proof: largest letter preceeded by at most b 1 smaller values at most a 1 copies of each value How to maximize number of ascents: (a 1)(b 2) ascents before largest letter largest possible digit is (a 1)(b 2) + 1 Use all digits in {0,..., (a 1)(b 2) + 1} each a 1 times.

19 a 0 a,012 b(n) = 0 for n (a 1) ((a 1)(b 2) + 2) + 1 Proof: largest letter preceeded by at most b 1 smaller values at most a 1 copies of each value How to maximize number of ascents: (a 1)(b 2) ascents before largest letter largest possible digit is (a 1)(b 2) + 1 Use all digits in {0,..., (a 1)(b 2) + 1} each a 1 times. Maximum avoider example: (a=3, b=5)

20 OEIS Formula 000,011 A n 000,001 A F ( n+1 011,100 A n ) ,100 A F n+2 1 ( 001,210 A n ) 3 + n 000,101 A M n 100,101 A (Generalized Catalan) 021,102 A S n (123, 3241) 102,120 A S n (132, 4312) 101,120 A S n (231, 4123) 101,110 A F 2n 1 201,210 A n 1 k=0 ( n 1 k ) Ck

21 Avoiding 100 and 101 a 100,101 (n) = GC n, the nth generalized Catalan number a 100,101 (n) = a 0100,0101 (n) ascent sequences avoiding a subpattern of are restricted growth functions Mansour & Shattuck (2011): 1211, 1212-avoiding set partitions are counted by GC n used algebraic techniques known: GC n counts DDUU-avoiding New: bijective proof

22 Avoiding 100 and 101 Bijection from DDUU-avoiding to ascent sequences: Heights of left sides of up steps:

23 Avoiding 100 and 101 Bijection from DDUU-avoiding to ascent sequences: Heights of left sides of up steps:

24 Avoiding 100 and 101 Bijection from DDUU-avoiding to ascent sequences: Heights of left sides of up steps:

25 Avoiding 100 and 101 Bijection from DDUU-avoiding to ascent sequences: Heights of left sides of up steps:

26 Avoiding 100 and 101 Bijection from DDUU-avoiding to ascent sequences: Heights of left sides of up steps:

27 Avoiding 100 and 101 Bijection from DDUU-avoiding to ascent sequences: Heights of left sides of up steps:

28 Avoiding 100 and 101 Bijection from DDUU-avoiding to ascent sequences: Heights of left sides of up steps:

29 Avoiding 100 and 101 Bijection from DDUU-avoiding to ascent sequences: Heights of left sides of up steps:

30 A n :

31 A n (10):

32 A n (10): Root: (2) Rule: (2) (2)(2) A 10 (n) = 2 n 1

33 Permutations a 102,120 (n) = S n (132, 4312) Proof: Isomorphic generating tree

34 Permutations a 102,120 (n) = S n (132, 4312) Proof: Isomorphic generating tree a 101,120 (n) = S n (231, 4123) Proof: Isomorphic generating tree

35 Permutations a 102,120 (n) = S n (132, 4312) Proof: Isomorphic generating tree a 101,120 (n) = S n (231, 4123) Proof: Isomorphic generating tree a 021,102 (n) = S n (123, 3241) Proof:... 5 labels. Permutations 8 labels. (Vatter, FINLABEL, 2006) Transfer matrix method gives same enumeration, bijective proof open.

36 Avoiding 201 and 210 a 201,210 (n) = n 1 ( n 1 ) k Ck k=0 Proof scribble: generating tree recurrence system of functional equations experimental solution plug in for catalytic variables

37 Avoiding 201 and 210 a 201,210 (n) = n 1 ( n 1 ) k Ck k=0 Proof scribble: generating tree recurrence system of functional equations experimental solution plug in for catalytic variables Conjecture (Duncan & Steingrímsson) a 0021 (n) = a 1012 (n) = n 1 k=0 ( n 1 ) k Ck Note: Proving this would complete Wilf classification of 4.

38 A familiar sequence... Conjecture (Duncan & Steingrímsson) a 0021 (n) = a 1012 (n) = n 1 k=0 ( n 1 ) k Ck (Mansour & Shattuck) a 1012 (n) = n 1 k=0 ( n 1 ) k Ck

39 A familiar sequence... Conjecture (Duncan & Steingrímsson) a 0021 (n) = a 1012 (n) = n 1 k=0 ( n 1 ) k Ck (Mansour & Shattuck) a 1012 (n) = n 1 k=0 ( n 1 ) k Ck a 0021 (n) = n 1 ( n 1 ) k Ck k=0 Proof: Similar technique to a 201,210 (n).

40 Summary and Future work 16 pairs of 3- appear in OEIS. Erdős-Szekeres analog for ascent sequences. New bijective proof connecting 100,101-avoiders to. Completed Wilf classification of 4-. Open: 19 sequences from pairs of 3- not in OEIS. Bijective explanation that a021,102 (n) = S n (123, 3241).

41 Summary and Future work 16 pairs of 3- appear in OEIS. Erdős-Szekeres analog for ascent sequences. New bijective proof connecting 100,101-avoiders to. Completed Wilf classification of 4-. Open: 19 sequences from pairs of 3- not in OEIS. Bijective explanation that a021,102 (n) = S n (123, 3241). Forthcoming: Enumeration schemes for pattern-avoiding ascent sequences Details on a 201,210 (n) and a 0021 (n) More bijections with other combinatorial objects?

42 References A. Baxter and L. Pudwell,, arxiv: , submitted. M. Bousquet-Mélou, A. Claesson, M. Dukes, S. Kitaev, (2+2)-free posets, ascent sequences, and pattern avoiding permutations, J. Combin. Theory Ser. A 117 (2010), D. Callan, T. Mansour, and M. Shattuck. Restricted ascent sequences and Catalan numbers. arxiv: , March P. Duncan and E. Steingrímsson. Pattern avoidance in ascent sequences. Electronic J. Combin. 18(1) (2011), #P226 (17pp). T. Mansour and M. Shattuck. Restricted partitions and generalized Catalan numbers. Pure Math. Appl. (PU.M.A.) 22 (2011), no. 2, A18 (05A15) T. Mansour and M. Shattuck. Some enumerative results related to ascent sequences. Discrete Mathematics (2014), V. Vatter. Finitely labeled generating trees and restricted permutations, J. Symb. Comput. 41 (2006),

43 References A. Baxter and L. Pudwell,, arxiv: , submitted. M. Bousquet-Mélou, A. Claesson, M. Dukes, S. Kitaev, (2+2)-free posets, ascent sequences, and pattern avoiding permutations, J. Combin. Theory Ser. A 117 (2010), D. Callan, T. Mansour, and M. Shattuck. Restricted ascent sequences and Catalan numbers. arxiv: , March P. Duncan and E. Steingrímsson. Pattern avoidance in ascent sequences. Electronic J. Combin. 18(1) (2011), #P226 (17pp). T. Mansour and M. Shattuck. Restricted partitions and generalized Catalan numbers. Pure Math. Appl. (PU.M.A.) 22 (2011), no. 2, A18 (05A15) T. Mansour and M. Shattuck. Some enumerative results related to ascent sequences. Discrete Mathematics (2014), V. Vatter. Finitely labeled generating trees and restricted permutations, J. Symb. Comput. 41 (2006), Thanks for listening!

Ascent sequences and the binomial convolution of Catalan numbers

Ascent sequences and the binomial convolution of Catalan numbers AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 64(1) (2016), Pages 21 43 Ascent sequences and the binomial convolution of Catalan numbers Lara K. Pudwell Department of Mathematics and Statistics Valparaiso

More information

LaCIM seminar, UQÀM. March 15, 2013

LaCIM seminar, UQÀM. March 15, 2013 (Valparaiso University) LaCIM seminar, UQÀM Montréal, Québec March 15, 2013 Conventions and Definitions s are written in one-line notation. e.g. S 3 = {123, 132, 213, 231, 312, 321} Conventions and Definitions

More information

Pattern avoidance in ascent sequences

Pattern avoidance in ascent sequences Pattern avoidance in ascent sequences Paul Duncan 25 Vega Court Irvine, CA 92617, USA pauldncn@gmail.com Einar Steingrímsson Department of Computer and Information Sciences University of Strathclyde, Glasgow

More information

Self-dual interval orders and row-fishburn matrices

Self-dual interval orders and row-fishburn matrices Self-dual interval orders and row-fishburn matrices Sherry H. F. Yan Department of Mathematics Zhejiang Normal University Jinhua 321004, P.R. China huifangyan@hotmail.com Yuexiao Xu Department of Mathematics

More information

Avoidance in (2+2)-Free Posets

Avoidance in (2+2)-Free Posets Avoidance in (2+2)-Free Posets Nihal Gowravaram Acton Boxborough Regional High School Mentor: Wuttisak Trongsiriwat PRIMES Annual Conference Massachusetts Institute of Technology May 18-19, 2013 1 / 13

More information

Enumeration Schemes for Words Avoiding Permutations

Enumeration Schemes for Words Avoiding Permutations Enumeration Schemes for Words Avoiding Permutations Lara Pudwell November 27, 2007 Abstract The enumeration of permutation classes has been accomplished with a variety of techniques. One wide-reaching

More information

Paths, Permutations and Trees. Enumerating Permutations Avoiding Three Babson - Steingrímsson Patterns

Paths, Permutations and Trees. Enumerating Permutations Avoiding Three Babson - Steingrímsson Patterns Paths, Permutations and Trees Center for Combinatorics Nankai University Tianjin, February 5-7, 004 Enumerating Permutations Avoiding Three Babson - Steingrímsson Patterns Antonio Bernini, Elisa Pergola

More information

Pattern Avoidance in the Rook Monoid

Pattern Avoidance in the Rook Monoid Pattern Avoidance in the Rook Monoid Dan Daly Department of Mathematics Southeast Missouri State University Cape Girardeau, MO, 63701 ddaly@semo.edu Lara K. Pudwell Department of Mathematics and Statistics

More information

ENUMERATING PERMUTATIONS AVOIDING A PAIR OF BABSON-STEINGRíMSSON PATTERNS

ENUMERATING PERMUTATIONS AVOIDING A PAIR OF BABSON-STEINGRíMSSON PATTERNS ENUMERATING PERMUTATIONS AVOIDING A PAIR OF BABSON-STEINGRíMSSON PATTERNS ANDERS CLAESSON AND TOUFIK MANSOUR Abstract. Babson and Steingrímsson introduced generalized permutation patterns that allow the

More information

ASYMPTOTIC ENUMERATION OF PERMUTATIONS AVOIDING GENERALIZED PATTERNS

ASYMPTOTIC ENUMERATION OF PERMUTATIONS AVOIDING GENERALIZED PATTERNS ASYMPTOTIC ENUMERATION OF PERMUTATIONS AVOIDING GENERALIZED PATTERNS SERGI ELIZALDE Abstract. Motivated by the recent proof of the Stanley-Wilf conjecture, we study the asymptotic behavior of the number

More information

Enumerative and Algebraic Combinatorics of OEIS A071356

Enumerative and Algebraic Combinatorics of OEIS A071356 Enumerative and Algebraic Combinatorics of OEIS A071356 Chetak Hossain Department of Matematics North Carolina State University July 9, 2018 Chetak Hossain (NCSU) Combinatorics of OEIS A071356 July 9,

More information

Pattern Avoidance in Ordered Set Partitions

Pattern Avoidance in Ordered Set Partitions Pattern Avoidance in Ordered Set Partitions arxiv:1212.2530v2 [math.co] 24 Mar 2013 Anant Godbole 1 Department of Mathematics and Statistics East Tennessee State University Johnson City, TN 37614, USA

More information

Enumeration schemes for vincular patterns

Enumeration schemes for vincular patterns Enumeration schemes for vincular patterns Andrew M. Baxter Mathematics Department Pennsylvania State University State College, PA 08902 Phone: 732-801-9133 Fax: 814-865-3735 baxter@math.psu.edu Lara K.

More information

QUADRANT MARKED MESH PATTERNS IN 132-AVOIDING PERMUTATIONS III

QUADRANT MARKED MESH PATTERNS IN 132-AVOIDING PERMUTATIONS III #A39 INTEGERS 5 (05) QUADRANT MARKED MESH PATTERNS IN 3-AVOIDING PERMUTATIONS III Sergey Kitaev Department of Computer and Information Sciences, University of Strathclyde, Glasgow, United Kingdom sergey.kitaev@cis.strath.ac.uk

More information

PLACE-DIFFERENCE-VALUE PATTERNS: A GENERALIZATION OF GENERALIZED PERMUTATION AND WORD PATTERNS

PLACE-DIFFERENCE-VALUE PATTERNS: A GENERALIZATION OF GENERALIZED PERMUTATION AND WORD PATTERNS #A INTEGERS 0 (200), 29-54 PLACE-DIFFERENCE-VALUE PATTERNS: A GENERALIZATION OF GENERALIZED PERMUTATION AND WORD PATTERNS Sergey Kitaev The Mathematics Institute, School of Computer Science, Reykjavík

More information

Pattern Avoidance in Reverse Double Lists

Pattern Avoidance in Reverse Double Lists Pattern Avoidance in Reverse Double Lists Marika Diepenbroek, Monica Maus, Alex Stoll University of North Dakota, Minnesota State University Moorhead, Clemson University Advisor: Dr. Lara Pudwell Valparaiso

More information

arxiv: v1 [math.co] 18 Sep 2009

arxiv: v1 [math.co] 18 Sep 2009 ASCENT SEQUENCES AND UPPER TRIANGULAR MATRICES CONTAINING NON-NEGATIVE INTEGERS arxiv:09093486v1 [mathco] 18 Sep 2009 MARK DUKES AND ROBERT PARVIAINEN Abstract This paper presents a bijection between ascent

More information

Shift Equivalence in Consecutive Pattern Avoidance. Trinity University

Shift Equivalence in Consecutive Pattern Avoidance. Trinity University in Consecutive Pattern Avoidance Brian K. Trinity University Mathematics Department AMS Fall Sectional University of Wisconsin, Eau Claire September 21, 2014 Outline 1 The Problem Outline 1 The Problem

More information

arxiv: v1 [cs.dm] 25 Jun 2016

arxiv: v1 [cs.dm] 25 Jun 2016 A permutation code preserving a double Eulerian bistatistic Jean-Luc Baril and Vincent Vajnovszki LEI, Université de Bourgogne Franche-Comté BP, Dijon Cedex, France {barjl}{vvajnov}@u-bourgogne.fr arxiv:.v

More information

Some statistics on permutations avoiding generalized patterns

Some statistics on permutations avoiding generalized patterns PUMA Vol 8 (007), No 4, pp 7 Some statistics on permutations avoiding generalized patterns Antonio Bernini Università di Firenze, Dipartimento di Sistemi e Informatica, viale Morgagni 65, 504 Firenze,

More information

Some Catalan Musings p. 1. Some Catalan Musings. Richard P. Stanley

Some Catalan Musings p. 1. Some Catalan Musings. Richard P. Stanley Some Catalan Musings p. 1 Some Catalan Musings Richard P. Stanley Some Catalan Musings p. 2 An OEIS entry A000108: 1,1,2,5,14,42,132,429,... Some Catalan Musings p. 2 An OEIS entry A000108: 1,1,2,5,14,42,132,429,...

More information

Bijective Proofs with Spotted Tilings

Bijective Proofs with Spotted Tilings Brian Hopkins, Saint Peter s University, New Jersey, USA Visiting Scholar, Mahidol University International College Editor, The College Mathematics Journal MUIC Mathematics Seminar 2 November 2016 outline

More information

Sequences that satisfy a(n a(n)) = 0

Sequences that satisfy a(n a(n)) = 0 Sequences that satisfy a(n a(n)) = 0 Nate Kube Frank Ruskey October 13, 2005 Abstract We explore the properties of some sequences for which a(n a(n)) = 0. Under the natural restriction that a(n) < n the

More information

ON MULTI-AVOIDANCE OF RIGHT ANGLED NUMBERED POLYOMINO PATTERNS

ON MULTI-AVOIDANCE OF RIGHT ANGLED NUMBERED POLYOMINO PATTERNS INTEGERS: ELECTRONIC JOURNAL OF COMBINATORIAL NUMBER THEORY 4 (2004), #A21 ON MULTI-AVOIDANCE OF RIGHT ANGLED NUMBERED POLYOMINO PATTERNS Sergey Kitaev Department of Mathematics, University of Kentucky,

More information

The Gaussian coefficient revisited

The Gaussian coefficient revisited The Gaussian coefficient revisited Richard EHRENBORG and Margaret A. READDY Abstract We give new -(1+)-analogue of the Gaussian coefficient, also now as the -binomial which, lie the original -binomial

More information

Pattern Popularity in 132-Avoiding Permutations

Pattern Popularity in 132-Avoiding Permutations Pattern Popularity in 132-Avoiding Permutations The MIT Faculty has made this article openly available. Please share how this access benefits you. Your story matters. Citation As Published Publisher Rudolph,

More information

Animals and 2-Motzkin Paths

Animals and 2-Motzkin Paths 1 2 3 47 6 23 11 Journal of Integer Sequences, Vol 8 (2005), Article 0556 Animals and 2-Motzkin Paths Wen-jin Woan 1 Department of Mathematics Howard University Washington, DC 20059 USA wwoan@howardedu

More information

Pattern Avoidance in Set Partitions

Pattern Avoidance in Set Partitions Pattern Avoidance in Set Partitions Bruce E. Sagan Department of Mathematics Michigan State University East Lansing, MI 48824-1027 USA sagan@math.msu.edu May 19, 2006 Key Words: D-finite, enumeration,

More information

Some Catalan Musings p. 1. Some Catalan Musings. Richard P. Stanley

Some Catalan Musings p. 1. Some Catalan Musings. Richard P. Stanley Some Catalan Musings p. 1 Some Catalan Musings Richard P. Stanley Some Catalan Musings p. 2 An OEIS entry A000108: 1,1,2,5,14,42,132,429,... Some Catalan Musings p. 2 An OEIS entry A000108: 1,1,2,5,14,42,132,429,...

More information

Descents in Parking Functions

Descents in Parking Functions 1 2 3 47 6 23 11 Journal of Integer Sequences, Vol. 21 (2018), Article 18.2.3 Descents in Parking Functions Paul R. F. Schumacher 1512 Oakview Street Bryan, TX 77802 USA Paul.R.F.Schumacher@gmail.com Abstract

More information

Enumerative Combinatorics with Fillings of Polyominoes

Enumerative Combinatorics with Fillings of Polyominoes Enumerative Combinatorics with Fillings of Polyominoes Catherine Yan Texas A&M Univesrity GSU, October, 204 2 Outline. Symmetry of the longest chains Subsequences in permutations and words Crossings and

More information

Fighting Fish: enumerative properties. Enrica Duchi. Veronica Guerrini & Simone Rinaldi DIISM, Università di Siena.

Fighting Fish: enumerative properties. Enrica Duchi. Veronica Guerrini & Simone Rinaldi DIISM, Università di Siena. Fighting Fish: enumerative properties Enrica Duchi IRIF, Université Paris Diderot Veronica Guerrini & Simone Rinaldi DIISM, Università di Siena Gilles Schaeffer LIX, CNRS and École Polytechnique Séminaire

More information

Counting permutations by cyclic peaks and valleys

Counting permutations by cyclic peaks and valleys Annales Mathematicae et Informaticae 43 (2014) pp. 43 54 http://ami.ektf.hu Counting permutations by cyclic peaks and valleys Chak-On Chow a, Shi-Mei Ma b, Toufik Mansour c Mark Shattuck d a Division of

More information

Enumerative Combinatorics with Fillings of Polyominoes

Enumerative Combinatorics with Fillings of Polyominoes Enumerative Combinatorics with Fillings of Polyominoes Catherine Yan Texas A&M University Tulane, March 205 Tulane, March 205 2 Outline. Symmetry of the longest chains Subsequences in permutations and

More information

GENERATING TREES FOR PERMUTATIONS AVOIDING GENERALIZED PATTERNS

GENERATING TREES FOR PERMUTATIONS AVOIDING GENERALIZED PATTERNS GENERATING TREES FOR PERMUTATIONS AVOIDING GENERALIZED PATTERNS SERGI ELIZALDE Abstract. We construct generating trees with with one, two, and three labels for some classes of permutations avoiding generalized

More information

ECO-generation for some restricted classes of compositions

ECO-generation for some restricted classes of compositions ECO-generation for some restricted classes of compositions Jean-Luc Baril and Phan-Thuan Do 1 LE2I UMR-CNRS 5158, Université de Bourgogne BP 47 870, 21078 DIJON-Cedex France e-mail: barjl@u-bourgognefr

More information

CIS 375 Intro to Discrete Mathematics Exam 3 (Section M004: Blue) 6 December Points Possible

CIS 375 Intro to Discrete Mathematics Exam 3 (Section M004: Blue) 6 December Points Possible Name: CIS 375 Intro to Discrete Mathematics Exam 3 (Section M004: Blue) 6 December 2016 Question Points Possible Points Received 1 12 2 14 3 14 4 12 5 16 6 16 7 16 Total 100 Instructions: 1. This exam

More information

Partition and composition matrices: two matrix analogues of set partitions

Partition and composition matrices: two matrix analogues of set partitions FPSAC 2011, Reykjavík, Iceland DMTCS proc. AO, 2011, 221 232 Partition and composition matrices: two matrix analogues of set partitions Anders Claesson 1, Mark Dukes 1 and Martina Kubitzke 2 1 Department

More information

The game of plates and olives

The game of plates and olives The game of plates and olives arxiv:1711.10670v2 [math.co] 22 Dec 2017 Teena Carroll David Galvin December 25, 2017 Abstract The game of plates and olives, introduced by Nicolaescu, begins with an empty

More information

Maximizing the descent statistic

Maximizing the descent statistic Maximizing the descent statistic Richard EHRENBORG and Swapneel MAHAJAN Abstract For a subset S, let the descent statistic β(s) be the number of permutations that have descent set S. We study inequalities

More information

arxiv: v2 [math.co] 15 Feb 2011

arxiv: v2 [math.co] 15 Feb 2011 PARTITION AND COMPOSITION MATRICES arxiv:006.32v2 [math.co 5 Feb 20 ANDERS CLAESSON, MARK DUKES, AND MARTINA KUBITZKE Abstract. This paper introduces two matrix analogues for set partitions. A composition

More information

Standard paths in another composition poset

Standard paths in another composition poset Standard paths in another composition poset Jan Snellman Department of Mathematics, Stockholm University SE-10691 Stockholm, Sweden Jan.Snellmanmath.su.se Submitted: Oct 8, 2003; Accepted: Oct 17, 2004;

More information

On Arithmetic Properties of Bell Numbers, Delannoy Numbers and Schröder Numbers

On Arithmetic Properties of Bell Numbers, Delannoy Numbers and Schröder Numbers A tal given at the Institute of Mathematics, Academia Sinica (Taiwan (Taipei; July 6, 2011 On Arithmetic Properties of Bell Numbers, Delannoy Numbers and Schröder Numbers Zhi-Wei Sun Nanjing University

More information

Enumeration of polyominoes defined in terms of pattern avoidance or convexity constraints

Enumeration of polyominoes defined in terms of pattern avoidance or convexity constraints arxiv:45.346v [math.co] 3 May 24 Enumeration of polyominoes defined in terms of pattern avoidance or convexity constraints Thesis of the University of Siena and the University of Nice Sophia Antipolis

More information

arxiv:math/ v1 [math.co] 2 Oct 2002

arxiv:math/ v1 [math.co] 2 Oct 2002 PARTIALLY ORDERED GENERALIZED PATTERNS AND k-ary WORDS SERGEY KITAEV AND TOUFIK MANSOUR arxiv:math/020023v [math.co] 2 Oct 2002 Matematik, Chalmers tekniska högskola och Göteborgs universitet, S-42 96

More information

CIS 375 Intro to Discrete Mathematics Exam 3 (Section M001: Green) 6 December Points Possible

CIS 375 Intro to Discrete Mathematics Exam 3 (Section M001: Green) 6 December Points Possible Name: CIS 375 Intro to Discrete Mathematics Exam 3 (Section M001: Green) 6 December 2016 Question Points Possible Points Received 1 12 2 14 3 14 4 12 5 16 6 16 7 16 Total 100 Instructions: 1. This exam

More information

Article 12 INTEGERS 11A (2011) Proceedings of Integers Conference 2009 RECURSIVELY SELF-CONJUGATE PARTITIONS

Article 12 INTEGERS 11A (2011) Proceedings of Integers Conference 2009 RECURSIVELY SELF-CONJUGATE PARTITIONS Article 12 INTEGERS 11A (2011) Proceedings of Integers Conference 2009 RECURSIVELY SELF-CONJUGATE PARTITIONS William J. Keith Department of Mathematics, Drexel University, Philadelphia, PA 19104, USA wjk26@math.drexel.edu

More information

arxiv:math/ v1 [math.co] 10 Nov 1998

arxiv:math/ v1 [math.co] 10 Nov 1998 A self-dual poset on objects counted by the Catalan numbers arxiv:math/9811067v1 [math.co] 10 Nov 1998 Miklós Bóna School of Mathematics Institute for Advanced Study Princeton, NJ 08540 April 11, 2017

More information

Words restricted by patterns with at most 2 distinct letters

Words restricted by patterns with at most 2 distinct letters Words restricted by patterns with at most 2 distinct letters Alexander Burstein Department of Mathematics Iowa State University Ames, IA 50011-2064 USA burstein@math.iastate.edu Toufik Mansour LaBRI, Université

More information

On certain combinatorial expansions of the Legendre-Stirling numbers

On certain combinatorial expansions of the Legendre-Stirling numbers On certain combinatorial expansions of the Legendre-Stirling numbers Shi-Mei Ma School of Mathematics and Statistics Northeastern University at Qinhuangdao Hebei, P.R. China shimeimapapers@163.com Yeong-Nan

More information

arxiv:math/ v2 [math.co] 30 Jan 2003

arxiv:math/ v2 [math.co] 30 Jan 2003 COUNTING OCCURRENCES OF SOME SUBWORD PATTERNS arxiv:math/0204320v2 [mathco] 30 Jan 2003 ALEXANDER BURSTEIN AND TOUFIK MANSOUR Abstract We find generating functions for the number of strings (words) containing

More information

Minimal transitive factorizations of a permutation of type (p, q)

Minimal transitive factorizations of a permutation of type (p, q) FPSAC 2012, Nagoya, Japan DMTCS proc. AR, 2012, 679 688 Minimal transitive factorizations of a permutation of type (p, q Jang Soo Kim 1, Seunghyun Seo 2 and Heesung Shin 3 1 School of Mathematics, University

More information

Spanning Trees in Grid Graphs

Spanning Trees in Grid Graphs Spanning Trees in Grid Graphs Paul Raff arxiv:0809.2551v1 [math.co] 15 Sep 2008 July 25, 2008 Abstract A general method is obtained for finding recurrences involving the number of spanning trees of grid

More information

Permutations Which Avoid 1243 and 2143, Continued Fractions, and Chebyshev Polynomials

Permutations Which Avoid 1243 and 2143, Continued Fractions, and Chebyshev Polynomials Permutations Which Avoid 1243 and 2143, Continued Fractions, and Chebyshev Polynomials arxiv:math/0208046v1 [math.co] 6 Aug 2002 Eric S. Egge Department of Mathematics Gettysburg College Gettysburg, PA

More information

Compositions, Bijections, and Enumerations

Compositions, Bijections, and Enumerations Georgia Southern University Digital Commons@Georgia Southern Electronic Theses & Dissertations COGS- Jack N. Averitt College of Graduate Studies Fall 2012 Compositions, Bijections, and Enumerations Charles

More information

EQUIDISTRIBUTIONS OF MAHONIAN STATISTICS OVER PATTERN AVOIDING PERMUTATIONS (EXTENDED ABSTRACT)

EQUIDISTRIBUTIONS OF MAHONIAN STATISTICS OVER PATTERN AVOIDING PERMUTATIONS (EXTENDED ABSTRACT) EQUIDISTRIBUTIONS OF MAHONIAN STATISTICS OVER PATTERN AVOIDING PERMUTATIONS (EXTENDED ABSTRACT) NIMA AMINI 1. Introduction A Mahonian d-function is a Mahonian statistic that can be expressed as a linear

More information

A Characterization of (3+1)-Free Posets

A Characterization of (3+1)-Free Posets Journal of Combinatorial Theory, Series A 93, 231241 (2001) doi:10.1006jcta.2000.3075, available online at http:www.idealibrary.com on A Characterization of (3+1)-Free Posets Mark Skandera Department of

More information

MULTI-ORDERED POSETS. Lisa Bishop Department of Mathematics, Occidental College, Los Angeles, CA 90041, United States.

MULTI-ORDERED POSETS. Lisa Bishop Department of Mathematics, Occidental College, Los Angeles, CA 90041, United States. INTEGERS: ELECTRONIC JOURNAL OF COMBINATORIAL NUMBER THEORY 7 (2007), #A06 MULTI-ORDERED POSETS Lisa Bishop Department of Mathematics, Occidental College, Los Angeles, CA 90041, United States lbishop@oxy.edu

More information

Congruences for Fishburn numbers modulo prime powers

Congruences for Fishburn numbers modulo prime powers Congruences for Fishburn numbers modulo prime powers Armin Straub Department of Mathematics University of Illinois at Urbana-Champaign July 16, 2014 Abstract The Fishburn numbers ξ(n) are defined by the

More information

A bijective proof of Shapiro s Catalan convolution

A bijective proof of Shapiro s Catalan convolution A bijective proof of Shapiro s Catalan convolution Péter Hajnal Bolyai Institute University of Szeged Szeged, Hungary Gábor V. Nagy {hajnal,ngaba}@math.u-szeged.hu Submitted: Nov 26, 2013; Accepted: May

More information

Restricted Motzkin permutations, Motzkin paths, continued fractions, and Chebyshev polynomials

Restricted Motzkin permutations, Motzkin paths, continued fractions, and Chebyshev polynomials Discrete Mathematics 305 (2005) 70 89 wwwelseviercom/locate/disc Restricted Motzkin permutations, Motzkin paths, continued fractions, and Chebyshev polynomials Sergi Elizalde a, Toufik Mansour b a Department

More information

1. Introduction

1. Introduction Séminaire Lotharingien de Combinatoire 49 (2002), Article B49a AVOIDING 2-LETTER SIGNED PATTERNS T. MANSOUR A AND J. WEST B A LaBRI (UMR 5800), Université Bordeaux, 35 cours de la Libération, 33405 Talence

More information

A proof of the Square Paths Conjecture

A proof of the Square Paths Conjecture A proof of the Square Paths Conjecture Emily Sergel Leven October 7, 08 arxiv:60.069v [math.co] Jan 06 Abstract The modified Macdonald polynomials, introduced by Garsia and Haiman (996), have many astounding

More information

A Combinatorial Interpretation of the Numbers 6 (2n)! /n! (n + 2)!

A Combinatorial Interpretation of the Numbers 6 (2n)! /n! (n + 2)! 1 2 3 47 6 23 11 Journal of Integer Sequences, Vol. 8 (2005), Article 05.2.3 A Combinatorial Interpretation of the Numbers 6 (2n)! /n! (n + 2)! Ira M. Gessel 1 and Guoce Xin Department of Mathematics Brandeis

More information

LARGE SCHRÖDER PATHS BY TYPES AND SYMMETRIC FUNCTIONS

LARGE SCHRÖDER PATHS BY TYPES AND SYMMETRIC FUNCTIONS Bull. Korean Math. Soc. 51 (2014), No. 4, pp. 1229 1240 http://dx.doi.org/10.4134/bkms.2014.51.4.1229 LARGE SCHRÖDER PATHS BY TYPES AND SYMMETRIC FUNCTIONS Su Hyung An, Sen-Peng Eu, and Sangwook Kim Abstract.

More information

Research Statement. Janine E. Janoski

Research Statement. Janine E. Janoski Research Statement Janine E. Janoski 1 Introduction My research is in discrete mathematics and combinatorics. I have worked on a wide variety of research topics including, enumeration problems, eigenvalue

More information

What you learned in Math 28. Rosa C. Orellana

What you learned in Math 28. Rosa C. Orellana What you learned in Math 28 Rosa C. Orellana Chapter 1 - Basic Counting Techniques Sum Principle If we have a partition of a finite set S, then the size of S is the sum of the sizes of the blocks of the

More information

arxiv:math/ v1 [math.co] 11 Oct 2002

arxiv:math/ v1 [math.co] 11 Oct 2002 COUNTING THE OCCURRENCES OF GENERALIZED PATTERNS IN WORDS GENERATED BY A MORPHISM arxiv:math/0210170v1 [math.co] 11 Oct 2002 Sergey Kitaev and Toufik Mansour 1 Matematik, Chalmers tekniska högskola och

More information

A permutation code preserving a double Eulerian bistatistic

A permutation code preserving a double Eulerian bistatistic A permutation code preserving a double Eulerian bistatistic Jean-Luc Baril and Vincent Vajnovszki LEI, Université de Bourgogne Franche-Comté BP 4787, 78 Dijon Cedex, France {barjl}{vvajnov}@u-bourgogne.fr

More information

EFRON S COINS AND THE LINIAL ARRANGEMENT

EFRON S COINS AND THE LINIAL ARRANGEMENT EFRON S COINS AND THE LINIAL ARRANGEMENT To (Richard P. S. ) 2 Abstract. We characterize the tournaments that are dominance graphs of sets of (unfair) coins in which each coin displays its larger side

More information

Counting Peaks and Valleys in a Partition of a Set

Counting Peaks and Valleys in a Partition of a Set 1 47 6 11 Journal of Integer Sequences Vol. 1 010 Article 10.6.8 Counting Peas and Valleys in a Partition of a Set Toufi Mansour Department of Mathematics University of Haifa 1905 Haifa Israel toufi@math.haifa.ac.il

More information

A BIJECTION BETWEEN WELL-LABELLED POSITIVE PATHS AND MATCHINGS

A BIJECTION BETWEEN WELL-LABELLED POSITIVE PATHS AND MATCHINGS Séminaire Lotharingien de Combinatoire 63 (0), Article B63e A BJECTON BETWEEN WELL-LABELLED POSTVE PATHS AND MATCHNGS OLVER BERNARD, BERTRAND DUPLANTER, AND PHLPPE NADEAU Abstract. A well-labelled positive

More information

Asymptotics for minimal overlapping patterns for generalized Euler permutations, standard tableaux of rectangular shapes, and column strict arrays

Asymptotics for minimal overlapping patterns for generalized Euler permutations, standard tableaux of rectangular shapes, and column strict arrays Discrete Mathematics and Theoretical Computer Science DMTCS vol. 8:, 06, #6 arxiv:50.0890v4 [math.co] 6 May 06 Asymptotics for minimal overlapping patterns for generalized Euler permutations, standard

More information

arxiv: v1 [math.co] 22 May 2014

arxiv: v1 [math.co] 22 May 2014 Using recurrence relations to count certain elements in symmetric groups arxiv:1405.5620v1 [math.co] 22 May 2014 S.P. GLASBY Abstract. We use the fact that certain cosets of the stabilizer of points are

More information

Hyperplane Arrangements & Diagonal Harmonics

Hyperplane Arrangements & Diagonal Harmonics Hyperplane Arrangements & Diagonal Harmonics Drew Armstrong arxiv:1005.1949 Coinvariants Coinvariants Theorems (Newton-Chevalley-etc): Let S n act on S = C[x 1,..., x n ] by permuting variables. Coinvariants

More information

Trees, Tanglegrams, and Tangled Chains

Trees, Tanglegrams, and Tangled Chains Trees, Tanglegrams, and Tangled Chains Sara Billey University of Washington Based on joint work with: Matjaž Konvalinka and Frederick (Erick) Matsen IV arxiv:1507.04976 LSU Math Student Colloquium, February

More information

Identifying an m-ary Partition Identity through an m-ary Tree

Identifying an m-ary Partition Identity through an m-ary Tree Bridgewater State University Virtual Commons - Bridgewater State University Mathematics Faculty Publications Mathematics Department 06 Identifying an m-ary Partition Identity through an m-ary Tree Timothy

More information

Polynomials Characterizing Hyper b-ary Representations

Polynomials Characterizing Hyper b-ary Representations 1 2 3 47 6 23 11 Journal of Integer Sequences, Vol. 21 (2018), Article 18.4.3 Polynomials Characterizing Hyper -ary Representations Karl Dilcher 1 Department of Mathematics and Statistics Dalhousie University

More information

Maximal Independent Sets In Graphs With At Most r Cycles

Maximal Independent Sets In Graphs With At Most r Cycles Maximal Independent Sets In Graphs With At Most r Cycles Goh Chee Ying Department of Mathematics National University of Singapore Singapore goh chee ying@moe.edu.sg Koh Khee Meng Department of Mathematics

More information

Rectangular Young tableaux with local decreases and the density method for uniform random generation (short version)

Rectangular Young tableaux with local decreases and the density method for uniform random generation (short version) Rectangular Young tableaux with local decreases and the density method for uniform random generation (short version) Cyril Banderier 1 Philippe Marchal 2 Michael Wallner 3 March 25, 2018 1 : LIPN UMR-CNRS

More information

NOTES ABOUT SATURATED CHAINS IN THE DYCK PATH POSET. 1. Basic Definitions

NOTES ABOUT SATURATED CHAINS IN THE DYCK PATH POSET. 1. Basic Definitions NOTES ABOUT SATURATED CHAINS IN THE DYCK PATH POSET JENNIFER WOODCOCK 1. Basic Definitions Dyck paths are one of the many combinatorial objects enumerated by the Catalan numbers, sequence A000108 in [2]:

More information

ENUMERATING (2+2)-FREE POSETS BY THE NUMBER OF MINIMAL ELEMENTS AND OTHER STATISTICS

ENUMERATING (2+2)-FREE POSETS BY THE NUMBER OF MINIMAL ELEMENTS AND OTHER STATISTICS ENUMERATING 2+2)-FREE POSETS BY THE NUMBER OF MINIMAL ELEMENTS AND OTHER STATISTICS SERGEY KITAEV AND JEFFREY REMMEL Abstract. A poset s sad to be 2 + 2)-free f t does not contan an nduced subposet that

More information

Lengyel's Constant Page 1 of 5

Lengyel's Constant Page 1 of 5 Lengyel's Constant Page 1 of 5 Lengyel's Constant Set Partitions and Bell Numbers Let S be a set with n elements. The set of all subsets of S has elements. By a partition of S we mean a disjoint set of

More information

A quasisymmetric function generalization of the chromatic symmetric function

A quasisymmetric function generalization of the chromatic symmetric function A quasisymmetric function generalization of the chromatic symmetric function Brandon Humpert University of Kansas Lawrence, KS bhumpert@math.ku.edu Submitted: May 5, 2010; Accepted: Feb 3, 2011; Published:

More information

Pattern avoidance in compositions and multiset permutations

Pattern avoidance in compositions and multiset permutations Pattern avoidance in compositions and multiset permutations Carla D. Savage North Carolina State University Raleigh, NC 27695-8206 Herbert S. Wilf University of Pennsylvania Philadelphia, PA 19104-6395

More information

Chromatic bases for symmetric functions

Chromatic bases for symmetric functions Chromatic bases for symmetric functions Soojin Cho Department of Mathematics Ajou University Suwon 443-749, Korea chosj@ajou.ac.kr Stephanie van Willigenburg Department of Mathematics University of British

More information

THE NUMBER OF INDEPENDENT DOMINATING SETS OF LABELED TREES. Changwoo Lee. 1. Introduction

THE NUMBER OF INDEPENDENT DOMINATING SETS OF LABELED TREES. Changwoo Lee. 1. Introduction Commun. Korean Math. Soc. 18 (2003), No. 1, pp. 181 192 THE NUMBER OF INDEPENDENT DOMINATING SETS OF LABELED TREES Changwoo Lee Abstract. We count the numbers of independent dominating sets of rooted labeled

More information

Binomial Coefficient Identities/Complements

Binomial Coefficient Identities/Complements Binomial Coefficient Identities/Complements CSE21 Fall 2017, Day 4 Oct 6, 2017 https://sites.google.com/a/eng.ucsd.edu/cse21-fall-2017-miles-jones/ permutation P(n,r) = n(n-1) (n-2) (n-r+1) = Terminology

More information

Derangements with an additional restriction (and zigzags)

Derangements with an additional restriction (and zigzags) Derangements with an additional restriction (and zigzags) István Mező Nanjing University of Information Science and Technology 2017. 05. 27. This talk is about a class of generalized derangement numbers,

More information

Patterns in Standard Young Tableaux

Patterns in Standard Young Tableaux Patterns in Standard Young Tableaux Sara Billey University of Washington Slides: math.washington.edu/ billey/talks Based on joint work with: Matjaž Konvalinka and Joshua Swanson 6th Encuentro Colombiano

More information

Combinatorial proofs of addition formulas

Combinatorial proofs of addition formulas Combinatorial proofs of addition formulas Xiang-Ke Chang Xing-Biao Hu LSEC, ICMSEC, Academy of Mathematics and Systems Science Chinese Academy of Sciences Beijing, China Hongchuan Lei College of Science

More information

Review problems solutions

Review problems solutions Review problems solutions Math 3152 December 15, 2017 1. Use the binomial theorem to prove that, for all n 1 and k satisfying 0 k n, ( )( ) { n i ( 1) i k 1 if k n; i k 0 otherwise. ik Solution: Using

More information

Tableau sequences, open diagrams, and Baxter families

Tableau sequences, open diagrams, and Baxter families Tableau sequences, open diagrams, and Baxter families Sophie Burrill a, Julien Courtiel a, Eric Fusy b, Stephen Melczer c, Marni Mishna a, a Department of Mathematics, Simon Fraser University, Burnaby,

More information

A proof of the Square Paths Conjecture

A proof of the Square Paths Conjecture A proof of the Square Paths Conjecture Emily Sergel Leven arxiv:60.069v [math.co] Mar 06 March, 06 Abstract The modified Macdonald polynomials, introduced by Garsia and Haiman (996), have many astounding

More information

A REFINED ENUMERATION OF p-ary LABELED TREES

A REFINED ENUMERATION OF p-ary LABELED TREES Korean J. Math. 21 (2013), No. 4, pp. 495 502 http://dx.doi.org/10.11568/kjm.2013.21.4.495 A REFINED ENUMERATION OF p-ary LABELED TREES Seunghyun Seo and Heesung Shin Abstract. Let T n (p) be the set of

More information

Congruence successions in compositions

Congruence successions in compositions Discrete Mathematics and Theoretical Computer Science DMTCS vol. 16:, 014, 37 338 Congruence successions in compositions Toufik Mansour 1 Mark Shattuck Mark C. Wilson 3 1 Department of Mathematics, University

More information

q xk y n k. , provided k < n. (This does not hold for k n.) Give a combinatorial proof of this recurrence by means of a bijective transformation.

q xk y n k. , provided k < n. (This does not hold for k n.) Give a combinatorial proof of this recurrence by means of a bijective transformation. Math 880 Alternative Challenge Problems Fall 2016 A1. Given, n 1, show that: m1 m 2 m = ( ) n+ 1 2 1, where the sum ranges over all positive integer solutions (m 1,..., m ) of m 1 + + m = n. Give both

More information

Hadamard matrices of order 32

Hadamard matrices of order 32 Hadamard matrices of order 32 H. Kharaghani a,1 B. Tayfeh-Rezaie b a Department of Mathematics and Computer Science, University of Lethbridge, Lethbridge, Alberta, T1K3M4, Canada b School of Mathematics,

More information

The distribution of run lengths in integer compositions

The distribution of run lengths in integer compositions The distribution of run lengths in integer compositions Herbert S Wilf University of Pennsylvania Philadelphia PA 19104-6395, USA wilf@mathupennedu Submitted: Mar 7, 2010; Accepted: Oct 9, 2011; Published:

More information

Almost Cross-Intersecting and Almost Cross-Sperner Pairs offamilies of Sets

Almost Cross-Intersecting and Almost Cross-Sperner Pairs offamilies of Sets Almost Cross-Intersecting and Almost Cross-Sperner Pairs offamilies of Sets Dániel Gerbner a Nathan Lemons b Cory Palmer a Balázs Patkós a, Vajk Szécsi b a Hungarian Academy of Sciences, Alfréd Rényi Institute

More information