Ces`Aro's Integral Formula for the Bell Numbers (Corrected)

Total Page:16

File Type:pdf, Size:1020Kb

Ces`Aro's Integral Formula for the Bell Numbers (Corrected) Ces`aro’s Integral Formula for the Bell Numbers (Corrected) DAVID CALLAN Department of Statistics University of Wisconsin-Madison Medical Science Center 1300 University Ave Madison, WI 53706-1532 [email protected] October 3, 2005 In 1885, Ces`aro [1] gave the remarkable formula π 2 cos θ N = ee cos(sin θ)) sin( ecos θ sin(sin θ) ) sin pθ dθ p πe Z0 where (Np)p≥1 = (1, 2, 5, 15, 52, 203,...) are the modern-day Bell numbers. This formula was reproduced verbatim in the Editorial Comment on a 1941 Monthly problem [2] (the notation Np for Bell number was still in use then). I have not seen it in recent works and, while it’s not very profound, I think it deserves to be better known. Unfortunately, it contains a typographical error: a factor of p! is omitted. The correct formula, with n in place of p and using Bn for Bell number, is π 2 n! cos θ B = ee cos(sin θ)) sin( ecos θ sin(sin θ) ) sin nθ dθ n ≥ 1. n πe Z0 eiθ The integrand is the imaginary part of ee sin nθ, and so an equivalent formula is π 2 n! eiθ B = Im ee sin nθ dθ . (1) n πe Z0 The formula (1) is quite simple to prove modulo a few standard facts about set par- n titions. Recall that the Stirling partition number k is the number of partitions of n n [n] = {1, 2,...,n} into k nonempty blocks and the Bell number Bn = k=1 k counts n k n n k k all partitions of [ ]. Thus ! k counts ordered partitions of [ ] into P blocks (the ! factor serves to order the blocks) or, equivalently, counts surjective functions f from [n] 1 onto [k] (the jth block is f −1(j)). Since the number of unrestricted functions from [n] to [j] is jn, a classic application of the inclusion-exclusion principle yields n k k k! = (−1)k−j jn. (2) k j j=0 X The trig identity underlying Ces`aro’s formula is nothing more than the orthogonality of sines on [0, π]: π π if m = n, sin mθ sin nθ dθ = 2 0 m n Z 0 if =6 m m, n ex x for nonnegative integers. Using the Taylor expansion = m≥0 m! and DeMoivre’s iθ formula e = cos θ + i sin θ, it follows that P π n iθ j π Im eje sin nθ dθ = (3) n! 2 Z0 for integer j ≥ 0. Now we show that iθ k π ee − 1 1 n π Im sin nθ dθ = (4) k! n! k 2 Z0 ! n for integer k ≥ 0 (of course, k = 0 for n>k = 0 and for k > n). Proof The binomial theorem implies the left hand side is k π 1 k iθ (−1)k−j Im eje sin nθ dθ k! j j=0 0 X Z k 1 k jn π = (−1)k−j ( ) k! j n! 2 3 j=0 X 1 n π = n! k 2 (2) Finally, summing (4) over k ≥ 0 yields Ces`aro’s formula (1). The Bell numbers have many other pretty representations, including Dobinski’s infinite sum formula [3, p. 210] ∞ 1 kn B = . n e k! k X=0 2 References [1] M. E. Ces`aro, Sur une ´equation aux diff´erences mˆel´ees, Nouvelles Annales de Math. (3), 4 (1885), 36–40. [2] H. W. Becker and D. H. Browne, Problem E461 and solution, Amer. Math. Monthly 48 (1941), 701–703. [3] L. Comtet, Advanced Combinatorics, D. Reidel, Boston, 1974. AMS Classification numbers: 05A19, 05A15. 3.
Recommended publications
  • MAT344 Lecture 6
    MAT344 Lecture 6 2019/May/22 1 Announcements 2 This week This week, we are talking about 1. Recursion 2. Induction 3 Recap Last time we talked about 1. Recursion 4 Fibonacci numbers The famous Fibonacci sequence starts like this: 1; 1; 2; 3; 5; 8; 13;::: The rule defining the sequence is F1 = 1;F2 = 1, and for n ≥ 3, Fn = Fn−1 + Fn−2: This is a recursive formula. As you might expect, if certain kinds of numbers have a name, they answer many counting problems. Exercise 4.1 (Example 3.2 in [KT17]). Show that a 2 × n checkerboard can be tiled with 2 × 1 dominoes in Fn+1 many ways. Solution: Denote the number of tilings of a 2 × n rectangle by Tn. We check that T1 = 1 and T2 = 2. We want to prove that they satisfy the recurrence relation Tn = Tn−1 + Tn−2: Consider the domino occupying the rightmost spot in the top row of the tiling. It is either a vertical domino, in which case the rest of the tiling can be interpreted as a tiling of a 2 × (n − 1) rectangle, or it is a horizontal domino, in which case there must be another horizontal domino under it, and the rest of the tiling can be interpreted as a tiling of a 2 × (n − 2) rectangle. Therefore Tn = Tn−1 + Tn−2: Since the number of tilings satisfies the same recurrence relation as the Fibonacci numbers, and T1 = F2 = 1 and T2 = F3 = 2, we may conclude that Tn = Fn+1.
    [Show full text]
  • Code Library
    Code Library Himemiya Nanao @ Perfect Freeze September 13, 2013 Contents 1 Data Structure 1 1.1 atlantis .......................................... 1 1.2 binary indexed tree ................................... 3 1.3 COT ............................................ 4 1.4 hose ........................................... 7 1.5 Leist tree ........................................ 8 1.6 Network ......................................... 10 1.7 OTOCI ........................................... 16 1.8 picture .......................................... 19 1.9 Size Blanced Tree .................................... 22 1.10 sparse table - rectangle ................................. 27 1.11 sparse table - square ................................... 28 1.12 sparse table ....................................... 29 1.13 treap ........................................... 29 2 Geometry 32 2.1 3D ............................................. 32 2.2 3DCH ........................................... 36 2.3 circle's area ....................................... 40 2.4 circle ........................................... 44 2.5 closest point pair .................................... 45 2.6 half-plane intersection ................................. 49 2.7 intersection of circle and poly .............................. 52 2.8 k-d tree .......................................... 53 2.9 Manhattan MST ..................................... 56 2.10 rotating caliper ...................................... 60 2.11 shit ............................................ 63 2.12 other ..........................................
    [Show full text]
  • Identities Via Bell Matrix and Fibonacci Matrix
    Discrete Applied Mathematics 156 (2008) 2793–2803 www.elsevier.com/locate/dam Note Identities via Bell matrix and Fibonacci matrix Weiping Wanga,∗, Tianming Wanga,b a Department of Applied Mathematics, Dalian University of Technology, Dalian 116024, PR China b Department of Mathematics, Hainan Normal University, Haikou 571158, PR China Received 31 July 2006; received in revised form 3 September 2007; accepted 13 October 2007 Available online 21 February 2008 Abstract In this paper, we study the relations between the Bell matrix and the Fibonacci matrix, which provide a unified approach to some lower triangular matrices, such as the Stirling matrices of both kinds, the Lah matrix, and the generalized Pascal matrix. To make the results more general, the discussion is also extended to the generalized Fibonacci numbers and the corresponding matrix. Moreover, based on the matrix representations, various identities are derived. c 2007 Elsevier B.V. All rights reserved. Keywords: Combinatorial identities; Fibonacci numbers; Generalized Fibonacci numbers; Bell polynomials; Iteration matrix 1. Introduction Recently, the lower triangular matrices have catalyzed many investigations. The Pascal matrix and several generalized Pascal matrices first received wide concern (see, e.g., [2,3,17,18]), and some other lower triangular matrices were also studied systematically, for example, the Lah matrix [14], the Stirling matrices of the first kind and of the second kind [5,6]. In this paper, we will study the Fibonacci matrix and the Bell matrix. Let us first consider a special n × n lower triangular matrix Sn which is defined by = 1, i j, (Sn)i, j = −1, i − 2 ≤ j ≤ i − 1, for i, j = 1, 2,..., n.
    [Show full text]
  • The Deranged Bell Numbers 2
    THE DERANGED BELL NUMBERS BELBACHIR HACENE,` DJEMMADA YAHIA, AND NEMETH´ LASZL` O` Abstract. It is known that the ordered Bell numbers count all the ordered partitions of the set [n] = {1, 2,...,n}. In this paper, we introduce the de- ranged Bell numbers that count the total number of deranged partitions of [n]. We first study the classical properties of these numbers (generating function, explicit formula, convolutions, etc.), we then present an asymptotic behavior of the deranged Bell numbers. Finally, we give some brief results for their r-versions. 1. Introduction A permutation σ of a finite set [n] := {1, 2,...,n} is a rearrangement (linear ordering) of the elements of [n], and we denote it by σ([n]) = σ(1)σ(2) ··· σ(n). A derangement is a permutation σ of [n] that verifies σ(i) 6= i for all (1 ≤ i ≤ n) (fixed-point-free permutation). The derangement number dn denotes the number of all derangements of the set [n]. A simple combinatorial approach yields the two recursions for dn (see for instance [13]) dn = (n − 1)(dn−1 + dn−2) (n ≥ 2) and n dn = ndn−1 + (−1) (n ≥ 1), with the first values d0 = 1 and d1 = 0. The derangement number satisfies the explicit expression (see [3]) n (−1)i d = n! . n i! i=0 X The generating function of the sequence dn is given by tn e−t D(t)= dn = . arXiv:2102.00139v1 [math.GM] 30 Jan 2021 n! 1 − t n≥ X0 The first few values of dn are (dn)n≥0 = {1, 0, 1, 2, 9, 44, 265, 1854, 14833, 133496, 1334961,...}.
    [Show full text]
  • Other Famous Numbers Due Friday, Week 4 UCSB 2014
    CCS Discrete Math I Professor: Padraic Bartlett Homework 7: Other Famous Numbers Due Friday, Week 4 UCSB 2014 Over the past week, we've studied the Catalan numbers, one of the most famous se- quences of integers in combinatorics. On this set, you'll study some other famous numbers! Each problem will introduce a class of numbers, and mention one or two interesting prop- erties which you are then invited to prove. Several problems here have extra-credit parts, or are extra-credit themselves. You do not need to do these parts to get full credit for the problem. Also, because these problems are all multi-part and this set came out a little late, we're asking you to do just two of these problems, instead of the usual three. Solve two of the five problems below! 1. Recall, from earlier in class, the definition of a partition of a set: Definition. Given any set S, a partition of S into n pieces is a way to write S as the union of n disjoint sets A1;:::An, such that all of the Ai sets are mutually disjoint (i.e. none of these sets overlap), none of the Ai are empty, and the union of all of them is our set S. For example, if S = f1; 2; 3; fish, 6; 7; 8g, a partition of S into three parts could be given by A1 = f1; 8g;A2 = ffishg;A3 = f2; 3; 6; 7g: We define the Bell number Bn as the number of different partitions of a set of n elements into any number of parts.
    [Show full text]
  • Integer Sequences
    UHX6PF65ITVK Book > Integer sequences Integer sequences Filesize: 5.04 MB Reviews A very wonderful book with lucid and perfect answers. It is probably the most incredible book i have study. Its been designed in an exceptionally simple way and is particularly just after i finished reading through this publication by which in fact transformed me, alter the way in my opinion. (Macey Schneider) DISCLAIMER | DMCA 4VUBA9SJ1UP6 PDF > Integer sequences INTEGER SEQUENCES Reference Series Books LLC Dez 2011, 2011. Taschenbuch. Book Condition: Neu. 247x192x7 mm. This item is printed on demand - Print on Demand Neuware - Source: Wikipedia. Pages: 141. Chapters: Prime number, Factorial, Binomial coeicient, Perfect number, Carmichael number, Integer sequence, Mersenne prime, Bernoulli number, Euler numbers, Fermat number, Square-free integer, Amicable number, Stirling number, Partition, Lah number, Super-Poulet number, Arithmetic progression, Derangement, Composite number, On-Line Encyclopedia of Integer Sequences, Catalan number, Pell number, Power of two, Sylvester's sequence, Regular number, Polite number, Ménage problem, Greedy algorithm for Egyptian fractions, Practical number, Bell number, Dedekind number, Hofstadter sequence, Beatty sequence, Hyperperfect number, Elliptic divisibility sequence, Powerful number, Znám's problem, Eulerian number, Singly and doubly even, Highly composite number, Strict weak ordering, Calkin Wilf tree, Lucas sequence, Padovan sequence, Triangular number, Squared triangular number, Figurate number, Cube, Square triangular
    [Show full text]
  • Bell Numbers, Their Relatives, and Algebraic Differential Equations
    Bell numbers, their relatives, and algebraic differential equations Martin Klazar Department of Applied Mathematics (KAM) and Institute for Theoretical Computer Science (ITI) Charles University Malostransk´en´amˇest´ı25 118 00 Praha Czech Republic e-mail: [email protected]ff.cuni.cz running head: Bell numbers 1 Abstract We prove that the ordinary generating function of Bell numbers sat- isfies no algebraic differential equation over C(x) (in fact, over a larger field). We investigate related numbers counting various set partitions (the Uppuluri–Carpenter numbers, the numbers of partitions with j mod i blocks, the Bessel numbers, the numbers of connected partitions, and the numbers of crossing partitions) and prove for their ogf’s analogous results. Recurrences, functional equations, and continued fraction expansions are derived. key words: Bell number; ordinary generating function; algebraic differential equation; set partition; continued fraction; crossing Address: Martin Klazar Department of Applied Mathematics (KAM) Charles University Malostransk´en´amˇest´ı25 118 00 Praha Czech Republic e-mail: [email protected]ff.cuni.cz fax: 420-2-57531014 2 1 Introduction The Bell number Bn counts the partitions of [n] = {1, 2, . , n}. The sequence of Bell numbers begins (Bn)n≥1 = (1, 2, 5, 15, 52, 203, 877, 4140, 21147, 115975,...) and is listed in EIS [32] as sequence A000110. It is well-known (Comtet [9, p. 210], Lov´asz[22, Problem 1.11], Stanley [34, p. 34]) that the exponential generating function of Bn is given by n X Bnx x B (x) = = ee −1. e n! n≥0 x 0 0 0 From e = (Be/Be) = Be/Be we obtain the algebraic differential equation 00 0 2 0 Be Be − (Be) − BeBe = 0.
    [Show full text]
  • Package 'Numbers'
    Package ‘numbers’ May 14, 2021 Type Package Title Number-Theoretic Functions Version 0.8-2 Date 2021-05-13 Author Hans Werner Borchers Maintainer Hans W. Borchers <[email protected]> Depends R (>= 3.1.0) Suggests gmp (>= 0.5-1) Description Provides number-theoretic functions for factorization, prime numbers, twin primes, primitive roots, modular logarithm and inverses, extended GCD, Farey series and continuous fractions. Includes Legendre and Jacobi symbols, some divisor functions, Euler's Phi function, etc. License GPL (>= 3) NeedsCompilation no Repository CRAN Date/Publication 2021-05-14 18:40:06 UTC R topics documented: numbers-package . .3 agm .............................................5 bell .............................................7 Bernoulli numbers . .7 Carmichael numbers . .9 catalan . 10 cf2num . 11 chinese remainder theorem . 12 collatz . 13 contFrac . 14 coprime . 15 div.............................................. 16 1 2 R topics documented: divisors . 17 dropletPi . 18 egyptian_complete . 19 egyptian_methods . 20 eulersPhi . 21 extGCD . 22 Farey Numbers . 23 fibonacci . 24 GCD, LCM . 25 Hermite normal form . 27 iNthroot . 28 isIntpower . 29 isNatural . 30 isPrime . 31 isPrimroot . 32 legendre_sym . 32 mersenne . 33 miller_rabin . 34 mod............................................. 35 modinv, modsqrt . 37 modlin . 38 modlog . 38 modpower . 39 moebius . 41 necklace . 42 nextPrime . 43 omega............................................ 44 ordpn . 45 Pascal triangle . 45 previousPrime . 46 primeFactors . 47 Primes
    [Show full text]
  • Numbers 1 to 100
    Numbers 1 to 100 PDF generated using the open source mwlib toolkit. See http://code.pediapress.com/ for more information. PDF generated at: Tue, 30 Nov 2010 02:36:24 UTC Contents Articles −1 (number) 1 0 (number) 3 1 (number) 12 2 (number) 17 3 (number) 23 4 (number) 32 5 (number) 42 6 (number) 50 7 (number) 58 8 (number) 73 9 (number) 77 10 (number) 82 11 (number) 88 12 (number) 94 13 (number) 102 14 (number) 107 15 (number) 111 16 (number) 114 17 (number) 118 18 (number) 124 19 (number) 127 20 (number) 132 21 (number) 136 22 (number) 140 23 (number) 144 24 (number) 148 25 (number) 152 26 (number) 155 27 (number) 158 28 (number) 162 29 (number) 165 30 (number) 168 31 (number) 172 32 (number) 175 33 (number) 179 34 (number) 182 35 (number) 185 36 (number) 188 37 (number) 191 38 (number) 193 39 (number) 196 40 (number) 199 41 (number) 204 42 (number) 207 43 (number) 214 44 (number) 217 45 (number) 220 46 (number) 222 47 (number) 225 48 (number) 229 49 (number) 232 50 (number) 235 51 (number) 238 52 (number) 241 53 (number) 243 54 (number) 246 55 (number) 248 56 (number) 251 57 (number) 255 58 (number) 258 59 (number) 260 60 (number) 263 61 (number) 267 62 (number) 270 63 (number) 272 64 (number) 274 66 (number) 277 67 (number) 280 68 (number) 282 69 (number) 284 70 (number) 286 71 (number) 289 72 (number) 292 73 (number) 296 74 (number) 298 75 (number) 301 77 (number) 302 78 (number) 305 79 (number) 307 80 (number) 309 81 (number) 311 82 (number) 313 83 (number) 315 84 (number) 318 85 (number) 320 86 (number) 323 87 (number) 326 88 (number)
    [Show full text]
  • Generalized Partitions and New Ideas on Number Theory and Smarandache Sequences
    Generalized Partitions and New Ideas On Number Theory and Smarandache Sequences Editor’s Note This book arose out of a collection of papers written by Amarnath Murthy. The papers deal with mathematical ideas derived from the work of Florentin Smarandache, a man who seems to have no end of ideas. Most of the papers were published in Smarandache Notions Journal and there was a great deal of overlap. My intent in transforming the papers into a coherent book was to remove the duplications, organize the material based on topic and clean up some of the most obvious errors. However, I made no attempt to verify every statement, so the mathematical work is almost exclusively that of Murthy. I would also like to thank Tyler Brogla, who created the image that appears on the front cover. Charles Ashbacher Smarandache Repeatable Reciprocal Partition of Unity {2, 3, 10, 15} 1/2 + 1/3 + 1/10 + 1/15 = 1 Amarnath Murthy / Charles Ashbacher AMARNATH MURTHY S.E.(E&T) WELL LOGGING SERVICES OIL AND NATURAL GAS CORPORATION LTD CHANDKHEDA AHMEDABAD GUJARAT- 380005 INDIA CHARLES ASHBACHER MOUNT MERCY COLLEGE 1330 ELMHURST DRIVE NE CEDAR RAPIDS, IOWA 42402 USA GENERALIZED PARTITIONS AND SOME NEW IDEAS ON NUMBER THEORY AND SMARANDACHE SEQUENCES Hexis Phoenix 2005 1 This book can be ordered in a paper bound reprint from: Books on Demand ProQuest Information & Learning (University of Microfilm International) 300 N. Zeeb Road P.O. Box 1346, Ann Arbor MI 48106-1346, USA Tel.: 1-800-521-0600 (Customer Service) http://wwwlib.umi.com/bod/search/basic Peer Reviewers: 1) Eng.
    [Show full text]
  • Paper on the Period of the Bell Numbers
    MATHEMATICS OF COMPUTATION Volume 79, Number 271, July 2010, Pages 1793–1800 S 0025-5718(10)02340-9 Article electronically published on March 1, 2010 THE PERIOD OF THE BELL NUMBERS MODULO A PRIME PETER L. MONTGOMERY, SANGIL NAHM, AND SAMUEL S. WAGSTAFF, JR. Abstract. We discuss the numbers in the title, and in particular whether the minimum period of the Bell numbers modulo a prime p can be a proper divisor p of Np =(p − 1)/(p − 1). It is known that the period always divides Np.The period is shown to equal Np for most primes p below 180. The investigation leads to interesting new results about the possible prime factors of Np.For example, we show that if p is an odd positive integer and m is a positive integer 2 and q =4m2p + 1 is prime, then q divides pm p − 1. Then we explain how this theorem influences the probability that q divides Np. 1. Introduction The Bell exponential numbers B(n) are positive integers that arise in combina- torics. They can be defined by the generating function ∞ n x x ee −1 = B(n) . n! n=0 See [5] for more background. Williams [11] proved that for each prime p,theBell p numbers modulo p are periodic and that the period divides Np =(p − 1)/(p − 1). In fact the minimum period equals Np for every prime p for which this period is known. Theorem 1.1. The minimum period of the sequence {B(n)modp} is Np when p is a prime < 126 and also when p = 137, 149, 157, 163, 167 or 173.
    [Show full text]
  • Combinatorial Enumeration of Weighted Catalan Numbers of TECHNOLOGY by R 0 8 2011
    Combinatorial Enumeration of Weighted Catalan Numbers OF TECHNOLOGY by R 0 8 2011 Junkyu An LIBRARIES B.Sc., Korea Advanced Institute of Science and Technology (2005) Submitted to the Department of Mathematics in partial fulfillment of the requirements for the degree of Doctor of Philosophy at the MASSACHUSETTS INSTITUTE OF TECHNOLOGY September 2010 © Junkyu An, MMX. All rights reserved. The author hereby grants to MIT permission to reproduce and distribute publicly paper and electronic copies of this thesis document in whole or in part. A Author ........ Department of Mathematics Qitenker 1, 2010 C ertified by .......................... ... Alexander Postnikov Associate Professor of Applied Mathematics Thesis Supervisor A ccepted by ................................ Michel X/ Goemans Chairman, Applied Mathematics Committee A A ccepted by ................................. 1Jkid Jerrison Chairman, Department Committee on Graduate Students 2 Combinatorial Enumeration of Weighted Catalan Numbers by Junkyu An Submitted to the Department of Mathematics on September 1, 2010, in partial fulfillment of the requirements for the degree of Doctor of Philosophy Abstract This thesis is devoted to the divisibility property of weighted Catalan and Motzkin numbers and its applications. In Chapter 1, the definitions and properties of weighted Catalan and Motzkin numbers are introduced. Chapter 2 studies Wilf conjecture on the complementary Bell number, the alternating sum of the Stirling number of the second kind. Congruence properties of the complementary Bell numbers are found by weighted Motkin paths, and Wilf conjecture is partially proved. In Chapter 3, Konvalinka conjecture is proved. It is a conjecture on the largest power of two dividing weighted Catalan number, when the weight function is a polynomial.
    [Show full text]