SORTING ALGORITHMS FOR BROADCAST COMMUNICATIONS: MATHEMATICAL ANALYSIS

Size: px
Start display at page:

Download "SORTING ALGORITHMS FOR BROADCAST COMMUNICATIONS: MATHEMATICAL ANALYSIS"

Transcription

1 SORTING ALGORITHMS FOR BROADCAST COMMUNICATIONS: MATHEMATICAL ANALYSIS PETER J. GRABNER AND HELMUT PRODINGER Abstract. Assume that n persons communicate via a channel; to each person a certain number is attached, and the goal is to see the numbers of all persons, e. g. in order to sort them. In this paper three algorithms to achieve this are analyzed with respect to the average number of rounds. While a precise description of the algorithmic aspects can be found in the companion paper [4], we concentrate here on the mathematical aspects of the analysis. The quantities of interest can be written as certain contour integrals involving zeta functions. The numerical evaluation leads first via residues to extremely slowly converging series, and the acceleration of them is a nontrivial task that is done in a slightly more general fashion in order to fit all the applications.. Introduction The purpose of this paper is two-fold: firstly we want to discuss a probabilistic model for conflict resolution in broadcast communication and secondly we want to present a method to compute certain integrals which occur in the asymptotic analysis of this model and also elsewhere numerically to a high precision. Let us first describe the model: Assume that n persons communicate via a channel; to each person a certain number is attached, and the goal is to see the numbers of all persons, e. g. in order to sort them. We will analyze three algorithms to achieve this; the interest is in the average number of rounds. When more than one person sends at a time, a conflict arises. The conflict resolution schemes that are considered here are all based on coin flippings: The persons involved in a conflict flip a coin, and those who flipped tail step out and wait until those who flipped head have resolved their conflict. A key issue is the selection of a loser, see [5, ]; it is also known as leader election, see [,, 7]. The loser is determined by consecutive rounds of coin flippings; those who flip heads create smaller and smaller populations until a single person remains. There is a special rule to be applied however when nobody flips head; then this round has to be repeated. The loser announces his number, and then a recursive strategy is applied. The first algorithm finds the maximal number present in the file. Such an algorithm per se appeared in [, 4]. It needs several rounds of recursive coin flippings; after each Date: February 9, Mathematics Subject Classification. Primary: 8Q5; Secondary: 5A5, 5A, C5. This author is supported by the START-project Y9-MAT of the Austrian Science Foundation.

2 P. J. GRABNER AND H. PRODINGER round a successful broadcast of a number only the persons with larger numbers than the announced one go on recursively. Thus, in the process of finding the maximum, we see already several people those who broadcast successfully. They are taken out, and the remaining set of people follow the same strategy recursively, until no persons are left. See [4] for a more detailed description of the algorithm. The second algorithm does not use maxima; it is the loser who announces his number, and he therefore splits the set of persons into two subfiles larger resp. smaller numbers, and one can go on recursively with the two subfiles, until all persons have been seen. See [3] for a detailed description. Finally, we discuss a very naive strategy, where we just take the loser out, and find the next loser of the reduced set of n persons, etc. This is naturally slower. Loser selection works by coin flippings; the first two algorithms use additionally a splitting à la binary search, whereas the naive strategy only works sequentially. It turns out that the second algorithm is the best, the intuitive reason being perhaps that it is good to split the file as soon as possible, i. e. when the first loser has been found. The average number of rounds to select a loser is given by the recursion S n n = + n n k= n k Note that this algorithm itself is recursive. From [] we know the solution k= S k, n, S,S =. n n Bk S n = k k, n with Bernoulli numbers B k. There is also the very useful representation of S n as a contour integral, viz. S n = k= +i Γ sγn+ζ s Γn+ s s See [3] for some background on such integrals. The average number of rounds M n to find the maximum [, 4] is given by n [ ] B k n M n = +, n ; k k + it was also proved that M n M n = +i ΓnΓ s Γn s ds. ζ s s ds.

3 SORTING ALGORITHMS FOR BROADCAST COMMUNICATIONS 3 Several parameters of the probabilistic model described above can be expressed in terms of series involving the sequences M n and S n. These series turn out to converge very slowly so that they are not even suitable to compute three digits of the values in question. In the specific case here the second possibility to compute these constants is also not applicable: deform the line of integration in the contour integral representation and collect residues cf. section 5. Here the resulting series is again converging too slowly. In section we will describe how to use the integral representation to obtain a rapidly converging algorithm for numerical computation of these integrals. This algorithm is formulated rather general and could be applied to similar problems immediately. Remark. If the only task were to see all the elements, then the most obvious strategy is the conflict resolution scheme as described in [8]; everybody shouts in the beginning, and then the conflict is resolved by consecutive rounds of coin flippings. The average number of rounds for that is apart from small fluctuations n; the log constant = is better than the constants for the algorithms in this paper. However, in this way the data arrive in random order, whereas the strategies in this paper produce the sorted file very easily one can think about the data as arranged in the Quicksort tree [], from which sorting is trivial.. The maximum finding strategy Denote by T n the average number of rounds with this method. Shiau and Yang [4] argue like this: There are extra costs of M n for finding the maximum on the first level of recursion. The first successful broadcast, which can be any element with the same probability, splits the file into a subfile of n k smaller elements to which the n recursive strategy is applied at a later stage, with costs T n k. In the file of k larger elements, the search for the maximum is still continuing, but we have taken care already for the extra cost for maximum searching, thus a contribution T k M k. If k =, it costs however, and if k =, it costs, so that we have the recursion for n with T = and T =. We multiply that by n: write this with n replaced by n : and take differences: T n = M n + n T k + n T k M k + n n n, k= k= n n nt n = nm n + T k + T k M k +, k= k= n n n T n = n M n + T k + T k M k +, nt n n T n = nm n n M n +T n +T n M n, k= k= log

4 4 P. J. GRABNER AND H. PRODINGER or replacing n by k k + T k k Summing this from k = 3,...,n we get or T k T n n+ T 3 = n = M k M k. k + T n = 3 n++n+ n M k M k k + M k M k. k + Since asymptotics of M n are well known [4] we know a priori that T n A n, where the constant A is given by A = 3 + M k M k. k + With more effort, one could derive a full asymptotic expansion; see section for such computations. As cited already in the introduction, and therefore Define M k M k = k + M k M k = fs := Γ s n=3 +i +i ΓkΓ s Γk s ζ s ΓkΓ s k +Γk s s ds ζ s ds. s Γn n+γn s = 3s 5 s ss+ψ s, s where as usual ψs = Γ s identity was found with the help of Mathematica c. Γs As ψs is given by the uniformly convergent expansion ψs = n= n+s it is easy to see that ψ has double poles at the negative integers. For further details on ψ we refer to [9, 5]. Furthermore, we note that cf. [] for arg s < π ψ s = s + s s 3 + 3s 5 +O s.

5 Using the identity SORTING ALGORITHMS FOR BROADCAST COMMUNICATIONS 5 ψ s+ψ s = π sin πs + s we can find an estimate valid for all s with n N : s n > ε: fs = O s +. 3 ε e π Is Our goal is to compute the integral +i ζ s fs s ds. Expanding the ζ function and the geometric series it is k k +i j k sds. fs j j For the evaluation of the integral we need now +i for x fsx s ds = 3 x+x+x + xlogx for < x <. 3 x x 3 This equation is achieved as follows this is actually a standard technique in analytic number theory: to obtain the formula for x consider the integral over the segment { +it R t R} and the arc {σ +it σ +t = R,σ < }. Since the integrand has no poles in this region, the integral vanishes; now let R tend to and observe that the estimate 3 implies that the integral over the arc tends to. For x < we shift the line of integration to the right technically, we again truncate the integral at t = ±R and show that the contribution tends to for R and collect residues: +i fsx s ds = K k= { Res } fsx s + s=k K+ +i fsx s ds. K+ By 3 the integral is bounded by Ox K, which allows the limit K. Computing the residues and summing up yields the desired result. Using 4 we obtain k k +i j k sds fs = j j j k< j j k Φ k j 4

