Basic Combinatorics, Spring 2015

Total Page:16

File Type:pdf, Size:1020Kb

Basic Combinatorics, Spring 2015 Basic Combinatorics, Spring 2015 Department of Mathematics, University of Notre Dame Instructor: David Galvin Abstract This document includes • homeworks, quizzes and exams, and • some supplementary notes from the Spring 2015 incarnation of Math 40210 | Basic Combinatorics, an undergraduate course offered by the Department of Mathematics at the University of Notre Dame. The notes have been written in a single pass, and as such may well contain typographical (and sometimes more substantial) errors. Comments and corrections will be happy received at [email protected]. Contents 1 General information about homework 3 2 Homework 1 (due January 23) 4 3 Homework 2 (due January 30) 12 4 Quiz 1 (February 4) 20 5 Quiz 1 Solutions 21 6 Homework 3 (due February 13) 22 7 Homework 3 Solutions 30 8 Homework 4 (due February 27) 34 9 Homework 4 Solutions 42 10 Quiz 2 (February 25) 46 11 Quiz 2 Solutions 47 12 Midsemester exam (March 4) 48 13 Homework 5 (due March 20) 54 14 Graph terminology 59 15 Homework 6 (due April 1) 61 1 16 Quiz 3 (March 30) 66 17 Homework 7 (due April 20) 67 18 Homework 8 (due April 29) 71 2 1 General information about homework In general homework will be assigned on a Friday, and will be due in class the following Friday. As they are assigned, homework problems will be added to this document, and will be posted on the website. At the same time I will make an email announcement. I will distribute a printout of the homework problems in class each week, with plenty of blank space. The solutions that you submit should be presented on this printout (using the flip side of a page if necessary). You may also print out the relevant pages from the website; if you do so, you must staple your pages together. I reserve the right to • not grade any homework that is not presented on the printout, and • deduct points for homework that is not stapled. The weekly homework is an important part of the course; it gives you a chance to think more deeply about the material, and to go from seeing (in lectures) to doing. It's also your opportunity to show me that you are engaging with the course topics. Homework is an essential part of your learning in this course, so please take it very seriously. It is extremely important that you keep up with the homework, as if you do not, you may quickly fall behind in class and find yourself at a disadvantage during exams. You should treat the homework as a learning opportunity, rather than something you need to get out of the way. Reread, revise, and polish your solutions until they are correct, concise, efficient, and elegant. This will really deepen your understanding of the material. I encourage you to talk with your colleagues about homework problems, but your final write-up must be your own work. Homework solutions should be complete (and in particular presented in complete sentences), with all significant steps justified. I reserves the right to • not grade any homework that is disorganized and incoherent. 3 2 Homework 1 (due January 23) Name: The purpose of this homework is to get used to using the pigeon-hole principle and the method of induction. Reading: Chapters 1 and 2 of the textbook. 1. 17 points are placed in an equilateral triangle of side length 1. Prove that two of the points are within distance 1=4 of each other. 4 2. (a) Select n + 1 distinct whole numbers between 1 and 2n. Prove that two of the numbers are coprime. (Numbers a and b are coprime if the greatest common divisor of a and b is 1.) (b) Is the conclusion still true if instead n numbers are selected? 5 3. For each n, exhibit a sequence of n2 real numbers that has neither a monotone increasing subsequence of length n + 1, nor a monotone decreasing subsequence of length n + 1 (this shows the the bound in the Erd}os-Szekeres theorem that we saw in class is tight). 6 4. Select 10 distinct two digit numbers. Prove that is is possible to select disjoint subsets A, B of the set of chosen numbers, so that the sum of the elements of A equals the sum of the elements of B. 7 5. Prove (by induction on n) that for all n ≥ 1, 1 1 1 p 1 + p + p + ::: + p ≤ 2 n: 2 3 n p (One can also prove by induction that the sum is at least 2( n + 1 − 1), and so get a very Pn −1=2 good estimate for i=1 i .) 8 6. The sum of the first n perfect kth powers turns out to be a polynomial in n of degree k + 1. For example, n(n + 1) 1 + 2 + 3 + ::: + n = 2 n(n + 1)(2n + 1) 12 + 22 + 32 + ::: + n2 = 6 n(n + 1)2 13 + 23 + 33 + ::: + n3 = : 2 Proof the second of these identities (12 + 22 + 32 + ::: + n2 = :::) by induction on n. 9 7. You are given a 64 by 64 chessboard, and 1365 L-shaped tiles (2 by 2 tiles with one square removed). One of the squares of the chessboard is painted purple. Is it possible to tile the chessboard using the given tiles, leaving only the purple square exposed? 10 8. In class we defined the number U(n) to be the number of different ways that people can be seated in a row of n adjacent chairs in an \unfriendly" way: no two adjacent chairs are occupied. We gave the following recursive specification of U(n): U(1) = 2, U(2) = 3 and n U(n) = Up(n−1)+U(n−2) for n ≥ 3, and we proved by induction that U(n) ≤ 1:25φ , where φ = (1 + 5)=2. Given an inductive proof of the following near-matching lower bound: there is a constant C > 0 (as part of your solution, you should figure out an explicit value for C) such that for all n ≥ 1, U(n) ≥ Cφn. 11 3 Homework 2 (due January 30) Name: The purpose of this homework is to become comfortable with the six basic counting problems introduced in lectures. Reading: Chapter 3 of the textbook. 1. (a) How many subsets does [n] have, that contain none of the elements 1; 2? (The notation \[n]" is shorthand for \f1; 2; 3; : : : ; ng".) (b) How many subsets does [n] have, that contain at least one of the elements 1; 2? (c) How many subsets does [n] have, that contain both of the elements 1; 2? 12 2. In how many ways can the elements of [n] be permuted (arranged in order), in such a way that 1 is listed later than both 2 and 3? 13 a1 a2 ak 3. Let n = p1 p2 : : : pk be the prime factorization of n (so each of the pi's are distinct prime numbers, p1 < p2 < : : : < pk, and each ai is a positive (non-zero) whole number). How many positive factors (including 1 and n) does n have? 14 4. Andy and Barbara play a game: they roll four dice. If at least one of the dice comes up six, Andy wins the game, and otherwise Barbara does. (a) In how many different ways can the game proceed (assuming the dice are distinguishable from each other)? (b) In how many of these ways does Andy win? (c) In how many of these ways does Barbara win? 15 5. In how many different ways can n rooks be placed on an n-by-n chessboard, with no two rooks attacking each other? (Two rooks attack each other if they are either in the same row as each other, or the same column). 16 6. My class has n sophomores, n juniors and n seniors. In how many ways can the class break up into n triples, with each triple including one sophomore, one junior and one senior? (The order of people within each group doesn't matter, nor does the order in which the groups are created.) 17 7. I invite n couples to a party. I want to ask some subset (perhaps empty) of the 2n attendees to give a speech, but I don't want to ask both members of any couple. In how many ways can I do this? [Your answer might be quite simple, or it might be a slightly less simple sum of binomial coefficients.] 18 8. For all n ≥ 1, the number of even-sized subsets of f1; : : : ; ng is equal to the number of odd- sized subsets of f1; : : : ; ng. Proof this bijectively. Meaning: let En be the set of even-sized subsets of f1; : : : ; ng, and let On be the set of odd-sized subsets of f1; : : : ; ng. Give a bijection f : En !On. Don't forget to prove that the function you give is both injective and surjective. 19 4 Quiz 1 (February 4) Name: 1. How many different anagrams does the word MISSISSIPPI have? (The four S's are indistinguishable from one another, as are the four I's and two P's.) 2. Give a combinatorial proof of the binomial coefficient identity n n − 1 k = n ; k k − 1 by describing a counting problem whose answer is both the left- and right-hand side of the above equality, depending on how you count. Clearly describe both ways of counting. 20 5 Quiz 1 Solutions 1. How many different anagrams does the word MISSISSIPPI have? (The four S's are indistinguishable from one another, as are the four I's and two P's.) 11! Solution: 4!4!2! .
Recommended publications
  • Catalan Numbers Modulo 2K
    1 2 Journal of Integer Sequences, Vol. 13 (2010), 3 Article 10.5.4 47 6 23 11 Catalan Numbers Modulo 2k Shu-Chung Liu1 Department of Applied Mathematics National Hsinchu University of Education Hsinchu, Taiwan [email protected] and Jean C.-C. Yeh Department of Mathematics Texas A & M University College Station, TX 77843-3368 USA Abstract In this paper, we develop a systematic tool to calculate the congruences of some combinatorial numbers involving n!. Using this tool, we re-prove Kummer’s and Lucas’ theorems in a unique concept, and classify the congruences of the Catalan numbers cn (mod 64). To achieve the second goal, cn (mod 8) and cn (mod 16) are also classified. Through the approach of these three congruence problems, we develop several general properties. For instance, a general formula with powers of 2 and 5 can evaluate cn (mod k 2 ) for any k. An equivalence cn ≡2k cn¯ is derived, wheren ¯ is the number obtained by partially truncating some runs of 1 and runs of 0 in the binary string [n]2. By this equivalence relation, we show that not every number in [0, 2k − 1] turns out to be a k residue of cn (mod 2 ) for k ≥ 2. 1 Introduction Throughout this paper, p is a prime number and k is a positive integer. We are interested in enumerating the congruences of various combinatorial numbers modulo a prime power 1Partially supported by NSC96-2115-M-134-003-MY2 1 k q := p , and one of the goals of this paper is to classify Catalan numbers cn modulo 64.
    [Show full text]
  • Algebra & Number Theory Vol. 7 (2013)
    Algebra & Number Theory Volume 7 2013 No. 3 msp Algebra & Number Theory msp.org/ant EDITORS MANAGING EDITOR EDITORIAL BOARD CHAIR Bjorn Poonen David Eisenbud Massachusetts Institute of Technology University of California Cambridge, USA Berkeley, USA BOARD OF EDITORS Georgia Benkart University of Wisconsin, Madison, USA Susan Montgomery University of Southern California, USA Dave Benson University of Aberdeen, Scotland Shigefumi Mori RIMS, Kyoto University, Japan Richard E. Borcherds University of California, Berkeley, USA Raman Parimala Emory University, USA John H. Coates University of Cambridge, UK Jonathan Pila University of Oxford, UK J-L. Colliot-Thélène CNRS, Université Paris-Sud, France Victor Reiner University of Minnesota, USA Brian D. Conrad University of Michigan, USA Karl Rubin University of California, Irvine, USA Hélène Esnault Freie Universität Berlin, Germany Peter Sarnak Princeton University, USA Hubert Flenner Ruhr-Universität, Germany Joseph H. Silverman Brown University, USA Edward Frenkel University of California, Berkeley, USA Michael Singer North Carolina State University, USA Andrew Granville Université de Montréal, Canada Vasudevan Srinivas Tata Inst. of Fund. Research, India Joseph Gubeladze San Francisco State University, USA J. Toby Stafford University of Michigan, USA Ehud Hrushovski Hebrew University, Israel Bernd Sturmfels University of California, Berkeley, USA Craig Huneke University of Virginia, USA Richard Taylor Harvard University, USA Mikhail Kapranov Yale University, USA Ravi Vakil Stanford University,
    [Show full text]
  • Asymptotics of Multivariate Sequences, Part III: Quadratic Points
    Asymptotics of multivariate sequences, part III: quadratic points Yuliy Baryshnikov 1 Robin Pemantle 2,3 ABSTRACT: We consider a number of combinatorial problems in which rational generating func- tions may be obtained, whose denominators have factors with certain singularities. Specifically, there exist points near which one of the factors is asymptotic to a nondegenerate quadratic. We compute the asymptotics of the coefficients of such a generating function. The computation requires some topological deformations as well as Fourier-Laplace transforms of generalized functions. We apply the results of the theory to specific combinatorial problems, such as Aztec diamond tilings, cube groves, and multi-set permutations. Keywords: generalized function, Fourier transform, Fourier-Laplace, lacuna, multivariate generating function, hyperbolic polynomial, amoeba, Aztec diamond, quantum random walk, random tiling, cube grove. Subject classification: Primary: 05A16 ; Secondary: 83B20, 35L99. 1Bell Laboratories, Lucent Technologies, 700 Mountain Avenue, Murray Hill, NJ 07974-0636, [email protected] labs.com 2Research supported in part by National Science Foundation grant # DMS 0603821 3University of Pennsylvania, Department of Mathematics, 209 S. 33rd Street, Philadelphia, PA 19104 USA, pe- [email protected] Contents 1 Introduction 1 1.1 Background and motivation . 1 1.2 Methods and organization . 4 1.3 Comparison with other techniques . 7 2 Notation and preliminaries 8 2.1 The Log map and amoebas . 9 2.2 Dual cones, tangent cones and normal cones . 10 2.3 Hyperbolicity for homogeneous polynomials . 11 2.4 Hyperbolicity and semi-continuity for log-Laurent polynomials on the amoeba boundary 14 2.5 Critical points . 20 2.6 Quadratic forms and their duals .
    [Show full text]
  • Generalized Catalan Numbers and Some Divisibility Properties
    UNLV Theses, Dissertations, Professional Papers, and Capstones December 2015 Generalized Catalan Numbers and Some Divisibility Properties Jacob Bobrowski University of Nevada, Las Vegas Follow this and additional works at: https://digitalscholarship.unlv.edu/thesesdissertations Part of the Mathematics Commons Repository Citation Bobrowski, Jacob, "Generalized Catalan Numbers and Some Divisibility Properties" (2015). UNLV Theses, Dissertations, Professional Papers, and Capstones. 2518. http://dx.doi.org/10.34917/8220086 This Thesis is protected by copyright and/or related rights. It has been brought to you by Digital Scholarship@UNLV with permission from the rights-holder(s). You are free to use this Thesis in any way that is permitted by the copyright and related rights legislation that applies to your use. For other uses you need to obtain permission from the rights-holder(s) directly, unless additional rights are indicated by a Creative Commons license in the record and/ or on the work itself. This Thesis has been accepted for inclusion in UNLV Theses, Dissertations, Professional Papers, and Capstones by an authorized administrator of Digital Scholarship@UNLV. For more information, please contact [email protected]. GENERALIZED CATALAN NUMBERS AND SOME DIVISIBILITY PROPERTIES By Jacob Bobrowski Bachelor of Arts - Mathematics University of Nevada, Las Vegas 2013 A thesis submitted in partial fulfillment of the requirements for the Master of Science - Mathematical Sciences College of Sciences Department of Mathematical Sciences The Graduate College University of Nevada, Las Vegas December 2015 Thesis Approval The Graduate College The University of Nevada, Las Vegas November 13, 2015 This thesis prepared by Jacob Bobrowski entitled Generalized Catalan Numbers and Some Divisibility Properties is approved in partial fulfillment of the requirements for the degree of Master of Science – Mathematical Sciences Department of Mathematical Sciences Peter Shive, Ph.D.
    [Show full text]
  • The Q , T -Catalan Numbers and the Space of Diagonal Harmonics
    The q, t-Catalan Numbers and the Space of Diagonal Harmonics with an Appendix on the Combinatorics of Macdonald Polynomials J. Haglund Department of Mathematics, University of Pennsylvania, Philadel- phia, PA 19104-6395 Current address: Department of Mathematics, University of Pennsylvania, Philadelphia, PA 19104-6395 E-mail address: [email protected] 1991 Mathematics Subject Classification. Primary 05E05, 05A30; Secondary 05A05 Key words and phrases. Diagonal harmonics, Catalan numbers, Macdonald polynomials Abstract. This is a book on the combinatorics of the q, t-Catalan numbers and the space of diagonal harmonics. It is an expanded version of the lecture notes for a course on this topic given at the University of Pennsylvania in the spring of 2004. It includes an Appendix on some recent discoveries involving the combinatorics of Macdonald polynomials. Contents Preface vii Chapter 1. Introduction to q-Analogues and Symmetric Functions 1 Permutation Statistics and Gaussian Polynomials 1 The Catalan Numbers and Dyck Paths 6 The q-Vandermonde Convolution 8 Symmetric Functions 10 The RSK Algorithm 17 Representation Theory 22 Chapter 2. Macdonald Polynomials and the Space of Diagonal Harmonics 27 Kadell and Macdonald’s Generalizations of Selberg’s Integral 27 The q,t-Kostka Polynomials 30 The Garsia-Haiman Modules and the n!-Conjecture 33 The Space of Diagonal Harmonics 35 The Nabla Operator 37 Chapter 3. The q,t-Catalan Numbers 41 The Bounce Statistic 41 Plethystic Formulas for the q,t-Catalan 44 The Special Values t = 1 and t =1/q 47 The Symmetry Problem and the dinv Statistic 48 q-Lagrange Inversion 52 Chapter 4.
    [Show full text]
  • Convergence of a Catalan Series Thomas Koshy and Zhenguang Gao
    Convergence of a Catalan Series Thomas Koshy and Zhenguang Gao Thomas Koshy ([email protected]) received his Ph.D. in Algebraic Coding Theory from Boston University. His interests include algebra, number theory, and combinatorics. Zhenguang Gao ([email protected]) received his Ph.D. in Applied Mathematics from the University of South Carolina. His interests include information science, signal processing, pattern recognition, and discrete mathematics. He currently teaches computer science at Framingham State University. The well known Catalan numbers Cn are named after Belgian mathematician Eugene Charles Catalan (1814–1894), who found them in his investigation of well-formed sequences of left and right parentheses. As Martin Gardner (1914–2010) wrote in Scientific American [2], they have the propensity to “pop up in numerous and quite unexpected places.” They occur, for example, in the study of triangulations of con- vex polygons, planted trivalent binary trees, and the moves of a rook on a chessboard [1, 2, 3, 4, 6]. D 1 2n The Catalan numbers Cn are often defined by the explicit formula Cn nC1 n , ≥ C j 2n where n 0 [1, 4, 6]. Since .n 1/ n , it follows that every Catalan number is a positive integer. The first five Catalan numbers are 1, 1, 2, 5, and 14. Catalan num- D 4nC2 D bers can also be defined by the recurrence relation CnC1 nC2 Cn, where C0 1. So lim CnC1 D 4. n!1 Cn Here we study the convergence of the series P1 1 and evaluate the sum. Since nD0 Cn n CnC1 P1 x lim D 4, the ratio test implies that the series D converges for jxj < 4.
    [Show full text]
  • ~Umbers the BOO K O F Umbers
    TH E BOOK OF ~umbers THE BOO K o F umbers John H. Conway • Richard K. Guy c COPERNICUS AN IMPRINT OF SPRINGER-VERLAG © 1996 Springer-Verlag New York, Inc. Softcover reprint of the hardcover 1st edition 1996 All rights reserved. No part of this publication may be reproduced, stored in a re­ trieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of the publisher. Published in the United States by Copernicus, an imprint of Springer-Verlag New York, Inc. Copernicus Springer-Verlag New York, Inc. 175 Fifth Avenue New York, NY lOOlO Library of Congress Cataloging in Publication Data Conway, John Horton. The book of numbers / John Horton Conway, Richard K. Guy. p. cm. Includes bibliographical references and index. ISBN-13: 978-1-4612-8488-8 e-ISBN-13: 978-1-4612-4072-3 DOl: 10.l007/978-1-4612-4072-3 1. Number theory-Popular works. I. Guy, Richard K. II. Title. QA241.C6897 1995 512'.7-dc20 95-32588 Manufactured in the United States of America. Printed on acid-free paper. 9 8 765 4 Preface he Book ofNumbers seems an obvious choice for our title, since T its undoubted success can be followed by Deuteronomy,Joshua, and so on; indeed the only risk is that there may be a demand for the earlier books in the series. More seriously, our aim is to bring to the inquisitive reader without particular mathematical background an ex­ planation of the multitudinous ways in which the word "number" is used.
    [Show full text]
  • Catalan Numbers: from EGS to BEG
    Catalan Numbers: From EGS to BEG Drew Armstrong University of Miami www.math.miami.edu/∼armstrong MIT Combinatorics Seminar May 15, 2015 Goal of the Talk This talk was inspired by an article of Igor Pak on the history of Catalan numbers, (http://arxiv.org/abs/1408.5711) which now appears as an appendix in Richard Stanley's monograph Catalan Numbers. Igor also maintains a webpage with an extensive bibliography and links to original sources: http://www.math.ucla.edu/~pak/lectures/Cat/pakcat.htm Pak Stanley Goal of the Talk The goal of the current talk is to connect the history of Catalan numbers with recent trends in geometric representation theory. To make the story coherent I'll have to skip some things (sorry). Hello! Plan of the Talk The talk will follow Catalan numbers through three levels of generality: Amount of Talk Level of Generality 41.94% Catalan 20.97% Fuss-Catalan 24.19% Rational Catalan Catalan Numbers Catalan Numbers On September 4, 1751, Leonhard Euler wrote a letter to his friend and mentor Christian Goldbach. −! Euler Goldbach Catalan Numbers In this letter Euler considered the problem of counting the triangulations of a convex polygon. He gave a couple of examples. The pentagon abcde has five triangulations: ac bd ca db ec I ; II ; III ; IV ;V ad be ce da eb Catalan Numbers Here's a bigger example that Euler computed but didn't put in the letter. A convex heptagon has 42 triangulations. Catalan Numbers He gave the following table of numbers and he conjectured a formula.
    [Show full text]
  • New Thinking About Math Infinity by Alister “Mike Smith” Wilson
    New thinking about math infinity by Alister “Mike Smith” Wilson (My understanding about some historical ideas in math infinity and my contributions to the subject) For basic hyperoperation awareness, try to work out 3^^3, 3^^^3, 3^^^^3 to get some intuition about the patterns I’ll be discussing below. Also, if you understand Graham’s number construction that can help as well. However, this paper is mostly philosophical. So far as I am aware I am the first to define Nopt structures. Maybe there are several reasons for this: (1) Recursive structures can be defined by computer programs, functional powers and related fast-growing hierarchies, recurrence relations and transfinite ordinal numbers. (2) There has up to now, been no call for a geometric representation of numbers related to the Ackermann numbers. The idea of Minimal Symbolic Notation and using MSN as a sequential abstract data type, each term derived from previous terms is a new idea. Summarising my work, I can outline some of the new ideas: (1) Mixed hyperoperation numbers form interesting pattern numbers. (2) I described a new method (butdj) for coloring Catalan number trees the butdj coloring method has standard tree-representation and an original block-diagram visualisation method. (3) I gave two, original, complicated formulae for the first couple of non-trivial terms of the well-known standard FGH (fast-growing hierarchy). (4) I gave a new method (CSD) for representing these kinds of complicated formulae and clarified some technical difficulties with the standard FGH with the help of CSD notation. (5) I discovered and described a “substitution paradox” that occurs in natural examples from the FGH, and an appropriate resolution to the paradox.
    [Show full text]
  • Lecture 1: Catalan Numbers and Recurrence Relations 1 Catalan Numbers[2]
    Discrete Mathematics 6-AUG-2014 Lecture 1: Catalan Numbers and Recurrence Relations Instructor: Sushmita Ruj Scribe: Nishant Kumar and Subhadip Singha 1 Catalan Numbers[2] 1.1 Introduction In combinatorial mathematics, the Catalan numbers form a sequence of natural numbers that occur in various counting problems, often involving recursively-defined objects. They are named after the Belgian mathematician Eugne Charles Catalan. The nth Catalan number is given directly in terms of binomial coefficients by: 1 2n 2n! C = : = 8n ≥ 0 (1) n n + 1 n (n + 1)!n! The first Catalan numbers for n = 0, 1, 2, 3, are 1, 1, 2, 5, 14, 42, 132, 429, 1430, 4862, 16796, 58786, 208012, 742900, 2674440, 9694845, 35357670, 129644790, 477638700, 1767263190, 6564120420, 24466267020, 91482563640, 343059613650, 1289904147324,..... 1.2 Proofs for Catalan Numbers : A large number of formal and informal proofs have been developed for Catalan Num- bers.Some of them are quite involved. Two simple ones among them have been discussed below : 1.2.1 First Proof by Andre's Reflection Method This method is based on counting the total number of monotonically increasing paths from bottom left corner to the top right corner in an nXn square.We need to count the number of paths possible without crossing the diagonal.Suppose we are given a monotonic path in an n n grid that does cross the diagonal. Find the first edge in the path that lies above the diagonal, and flip the portion of the path occurring after that edge, along a line parallel to the diagonal. Observe that now we have taken into account k+1 vertical edges and k horizontal edges for some k between 1 and n-1.
    [Show full text]
  • Some Arithmetic Functions of Factorials in Lucas Sequences
    GLASNIK MATEMATICKIˇ Vol. 56(76)(2021), 17 – 28 SOME ARITHMETIC FUNCTIONS OF FACTORIALS IN LUCAS SEQUENCES Eric F. Bravo and Jhon J. Bravo Universidad del Cauca, Colombia Abstract. We prove that if {un}n≥0 is a nondegenerate Lucas se- quence, then there are only finitely many effectively computable positive integers n such that |un| = f(m!), where f is either the sum-of-divisors function, or the sum-of-proper-divisors function, or the Euler phi function. We also give a theorem that holds for a more general class of integer se- quences and illustrate our results through a few specific examples. This paper is motivated by a previous work of Iannucci and Luca who addressed the above problem with Catalan numbers and the sum-of-proper-divisors function. 1. Introduction Let un n≥0 be a Lucas sequence, i.e., a sequence given by u0 = 0, u1 = 1 and the{ binary} linear recurrence u = au + bu for all n 2, n n−1 n−2 ≥ where a and b are non-zero coprime integers such that the discriminant ∆ := a2 + 4b = 0. Denote by α and β the roots of the characteristic polynomial f(X) = 6 X2 aX b and suppose without loss of generality that β α . Note that α −and β−are distinct and non-zero. It is well known that the| |Binet- ≤ | | type formula αn βn u = − holds for all n 0. n α β ≥ − A Lucas sequence un n≥0 is called degenerate if the quotient α/β of the roots of f is a root{ of} unity and nondegenerate otherwise.
    [Show full text]
  • Mathematisches Forschungsinstitut Oberwolfach Enumerative
    Mathematisches Forschungsinstitut Oberwolfach Report No. 12/2014 DOI: 10.4171/OWR/2014/12 Enumerative Combinatorics Organised by Mireille Bousquet-M´elou, Bordeaux Michael Drmota, Wien Christian Krattenthaler, Wien Marc Noy, Barcelona 2 March – 8 March 2014 Abstract. Enumerative Combinatorics focusses on the exact and asymp- totic counting of combinatorial objects. It is strongly connected to the proba- bilistic analysis of large combinatorial structures and has fruitful connections to several disciplines, including statistical physics, algebraic combinatorics, graph theory and computer science. This workshop brought together experts from all these various fields, including also computer algebra, with the goal of promoting cooperation and interaction among researchers with largely vary- ing backgrounds. Mathematics Subject Classification (2010): Primary: 05A; Secondary: 05E, 05C80, 05E, 60C05, 60J, 68R, 82B. Introduction by the Organisers The workshop Enumerative Combinatorics organized by Mireille Bousquet-M´elou (Bordeaux), Michael Drmota (Vienna), Christian Krattenthaler (Vienna), and Marc Noy (Barcelona) took place on March 2-8, 2014. There were over 50 par- ticipants from the US, Canada, Australia, Japan, Korea, and various European countries. The program consisted of 13 one hour lectures, accompanied by 17 shorter contributions and the special session of 5 presentations by Oberwolfach Leibniz graduate students. There was also a lively problem session led by Svante Linusson. The lectures were intended to provide overviews of the state of the art in various areas and to present relevant new results. The lectures and short talks ranged over a wide variety of topics including classical enumerative prob- lems, algebraic combinatorics, asymptotic and probabilistic methods, statistical 636 Oberwolfach Report 12/2014 physics, methods from computer algebra, among others.
    [Show full text]