6 P. J. GRABNER AND H. PRODINGER with Φt := 3 t+t+t + tlogt 3 t t 3. Observe that Φ =, so that we can add the term k = j to the sum. In section we will explain how to compute such sums numerically to a high precision. Therefore we get A = = Note that the paper [4] provides the elementary bounds 7 = 3.5 A 3 = Splitting the file using the loser It is not hard to find a recursion for T n, the average number of rounds for this method. We use the notation T n again, but there is no chance for confusion. The values T = and T = are self-explanatory, and for n we have T n = +S n + n T k +T n k ; n k= the counts the initial broadcast, causing the conflict, which needs S n to be resolved. Then, the probability is uniformly that the file splits. See [3] for a more elaborate n description. The traditional method to solve that is as in the previous section: replace n by n and subtract to get n nt n = n+ns n + T k ; k= n n T n = n +n S n + k= nt n n+t n = +ns n n S n. Divide this by nn+: T n n+ T n n = n n+ + S n n+ n nn+ S n and sum this from n = 3,...,N, but write again n for N: T n n+ 5 3 = 3 n n+ + S k n k + + or T n n+ = n+ S n n n T k k k + S k n k + S k S k k +

7 from which we conclude that SORTING ALGORITHMS FOR BROADCAST COMMUNICATIONS 7 T n = 8 3 n+ 5 3 S n +n+ n S k S k. k + In [3] this is slightly wrong. We know again a priori that T n A n. Our aim is compute this constant A : A = From the integral formula for S k we conclude that S k S k = = +i +i Γ sγk +ζ s Γk + s s sγ sγkζ s Γk + s s ds. S k S k. 5 k + ds+ +i Define fs = Γ s Γk k +Γk + s, k 3 which makes sense for Rs <. Mathematica c found the identity fs = s 5s+4 s s s +sψ s, Γ sγkζ s Γk s s which provides the analytic continuation of fs notice that this identity is equivalent to. Then ds Note that Therefore +i A = sfsζ s s +i s = k sfsζ s s ks. +i ds. ds = sfsζ s k ks ds.

8 8 P. J. GRABNER AND H. PRODINGER The integral +i sfsζ s ks ds can be computed by shifting the line of integration to Rs = again this is justified by the growth rate of the integrand and expanding the ζ function: sfsn s ks ds. n= +i Thus it remains to compute the function +i hx = sfsx s ds. This is done in a similar way as above and gives x7 4x+3x 4x 3 x+x logx for < x hx = x x 3 for x >. With this notation, the constant A evaluates to A = k k Ψ = , j j k< j where we write Ψt = t7 4t+3t 4t 3 t t+t t 3 logt; see the last section for such evaluations. Notealsothatthepaper[3]givestheboundsaftercorrectingthesimpleerror3.33 A The naive algorithm The average cost of selecting one loser is given by c n = + S n with the quantities S n from the introduction. Thus we have n n Bk c n = k k. In total, we need to evaluate k= C n = c + +c n.

9 We know SORTING ALGORITHMS FOR BROADCAST COMMUNICATIONS 9 n k= n Bk k k = since c = and c = 3 this leads to +i Γn+Γ s ζ s Γn+ s s ds; C n = n n +i Γk +Γ s ζ s Γk + s s ds. As before we sum up the terms in the integral n Γk +Γ s = Γn+Γ s Γk + s s+γn+ s s s s+ and obtain Now we use cf. [] to obtain C n = n+ +i +i s s s+ Γn+Γ s s+γn+ s ζ s s ds ζ s s ds. Γn+ Γn+ s = ns+ s 3s+ s 4 +O n n C n = n+ +i +i Γ s +i + Γ s s s s+ ζ s s ns+ ds ζ s s ds s 3s+ ζ s s ns ds+on. 7 8

10 P. J. GRABNER AND H. PRODINGER We shift the line of integration to Rs = the poles on the line Rs = and obtain by calculating the residues at C n = n+ +i +i s s s+ + Γ s ζ s s ds +i Γ s ζ s s ns+ ds s 3s+ ζ s s ns ds+nlog n n+nflog n + 3 log n+ log 3 4 +Glog n+on, where F and G denote two periodic continuous functions of period and mean given by their Fourier-expansions χ k = kπi log Fx = log Gx = log k Z\{} k Z\{} It remains to compute the integral This is done as follows: I = +i Γ χ k ζ χ k e kπix +χ k 3 χ k Γ χ k ζ χ k e kπix. s s s+ ζ s s ds. 9 I = = = k= k= k= n= +i s s s+ ζ s ks ds +i s s s+ ζ s ks ds 3 +i s s s+ ns ks ds 3.

11 SORTING ALGORITHMS FOR BROADCAST COMMUNICATIONS As before we compute the integral We obtain +i s s s+ xs ds = k { 3x x for < x x for x >. n n I = 3 + k n k k n 3. k= n= n= k + After summing up the first sum and some obvious cancellation we arrive at I = k n. k= n= k This can be computed by the methods outlined in section ; the numerical value is given by I = This gives with C n = nlog n+ 3 n+nflog n+ 3 log n+b +Glog n+on B = log 3 +I = Mellin Integrals One possible way to give a reasonably convergent series expansion for the value of an integral of the form +i ζ s fs ds s would be to move the line of integration to the left. This yields +i fs ζ s s ds = { Res s=χ k k Z +i fs ζ s } + fs s ζ s s ds, where again χ k = kπi. Under the growth condition fs = log O s the last integral is zero by the same arguments as used above. Thus we have a series expansion for the integral log k Z\{} { fχ k ζ χ k +Res s= fs ζ s s }.

12 P. J. GRABNER AND H. PRODINGER Unfortunately, the rate of convergence of this sum is not better than the rate of convergence of the sums and 5. Thus this method does not yield a numerically feasible method to compute integrals of the form. The next section will describe how to find high precision approximations to the numerical value of such integrals.. How to compute the integrals numerically In this section we discuss how to compute a sums like S = j k k Φ and S j = k k Φ j j k< j j k< j numerically. We assume that Φ C m,], Φ = D, and Φt D t = m l= C l t l logt+q m t+ot m+ logt, 3 where Q m C m+ [,] and C l are constants these two properties are satisfied for the functions to which these studies will be applied later. In the sequel we will use the Bernoulli-polynomials P k t defined by P l t zl l! = zezt e z l= and the Bernoulli numbers B l = P l. Throughout this section we use the notation {x} to indicate the fractional part of x. Then we have k j k f k j = = j k= j k= k f D k j +D j [ j j = k + k= m l= k f D k j jlog+γ + j+ m k f D j j j C l k= j +D l= m l= B l l k j llog k j +D where R j m+ P m+ m+j. k= k + m+j lj k ] llog k C l j j jlog+γ + j+ m P m+ { j x}x m dx l= B l l +R lj j

13 SORTING ALGORITHMS FOR BROADCAST COMMUNICATIONS 3 Weset gt = g m t = ft D m t l= C lt l logt; under ourassumptions onf, thefunction g is m times differentiable on [,] and the m+ st derivative is in L [,]. Then we have j j k= = k g = j + gtdt+ g g j + m+! m+j gtdt+ g g j + with R j m+! P m+ g m+. Finally, we compute the sums k= m l= B l g l g l lj l! P m+ { j x}g m+ xdx 4 j j m l= k= B l g l g l lj +R j l! k j rlog k j 5 for r N using the Euler-MacLaurin summation formula. For this purpose we first compute the sum j s+j k s = s+ + + m B l s lj + js ζ s +j l l m+j s m+ here we have used the identity cf. [] ζ s = s+ + m l= B l l s l l= + which is valid for Rs < m. Differentiating and setting s = r N yields j j k= k j rlog k j = r + + m l= B l l P m+ { j x}x s m dx; s m+ d ds s P m+ {x}x s m dx, l s=r lj +j jr ζ rlog jr ζ r 7 m+j d s P m+ { j x}x r m dx; ds m+ s=r

14 4 P. J. GRABNER AND H. PRODINGER here we have used that r m+ = for r < m. We note also that ζ r = B r+ for r r+ and ζ =. Finally, we observe that d s = ds l s=r rr!l r! l! l r l r t Inserting this into 7 and estimating the integral trivially yields j j k= k j rlog k j = r + + t= r+ l= for r l for r > l. l B l r l l t= +j jr ζ rlog jr ζ r r m l= r+3 r t lj r!l r! B l l! l lj +R j,r with R j,r r!m r! m+! m+j P m+. Extending the last sum 8 to m+ for r = m and putting everything together we obtain the C j j log term in the fourth line is to compensate the difference between ζ and B with j k= k k f = D jlog+γ + j m j+ ft D t C j j log+ dt+ g g j + m r= r C r l= jr+ ζ r r m l= r+ l= m l= l B l r l l t= B l l lj +R j + r!l r! B l l! l lj 8 B l g l g l lj + 9 l! r t lj +j jr+b r+ r + log + R j R j m+j D P m+ m+ + m+! gm+ + m +C m ζ m m+j + B m+ jm+ + P m+3 m+ jm+3 r= r!m r! C r m+! ;

15 here we have used that SORTING ALGORITHMS FOR BROADCAST COMMUNICATIONS 5 For the function ft D t dt = gtdt m r= ft = Φt = 3 t+t+t 3 t C r r +. + tlogt t 3 we have D = and C r = r +r +, and ft t dt =. For a numerical approximation of we split summation at J and replace the infinite part of the sum by the asymptotic estimate 9. For J = and m = this gives an error estimate of Thus we have S = In a similar way we can treat the sum In this case D = and of Thus we have S = j k< j k Ψ k j Ψx dx =. For J = 8 and m = we obtain an error estimate x S = Concluding remarks The method for the numerical computation of Mellin integrals as described in section can be easily generalized to integrals of the form c+i c i fs ζ s A s ds for A >, where fs is a meromorphic function in the whole complex plane satisfying the following properties: fs = O s ε for some positive ε and arg s < π fs has no poles left of a line Rs = σ the sum over the residues Resfsx s converges for < x <.

16 P. J. GRABNER AND H. PRODINGER If A is not an integer one has to use a slightly changed version of the Euler-MacLaurin summation formula: k = A n gxdx A n g+{an } g+ k<a n g m l= B l g l g l A l n + l! m+! P m+ {A n x}g m+ xdx. Again singularities of g have to be subtracted as shown in section. References [] M. Abramowitz and I. A. Stegun. Handbook of Mathematical Functions. Dover, New York, 95. [] J.A. Fill, H. M. Mahmoud, and W. Szpankowski.Onthe distribution forthe durationofarandomized leader election algorithm. Ann. Appl. Probab., : 83, 99. [3] P. Flajolet and R. Sedgewick. Mellin transforms and asymptotics: finite differences and Rice s integrals. Theor. Comput. Sci., 44 : 4, June 995. [4] P. Grabner and H. Prodinger. An asymptotic study of a recursion occurring in the analysis of an algorithm on broadcast communication. Inf. Process. Lett., 5:89 93, 998. [5] P. J. Grabner. Searching for losers. Random Structures and Algorithms, 4:99, 993. [] A. Ivić. The Riemann Zeta-Function. J. Wiley, New York, 985. [7] S. Janson and W. Szpankowski. Analysis of an asymmetric leader election algorithm. Electron. J. Comb., 4:#R7, 7 pages, 997. [8] P. Mathys and P. Flajolet. Q ary collision resolution algorithms in random access systems with free or blocked channel access. IEEE Transactions on Information Theory, IT-3:7 43, March 985. [9] N. Nielsen. Handbuch der Theorie der Gammafunktion. Teubner, Leipzig, 9. [] H. Prodinger. How to select a loser. Discrete Math., :49 59, 993. [] R. Sedgewick and P. Flajolet. Introduction to the Analysis of Algorithms. Addison-Wesley, Reading, Massachusetts, 99. [] S.-H. Shiau and C.-B. Yang. A fast maximum finding algorithm on broadcast communications. Inf. Process. Lett., :8 89, 99. [3] S.-H. Shiau and C.-B. Yang. A fast sorting algorithm and its generalization on broadcast communications. preprint, 8 pages,. [4] S.-H. Shiau and C.-B. Yang. A fast sorting algorithm on broadcast communications. Algorithmica,?: pages,. to appear. [5] E. C. Titchmarsh. The Theory of Functions. Oxford University Press, 939. P. Grabner Institut für Mathematik A, Technische Universität Graz, Steyrergasse 3, 8 Graz, Austria address: grabner@weyl.math.tu-graz.ac.at H. Prodinger The John Knopfmacher Centre for Applicable Analysis and Number Theory, Department of Mathematics, University of the Witwatersrand, P. O. Wits, 5 Johannesburg, South Africa address: helmut@gauss.cam.wits.ac.za

Additive irreducibles in α-expansions

Additive irreducibles in α-expansions Publ. Math. Debrecen Manuscript Additive irreducibles in α-expansions By Peter J. Grabner and Helmut Prodinger * Abstract. The Bergman number system uses the base α = + 5 2, the digits 0 and, and the condition

More information

The Asymptotic Expansion of a Generalised Mathieu Series

The Asymptotic Expansion of a Generalised Mathieu Series Applied Mathematical Sciences, Vol. 7, 013, no. 15, 609-616 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/10.1988/ams.013.3949 The Asymptotic Expansion of a Generalised Mathieu Series R. B. Paris School

More information

Some Fun with Divergent Series

Some Fun with Divergent Series Some Fun with Divergent Series 1. Preliminary Results We begin by examining the (divergent) infinite series S 1 = 1 + 2 + 3 + 4 + 5 + 6 + = k=1 k S 2 = 1 2 + 2 2 + 3 2 + 4 2 + 5 2 + 6 2 + = k=1 k 2 (i)

More information

Riemann Zeta Function and Prime Number Distribution

Riemann Zeta Function and Prime Number Distribution Riemann Zeta Function and Prime Number Distribution Mingrui Xu June 2, 24 Contents Introduction 2 2 Definition of zeta function and Functional Equation 2 2. Definition and Euler Product....................

More information

A class of trees and its Wiener index.

A class of trees and its Wiener index. A class of trees and its Wiener index. Stephan G. Wagner Department of Mathematics Graz University of Technology Steyrergasse 3, A-81 Graz, Austria wagner@finanz.math.tu-graz.ac.at Abstract In this paper,

More information

First, let me recall the formula I want to prove. Again, ψ is the function. ψ(x) = n<x

First, let me recall the formula I want to prove. Again, ψ is the function. ψ(x) = n<x 8.785: Analytic Number heory, MI, spring 007 (K.S. Kedlaya) von Mangoldt s formula In this unit, we derive von Mangoldt s formula estimating ψ(x) x in terms of the critical zeroes of the Riemann zeta function.

More information

MOMENTS OF HYPERGEOMETRIC HURWITZ ZETA FUNCTIONS

MOMENTS OF HYPERGEOMETRIC HURWITZ ZETA FUNCTIONS MOMENTS OF HYPERGEOMETRIC HURWITZ ZETA FUNCTIONS ABDUL HASSEN AND HIEU D. NGUYEN Abstract. This paper investigates a generalization the classical Hurwitz zeta function. It is shown that many of the properties

More information

ROSENA R.X. DU AND HELMUT PRODINGER. Dedicated to Philippe Flajolet ( )

ROSENA R.X. DU AND HELMUT PRODINGER. Dedicated to Philippe Flajolet ( ) ON PROTECTED NODES IN DIGITAL SEARCH TREES ROSENA R.X. DU AND HELMUT PRODINGER Dedicated to Philippe Flajolet (98 2) Abstract. Recently, 2-protected nodes were studied in the context of ordered trees and

More information

Math 259: Introduction to Analytic Number Theory More about the Gamma function

Math 259: Introduction to Analytic Number Theory More about the Gamma function Math 59: Introduction to Analytic Number Theory More about the Gamma function We collect some more facts about Γs as a function of a complex variable that will figure in our treatment of ζs and Ls, χ.

More information

FRACTIONAL HYPERGEOMETRIC ZETA FUNCTIONS

FRACTIONAL HYPERGEOMETRIC ZETA FUNCTIONS FRACTIONAL HYPERGEOMETRIC ZETA FUNCTIONS HUNDUMA LEGESSE GELETA, ABDULKADIR HASSEN Both authors would like to dedicate this in fond memory of Marvin Knopp. Knop was the most humble and exemplary teacher

More information

Probabilistic analysis of the asymmetric digital search trees

Probabilistic analysis of the asymmetric digital search trees Int. J. Nonlinear Anal. Appl. 6 2015 No. 2, 161-173 ISSN: 2008-6822 electronic http://dx.doi.org/10.22075/ijnaa.2015.266 Probabilistic analysis of the asymmetric digital search trees R. Kazemi a,, M. Q.

More information

EXTENDED RECIPROCAL ZETA FUNCTION AND AN ALTERNATE FORMULATION OF THE RIEMANN HYPOTHESIS. M. Aslam Chaudhry. Received May 18, 2007

EXTENDED RECIPROCAL ZETA FUNCTION AND AN ALTERNATE FORMULATION OF THE RIEMANN HYPOTHESIS. M. Aslam Chaudhry. Received May 18, 2007 Scientiae Mathematicae Japonicae Online, e-2009, 05 05 EXTENDED RECIPROCAL ZETA FUNCTION AND AN ALTERNATE FORMULATION OF THE RIEMANN HYPOTHESIS M. Aslam Chaudhry Received May 8, 2007 Abstract. We define

More information

1 The functional equation for ζ

1 The functional equation for ζ 18.785: Analytic Number Theory, MIT, spring 27 (K.S. Kedlaya) The functional equation for the Riemann zeta function In this unit, we establish the functional equation property for the Riemann zeta function,

More information

ANALYSIS OF LINEAR COMBINATION ALGORITHMS IN CRYPTOGRAPHY

ANALYSIS OF LINEAR COMBINATION ALGORITHMS IN CRYPTOGRAPHY ANALYSIS OF LINEAR COMBINATION ALGORITHMS IN CRYPTOGRAPHY PETER J. GRABNER, CLEMENS HEUBERGER, HELMUT PRODINGER, AND JÖRG M. THUSWALDNER Abstract. Several cryptosystems rely on fast calculations of linear

More information

1. Prove the following properties satisfied by the gamma function: 4 n n!

1. Prove the following properties satisfied by the gamma function: 4 n n! Math 205A: Complex Analysis, Winter 208 Homework Problem Set #6 February 20, 208. Prove the following properties satisfied by the gamma function: (a) Values at half-integers: Γ ( n + 2 (b) The duplication

More information

Compositions and samples of geometric random variables with constrained multiplicities

Compositions and samples of geometric random variables with constrained multiplicities FPSAC 2010, San Francisco, USA DMTCS proc. AN, 2010, 317 328 Compositions and samples of geometric random variables with constrained multiplicities Margaret Archibald 1 and Arnold Knopfmacher 2 and Toufik

More information

JASSON VINDAS AND RICARDO ESTRADA

JASSON VINDAS AND RICARDO ESTRADA A QUICK DISTRIBUTIONAL WAY TO THE PRIME NUMBER THEOREM JASSON VINDAS AND RICARDO ESTRADA Abstract. We use distribution theory (generalized functions) to show the prime number theorem. No tauberian results

More information

DIFFERENTIAL CRITERIA FOR POSITIVE DEFINITENESS

DIFFERENTIAL CRITERIA FOR POSITIVE DEFINITENESS PROCEEDINGS OF THE AMERICAN MATHEMATICAL SOCIETY Volume, Number, Pages S -9939(XX)- DIFFERENTIAL CRITERIA FOR POSITIVE DEFINITENESS J. A. PALMER Abstract. We show how the Mellin transform can be used to

More information

The Number of Inversions in Permutations: A Saddle Point Approach

The Number of Inversions in Permutations: A Saddle Point Approach 1 2 3 47 6 23 11 Journal of Integer Sequences, Vol. 6 (23), Article 3.2.8 The Number of Inversions in Permutations: A Saddle Point Approach Guy Louchard Département d Informatique CP 212, Boulevard du

More information

The Hardy-Littlewood Function: An Exercise in Slowly Convergent Series

The Hardy-Littlewood Function: An Exercise in Slowly Convergent Series The Hardy-Littlewood Function: An Exercise in Slowly Convergent Series Walter Gautschi Department of Computer Sciences Purdue University West Lafayette, IN 4797-66 U.S.A. Dedicated to Olav Njåstad on the

More information

Dirichlet s Theorem. Martin Orr. August 21, The aim of this article is to prove Dirichlet s theorem on primes in arithmetic progressions:

Dirichlet s Theorem. Martin Orr. August 21, The aim of this article is to prove Dirichlet s theorem on primes in arithmetic progressions: Dirichlet s Theorem Martin Orr August 1, 009 1 Introduction The aim of this article is to prove Dirichlet s theorem on primes in arithmetic progressions: Theorem 1.1. If m, a N are coprime, then there

More information

Riemann s ζ-function

Riemann s ζ-function Int. J. Contemp. Math. Sciences, Vol. 4, 9, no. 9, 45-44 Riemann s ζ-function R. A. Mollin Department of Mathematics and Statistics University of Calgary, Calgary, Alberta, Canada, TN N4 URL: http://www.math.ucalgary.ca/

More information

Riemann s explicit formula

Riemann s explicit formula Garrett 09-09-20 Continuing to review the simple case (haha!) of number theor over Z: Another example of the possibl-suprising application of othe things to number theor. Riemann s explicit formula More

More information

ABSTRACT 1. INTRODUCTION

ABSTRACT 1. INTRODUCTION THE FIBONACCI NUMBER OF GENERALIZED PETERSEN GRAPHS Stephan G. Wagner Department of Mathematics, Graz University of Technology, Steyrergasse 30, A-8010 Graz, Austria e-mail: wagner@finanz.math.tu-graz.ac.at

More information

The Generating Functions for Pochhammer

The Generating Functions for Pochhammer The Generating Functions for Pochhammer Symbol { }, n N Aleksandar Petoević University of Novi Sad Teacher Training Faculty, Department of Mathematics Podgorička 4, 25000 Sombor SERBIA and MONTENEGRO Email

More information

Analysis of tree algorithm for collision resolution

Analysis of tree algorithm for collision resolution Analysis of tree algorithm for collision resolution Laszlo Gyorfi, Sándor Gyori To cite this version: Laszlo Gyorfi, Sándor Gyori. Analysis of tree algorithm for collision resolution. Conrado Martìnez.

More information

SOME IDENTITIES FOR THE RIEMANN ZETA-FUNCTION II. Aleksandar Ivić

SOME IDENTITIES FOR THE RIEMANN ZETA-FUNCTION II. Aleksandar Ivić FACTA UNIVERSITATIS (NIŠ Ser. Math. Inform. 2 (25, 8 SOME IDENTITIES FOR THE RIEMANN ZETA-FUNCTION II Aleksandar Ivić Abstract. Several identities for the Riemann zeta-function ζ(s are proved. For eample,

More information

The Generalization of Quicksort

The Generalization of Quicksort The Generalization of Quicksort Shyue-Horng Shiau Chang-Biau Yang Ý Department of Computer Science and Engineering National Sun Yat-Sen University Kaohsiung, Taiwan 804, Republic of China shiaush@cse.nsysu.edu.tw

More information

RIEMANN HYPOTHESIS: A NUMERICAL TREATMENT OF THE RIESZ AND HARDY-LITTLEWOOD WAVE

RIEMANN HYPOTHESIS: A NUMERICAL TREATMENT OF THE RIESZ AND HARDY-LITTLEWOOD WAVE ALBANIAN JOURNAL OF MATHEMATICS Volume, Number, Pages 6 79 ISSN 90-5: (electronic version) RIEMANN HYPOTHESIS: A NUMERICAL TREATMENT OF THE RIESZ AND HARDY-LITTLEWOOD WAVE STEFANO BELTRAMINELLI AND DANILO

More information

Bernoulli Polynomials

Bernoulli Polynomials Chapter 4 Bernoulli Polynomials 4. Bernoulli Numbers The generating function for the Bernoulli numbers is x e x = n= B n n! xn. (4.) That is, we are to expand the left-hand side of this equation in powers

More information

Research Article Operator Representation of Fermi-Dirac and Bose-Einstein Integral Functions with Applications

Research Article Operator Representation of Fermi-Dirac and Bose-Einstein Integral Functions with Applications Hindawi Publishing Corporation International Journal of Mathematics and Mathematical Sciences Volume 2007, Article ID 80515, 9 pages doi:10.1155/2007/80515 Research Article Operator Representation of Fermi-Dirac

More information

The number of inversions in permutations: A saddle point approach

The number of inversions in permutations: A saddle point approach The number of inversions in permutations: A saddle point approach Guy Louchard and Helmut Prodinger November 4, 22 Abstract Using the saddle point method, we obtain from the generating function of the

More information

Fractional part integral representation for derivatives of a function related to lnγ(x+1)

Fractional part integral representation for derivatives of a function related to lnγ(x+1) arxiv:.4257v2 [math-ph] 23 Aug 2 Fractional part integral representation for derivatives of a function related to lnγ(x+) For x > let Mark W. Coffey Department of Physics Colorado School of Mines Golden,

More information

ON MORDELL-TORNHEIM AND OTHER MULTIPLE ZETA-FUNCTIONS. (m + n) s 3. n s 2

ON MORDELL-TORNHEIM AND OTHER MULTIPLE ZETA-FUNCTIONS. (m + n) s 3. n s 2 ON MORDELL-TORNHEIM AND OTHER MULTIPLE ZETA-FUNCTIONS KOHJI MATSUMOTO. Introduction In 950, Tornheim [4] introduced the double series m s n s 2 (m + n) s 3 (.) m= n= of three variables, and studied its

More information

17 The functional equation

17 The functional equation 18.785 Number theory I Fall 16 Lecture #17 11/8/16 17 The functional equation In the previous lecture we proved that the iemann zeta function ζ(s) has an Euler product and an analytic continuation to the

More information

ON THE HURWITZ ZETA-FUNCTION

ON THE HURWITZ ZETA-FUNCTION ROCKY MOUNTAIN JOURNAL OF MATHEMATICS Volume 2, Number 1, Winter 1972 ON THE HURWITZ ZETA-FUNCTION BRUCE C. BERNDT 1. Introduction. Briggs and Chowla [2] and Hardy [3] calculated the coefficients of the

More information

1 Euler s idea: revisiting the infinitude of primes

1 Euler s idea: revisiting the infinitude of primes 8.785: Analytic Number Theory, MIT, spring 27 (K.S. Kedlaya) The prime number theorem Most of my handouts will come with exercises attached; see the web site for the due dates. (For example, these are

More information

THE LAPLACE TRANSFORM OF THE FOURTH MOMENT OF THE ZETA-FUNCTION. Aleksandar Ivić

THE LAPLACE TRANSFORM OF THE FOURTH MOMENT OF THE ZETA-FUNCTION. Aleksandar Ivić THE LAPLACE TRANSFORM OF THE FOURTH MOMENT OF THE ZETA-FUNCTION Aleksandar Ivić Univ. Beograd. Publ. Elektrotehn. Fak. Ser. Mat. (2), 4 48. Abstract. The Laplace transform of ζ( 2 +ix) 4 is investigated,

More information

Summation Techniques, Padé Approximants, and Continued Fractions

Summation Techniques, Padé Approximants, and Continued Fractions Chapter 5 Summation Techniques, Padé Approximants, and Continued Fractions 5. Accelerated Convergence Conditionally convergent series, such as 2 + 3 4 + 5 6... = ( ) n+ = ln2, (5.) n converge very slowly.

More information

Counting Palindromes According to r-runs of Ones Using Generating Functions

Counting Palindromes According to r-runs of Ones Using Generating Functions Counting Palindromes According to r-runs of Ones Using Generating Functions Helmut Prodinger Department of Mathematics Stellenbosch University 7602 Stellenbosch South Africa hproding@sun.ac.za Abstract

More information

The Moments of the Profile in Random Binary Digital Trees

The Moments of the Profile in Random Binary Digital Trees Journal of mathematics and computer science 6(2013)176-190 The Moments of the Profile in Random Binary Digital Trees Ramin Kazemi and Saeid Delavar Department of Statistics, Imam Khomeini International

More information

Counting Palindromes According to r-runs of Ones Using Generating Functions

Counting Palindromes According to r-runs of Ones Using Generating Functions 3 47 6 3 Journal of Integer Sequences, Vol. 7 (04), Article 4.6. Counting Palindromes According to r-runs of Ones Using Generating Functions Helmut Prodinger Department of Mathematics Stellenbosch University

More information

THE PENNSYLVANIA STATE UNIVERSITY SCHREYER HONORS COLLEGE DEPARTMENT OF MATHEMATICS BERNOULLI POLYNOMIALS AND RIEMANN ZETA FUNCTION

THE PENNSYLVANIA STATE UNIVERSITY SCHREYER HONORS COLLEGE DEPARTMENT OF MATHEMATICS BERNOULLI POLYNOMIALS AND RIEMANN ZETA FUNCTION THE PENNSYLVANIA STATE UNIVERSITY SCHREYER HONORS COLLEGE DEPARTMENT OF MATHEMATICS BERNOULLI POLYNOMIALS AND RIEMANN ZETA FUNCTION YIXUAN SHI SPRING 203 A thesis submitted in partial fulfillment of the

More information

RENEWAL THEORY IN ANALYSIS OF TRIES AND STRINGS: EXTENDED ABSTRACT

RENEWAL THEORY IN ANALYSIS OF TRIES AND STRINGS: EXTENDED ABSTRACT RENEWAL THEORY IN ANALYSIS OF TRIES AND STRINGS: EXTENDED ABSTRACT SVANTE JANSON Abstract. We give a survey of a number of simple applications of renewal theory to problems on random strings, in particular

More information

Polyexponentials. Khristo N. Boyadzhiev Ohio Northern University Departnment of Mathematics Ada, OH

Polyexponentials. Khristo N. Boyadzhiev Ohio Northern University Departnment of Mathematics Ada, OH Polyexponentials Khristo N. Boyadzhiev Ohio Northern University Departnment of Mathematics Ada, OH 45810 k-boyadzhiev@onu.edu 1. Introduction. The polylogarithmic function [15] (1.1) and the more general

More information

k-protected VERTICES IN BINARY SEARCH TREES

k-protected VERTICES IN BINARY SEARCH TREES k-protected VERTICES IN BINARY SEARCH TREES MIKLÓS BÓNA Abstract. We show that for every k, the probability that a randomly selected vertex of a random binary search tree on n nodes is at distance k from

More information

Computation of Riemann ζ function

Computation of Riemann ζ function Math 56: Computational and Experimental Math Final project Computation of Riemann ζ function Student: Hanh Nguyen Professor: Alex Barnett May 31, 013 Contents 1 Riemann ζ function and its properties 1.1

More information

PRIME NUMBER THEOREM

PRIME NUMBER THEOREM PRIME NUMBER THEOREM RYAN LIU Abstract. Prime numbers have always been seen as the building blocks of all integers, but their behavior and distribution are often puzzling. The prime number theorem gives

More information

Approximate Counting via the Poisson-Laplace-Mellin Method (joint with Chung-Kuei Lee and Helmut Prodinger)

Approximate Counting via the Poisson-Laplace-Mellin Method (joint with Chung-Kuei Lee and Helmut Prodinger) Approximate Counting via the Poisson-Laplace-Mellin Method (joint with Chung-Kuei Lee and Helmut Prodinger) Michael Fuchs Department of Applied Mathematics National Chiao Tung University Hsinchu, Taiwan

More information

Asymptotic and Exact Poissonized Variance in the Analysis of Random Digital Trees (joint with Hsien-Kuei Hwang and Vytas Zacharovas)

Asymptotic and Exact Poissonized Variance in the Analysis of Random Digital Trees (joint with Hsien-Kuei Hwang and Vytas Zacharovas) Asymptotic and Exact Poissonized Variance in the Analysis of Random Digital Trees (joint with Hsien-Kuei Hwang and Vytas Zacharovas) Michael Fuchs Institute of Applied Mathematics National Chiao Tung University

More information

A Chebyshev Polynomial Rate-of-Convergence Theorem for Stieltjes Functions

A Chebyshev Polynomial Rate-of-Convergence Theorem for Stieltjes Functions mathematics of computation volume 39, number 159 july 1982, pages 201-206 A Chebyshev Polynomial Rate-of-Convergence Theorem for Stieltjes Functions By John P. Boyd Abstract. The theorem proved here extends

More information

TOPICS IN NUMBER THEORY - EXERCISE SHEET I. École Polytechnique Fédérale de Lausanne

TOPICS IN NUMBER THEORY - EXERCISE SHEET I. École Polytechnique Fédérale de Lausanne TOPICS IN NUMBER THEORY - EXERCISE SHEET I École Polytechnique Fédérale de Lausanne Exercise Non-vanishing of Dirichlet L-functions on the line Rs) = ) Let q and let χ be a Dirichlet character modulo q.

More information

Some problems on mean values and the universality of zeta and multiple zeta-functions

Some problems on mean values and the universality of zeta and multiple zeta-functions Some problems on mean values and the universality of zeta and multiple zeta-functions Kohji Matsumoto Abstract Here I propose and discuss several problems on analytic properties of some zeta-functions

More information

A REMARK ON THE BOROS-MOLL SEQUENCE

A REMARK ON THE BOROS-MOLL SEQUENCE #A49 INTEGERS 11 (2011) A REMARK ON THE BOROS-MOLL SEQUENCE J.-P. Allouche CNRS, Institut de Math., Équipe Combinatoire et Optimisation Université Pierre et Marie Curie, Paris, France allouche@math.jussieu.fr

More information

The Largest Missing Value in a Composition of an Integer and Some Allouche-Shallit-Type Identities

The Largest Missing Value in a Composition of an Integer and Some Allouche-Shallit-Type Identities 1 3 47 6 3 11 Journal of Integer Sequences, Vol. 16 13, Article 13.. The Largest Missing Value in a Composition of an Integer and Some Allouche-Shallit-Type Identities Guy Louchard Université Libre de

More information

COMPOSITIONS WITH A FIXED NUMBER OF INVERSIONS

COMPOSITIONS WITH A FIXED NUMBER OF INVERSIONS COMPOSITIONS WITH A FIXED NUMBER OF INVERSIONS A. KNOPFMACHER, M. E. MAYS, AND S. WAGNER Abstract. A composition of the positive integer n is a representation of n as an ordered sum of positive integers

More information

Recall that the Fourier transform (also known as characteristic function) of a random variable always exists, given by. e itx f(x)dx.

Recall that the Fourier transform (also known as characteristic function) of a random variable always exists, given by. e itx f(x)dx. I am going to talk about algebraic calculations of random variables: i.e. how to add, subtract, multiply, divide random variables. A main disadvantage is that complex analysis is used often, but I will

More information

Qualifying Exams I, 2014 Spring

Qualifying Exams I, 2014 Spring Qualifying Exams I, 2014 Spring 1. (Algebra) Let k = F q be a finite field with q elements. Count the number of monic irreducible polynomials of degree 12 over k. 2. (Algebraic Geometry) (a) Show that

More information

Some Arithmetic Functions Involving Exponential Divisors

Some Arithmetic Functions Involving Exponential Divisors 2 3 47 6 23 Journal of Integer Sequences, Vol. 3 200, Article 0.3.7 Some Arithmetic Functions Involving Exponential Divisors Xiaodong Cao Department of Mathematics and Physics Beijing Institute of Petro-Chemical

More information

Digital Trees and Memoryless Sources: from Arithmetics to Analysis

Digital Trees and Memoryless Sources: from Arithmetics to Analysis Digital Trees and Memoryless Sources: from Arithmetics to Analysis Philippe Flajolet, Mathieu Roux, Brigitte Vallée AofA 2010, Wien 1 What is a digital tree, aka TRIE? = a data structure for dynamic dictionaries

More information

6 Lecture 6b: the Euler Maclaurin formula

6 Lecture 6b: the Euler Maclaurin formula Queens College, CUNY, Department of Computer Science Numerical Methods CSCI 361 / 761 Fall 217 Instructor: Dr. Sateesh Mane c Sateesh R. Mane 217 March 26, 218 6 Lecture 6b: the Euler Maclaurin formula

More information

x s 1 e x dx, for σ > 1. If we replace x by nx in the integral then we obtain x s 1 e nx dx. x s 1

x s 1 e x dx, for σ > 1. If we replace x by nx in the integral then we obtain x s 1 e nx dx. x s 1 Recall 9. The Riemann Zeta function II Γ(s) = x s e x dx, for σ >. If we replace x by nx in the integral then we obtain Now sum over n to get n s Γ(s) = x s e nx dx. x s ζ(s)γ(s) = e x dx. Note that as

More information

MATHEMATICS BONUS FILES for faculty and students

MATHEMATICS BONUS FILES for faculty and students MATHEMATICS BONUS FILES for faculty and students http://www2.onu.edu/~mcaragiu1/bonus_files.html RECEIVED: November 1, 2007 PUBLISHED: November 7, 2007 The Euler formula for ζ (2 n) The Riemann zeta function

More information

On the Bilateral Laplace Transform of the positive even functions and proof of the Riemann Hypothesis. Seong Won Cha Ph.D.

On the Bilateral Laplace Transform of the positive even functions and proof of the Riemann Hypothesis. Seong Won Cha Ph.D. On the Bilateral Laplace Transform of the positive even functions and proof of the Riemann Hypothesis Seong Won Cha Ph.D. Seongwon.cha@gmail.com Remark This is not an official paper, rather a brief report.

More information

Notes on the Riemann Zeta Function

Notes on the Riemann Zeta Function Notes on the Riemann Zeta Function March 9, 5 The Zeta Function. Definition and Analyticity The Riemann zeta function is defined for Re(s) > as follows: ζ(s) = n n s. The fact that this function is analytic

More information

Numerical evaluation of the Riemann Zeta-function

Numerical evaluation of the Riemann Zeta-function Numbers, constants and computation Numerical evaluation of the Riemann Zeta-function Xavier Gourdon and Pascal Sebah July 23, 2003 We expose techniques that permit to approximate the Riemann Zeta function

More information

PETER J. GRABNER AND ARNOLD KNOPFMACHER

PETER J. GRABNER AND ARNOLD KNOPFMACHER ARITHMETIC AND METRIC PROPERTIES OF -ADIC ENGEL SERIES EXPANSIONS PETER J. GRABNER AND ARNOLD KNOPFMACHER Abstract. We derive a characterization of rational numbers in terms of their unique -adic Engel

More information

The Continuing Story of Zeta

The Continuing Story of Zeta The Continuing Story of Zeta Graham Everest, Christian Röttger and Tom Ward November 3, 2006. EULER S GHOST. We can only guess at the number of careers in mathematics which have been launched by the sheer

More information

LAURENT SERIES AND SINGULARITIES

LAURENT SERIES AND SINGULARITIES LAURENT SERIES AND SINGULARITIES Introduction So far we have studied analytic functions Locally, such functions are represented by power series Globally, the bounded ones are constant, the ones that get

More information

PROTECTED NODES AND FRINGE SUBTREES IN SOME RANDOM TREES

PROTECTED NODES AND FRINGE SUBTREES IN SOME RANDOM TREES PROTECTED NODES AND FRINGE SUBTREES IN SOME RANDOM TREES LUC DEVROYE AND SVANTE JANSON Abstract. We study protected nodes in various classes of random rooted trees by putting them in the general context

More information

A Note about the Pochhammer Symbol

A Note about the Pochhammer Symbol Mathematica Moravica Vol. 12-1 (2008), 37 42 A Note about the Pochhammer Symbol Aleksandar Petoević Abstract. In this paper we give elementary proofs of the generating functions for the Pochhammer symbol

More information

TAKING THE CONVOLUTED OUT OF BERNOULLI CONVOLUTIONS: A DISCRETE APPROACH

TAKING THE CONVOLUTED OUT OF BERNOULLI CONVOLUTIONS: A DISCRETE APPROACH TAKING THE CONVOLUTED OUT OF BERNOULLI CONVOLUTIONS: A DISCRETE APPROACH NEIL CALKIN, JULIA DAVIS, MICHELLE DELCOURT, ZEBEDIAH ENGBERG, JOBBY JACOB, AND KEVIN JAMES Abstract. In this paper we consider

More information

The American Mathematical Monthly, Vol. 104, No. 8. (Oct., 1997), pp

The American Mathematical Monthly, Vol. 104, No. 8. (Oct., 1997), pp Newman's Short Proof of the Prime Number Theorem D. Zagier The American Mathematical Monthly, Vol. 14, No. 8. (Oct., 1997), pp. 75-78. Stable URL: http://links.jstor.org/sici?sici=2-989%2819971%2914%3a8%3c75%3anspotp%3e2..co%3b2-c

More information

A q-series IDENTITY AND THE ARITHMETIC OF HURWITZ ZETA FUNCTIONS

A q-series IDENTITY AND THE ARITHMETIC OF HURWITZ ZETA FUNCTIONS A -SERIES IDENTITY AND THE ARITHMETIC OF HURWITZ ZETA FUNCTIONS GWYNNETH H COOGAN AND KEN ONO Introduction and Statement of Results In a recent paper [?], D Zagier used a -series identity to prove that

More information

ANALYSIS OF LINEAR COMBINATION ALGORITHMS IN CRYPTOGRAPHY

ANALYSIS OF LINEAR COMBINATION ALGORITHMS IN CRYPTOGRAPHY Transactions on Algorithms 5), 4 ANALYSIS OF LINEAR COMBINATION ALGORITHMS IN CRYPTOGRAPHY PETER J. GRABNER, CLEMENS HEUBERGER, HELMUT PRODINGER, AND JÖRG M. THUSWALDNER Abstract. Several cryptosystems

More information

The generalized Euler-Maclaurin formula for the numerical solution of Abel-type integral equations.

The generalized Euler-Maclaurin formula for the numerical solution of Abel-type integral equations. The generalized Euler-Maclaurin formula for the numerical solution of Abel-type integral equations. Johannes Tausch Abstract An extension of the Euler-Maclaurin formula to singular integrals was introduced

More information

Hamming Weight of the Non-Adjacent-Form under Various Input Statistics. Clemens Heuberger and Helmut Prodinger

Hamming Weight of the Non-Adjacent-Form under Various Input Statistics. Clemens Heuberger and Helmut Prodinger FoSP Algorithmen & mathematische Modellierung FoSP Forschungsschwerpunkt Algorithmen und mathematische Modellierung Hamming Weight of the Non-Adjacent-Form under Various Input Statistics Clemens Heuberger

More information

Infinite series, improper integrals, and Taylor series

Infinite series, improper integrals, and Taylor series Chapter 2 Infinite series, improper integrals, and Taylor series 2. Introduction to series In studying calculus, we have explored a variety of functions. Among the most basic are polynomials, i.e. functions

More information

TAKING THE CONVOLUTED OUT OF BERNOULLI CONVOLUTIONS: A DISCRETE APPROACH

TAKING THE CONVOLUTED OUT OF BERNOULLI CONVOLUTIONS: A DISCRETE APPROACH TAKING THE CONVOLUTED OUT OF BERNOULLI CONVOLUTIONS: A DISCRETE APPROACH Neil J. Calkin Department of Mathematical Sciences, Clemson University, Clemson, SC 29634 calkin@ces.clemson.edu Julia Davis Dillsburg,

More information

Growing and Destroying Catalan Stanley Trees

Growing and Destroying Catalan Stanley Trees Discrete Mathematics and Theoretical Computer Science DMTCS vol. 20:1, 2018, #11 Growing and Destroying Catalan Stanley Trees Benjamin Hackl 1 Helmut Prodinger 2 arxiv:1704.03734v3 [math.co] 26 Feb 2018

More information

How Euler Did It. Today we are fairly comfortable with the idea that some series just don t add up. For example, the series

How Euler Did It. Today we are fairly comfortable with the idea that some series just don t add up. For example, the series Divergent series June 2006 How Euler Did It by Ed Sandifer Today we are fairly comfortable with the idea that some series just don t add up. For example, the series + + + has nicely bounded partial sums,

More information

ON THE SPEISER EQUIVALENT FOR THE RIEMANN HYPOTHESIS. Extended Selberg class, derivatives of zeta-functions, zeros of zeta-functions

ON THE SPEISER EQUIVALENT FOR THE RIEMANN HYPOTHESIS. Extended Selberg class, derivatives of zeta-functions, zeros of zeta-functions ON THE SPEISER EQUIVALENT FOR THE RIEMANN HYPOTHESIS RAIVYDAS ŠIMĖNAS Abstract. A. Speiser showed that the Riemann hypothesis is equivalent to the absence of non-trivial zeros of the derivative of the

More information

Math 353 Lecture Notes Week 6 Laplace Transform: Fundamentals

Math 353 Lecture Notes Week 6 Laplace Transform: Fundamentals Math 353 Lecture Notes Week 6 Laplace Transform: Fundamentals J. Wong (Fall 217) October 7, 217 What did we cover this week? Introduction to the Laplace transform Basic theory Domain and range of L Key

More information

APPENDIX. THE MELLIN TRANSFORM AND RELATED ANALYTIC TECHNIQUES. D. Zagier. 1. The generalized Mellin transformation

APPENDIX. THE MELLIN TRANSFORM AND RELATED ANALYTIC TECHNIQUES. D. Zagier. 1. The generalized Mellin transformation APPENDIX. THE MELLIN TRANSFORM AND RELATED ANALYTIC TECHNIQUES D. Zagier. The generalized Mellin transformation The Mellin transformation is a basic tool for analyzing the behavior of many important functions

More information

Mathematical Association of America

Mathematical Association of America Mathematical Association of America http://www.jstor.org/stable/2975232. Your use of the JSTOR archive indicates your acceptance of the Terms & Conditions of Use, available at. http://www.jstor.org/page/info/about/policies/terms.jsp

More information

HYPERGEOMETRIC BERNOULLI POLYNOMIALS AND APPELL SEQUENCES

HYPERGEOMETRIC BERNOULLI POLYNOMIALS AND APPELL SEQUENCES HYPERGEOMETRIC BERNOULLI POLYNOMIALS AND APPELL SEQUENCES ABDUL HASSEN AND HIEU D. NGUYEN Abstract. There are two analytic approaches to Bernoulli polynomials B n(x): either by way of the generating function

More information

of Classical Constants Philippe Flajolet and Ilan Vardi February 24, 1996 Many mathematical constants are expressed as slowly convergent sums

of Classical Constants Philippe Flajolet and Ilan Vardi February 24, 1996 Many mathematical constants are expressed as slowly convergent sums Zeta Function Expansions of Classical Constants Philippe Flajolet and Ilan Vardi February 24, 996 Many mathematical constants are expressed as slowly convergent sums of the form C = f( ) () n n2a for some

More information

Research Article On Maslanka s Representation for the Riemann Zeta Function

Research Article On Maslanka s Representation for the Riemann Zeta Function International Mathematics and Mathematical Sciences Volume 200, Article ID 7447, 9 pages doi:0.55/200/7447 Research Article On Maslana s Representation for the Riemann Zeta Function Luis Báez-Duarte Departamento

More information

Taylor and Laurent Series

Taylor and Laurent Series Chapter 4 Taylor and Laurent Series 4.. Taylor Series 4... Taylor Series for Holomorphic Functions. In Real Analysis, the Taylor series of a given function f : R R is given by: f (x + f (x (x x + f (x

More information

Math 259: Introduction to Analytic Number Theory Functions of finite order: product formula and logarithmic derivative

Math 259: Introduction to Analytic Number Theory Functions of finite order: product formula and logarithmic derivative Math 259: Introduction to Analytic Number Theory Functions of finite order: product formula and logarithmic derivative This chapter is another review of standard material in complex analysis. See for instance

More information

Mathematical Methods for Physics and Engineering

Mathematical Methods for Physics and Engineering Mathematical Methods for Physics and Engineering Lecture notes for PDEs Sergei V. Shabanov Department of Mathematics, University of Florida, Gainesville, FL 32611 USA CHAPTER 1 The integration theory

More information

Evidence for the Riemann Hypothesis

Evidence for the Riemann Hypothesis Evidence for the Riemann Hypothesis Léo Agélas September 0, 014 Abstract Riemann Hypothesis (that all non-trivial zeros of the zeta function have real part one-half) is arguably the most important unsolved

More information

Synopsis of Complex Analysis. Ryan D. Reece

Synopsis of Complex Analysis. Ryan D. Reece Synopsis of Complex Analysis Ryan D. Reece December 7, 2006 Chapter Complex Numbers. The Parts of a Complex Number A complex number, z, is an ordered pair of real numbers similar to the points in the real

More information

Polynomial functions on upper triangular matrix algebras

Polynomial functions on upper triangular matrix algebras Monatsh Math DOI 10.1007/s00605-016-1013-y Polynomial functions on upper triangular matrix algebras Sophie Frisch 1 Received: 30 May 2016 / Accepted: 1 December 2016 The Author(s) 2016. This article is

More information

ALL TEXTS BELONG TO OWNERS. Candidate code: glt090 TAKEN FROM

ALL TEXTS BELONG TO OWNERS. Candidate code: glt090 TAKEN FROM How are Generating Functions used in finding the closed form of sequences involving recurrence relations and in the analysis of probability distributions? Mathematics Extended Essay Word count: 3865 Abstract

More information

Analytic Continuation of the Theodorus Spiral

Analytic Continuation of the Theodorus Spiral Analytic Continuation of the Theodorus Spiral Jörg Waldvogel Seminar für Angewandte Mathematik, ETH Zürich E-mail: waldvogel@math.ethz.ch October 9, 8 to February 9 Abstract The remarkable classical pattern

More information

New Multiple Harmonic Sum Identities

New Multiple Harmonic Sum Identities New Multiple Harmonic Sum Identities Helmut Prodinger Department of Mathematics University of Stellenbosch 760 Stellenbosch, South Africa hproding@sun.ac.za Roberto Tauraso Dipartimento di Matematica Università

More information

On a Formula of Mellin and Its Application to the Study of the Riemann Zeta-function

On a Formula of Mellin and Its Application to the Study of the Riemann Zeta-function Journal of Mathematics Research; Vol. 4, No. 6; 22 ISSN 96-9795 E-ISSN 96-989 Published by Canadian Center of Science and Education On a Formula of Mellin and Its Application to the Study of the Riemann

More information

Chapter 11 - Sequences and Series

Chapter 11 - Sequences and Series Calculus and Analytic Geometry II Chapter - Sequences and Series. Sequences Definition. A sequence is a list of numbers written in a definite order, We call a n the general term of the sequence. {a, a

More information

Almost all trees have an even number of independent sets

Almost all trees have an even number of independent sets Almost all trees have an even number of independent sets Stephan G. Wagner Department of Mathematical Sciences Stellenbosch University Private Bag X1, Matieland 7602, South Africa swagner@sun.ac.za Submitted:

More information