On a question of Leiss regarding the Hanoi Tower problem

Size: px
Start display at page:

Download "On a question of Leiss regarding the Hanoi Tower problem"

Transcription

1 Theoretical Computer Sciece 369 (006) O a questio of Leiss regardig the Haoi Tower problem D. Azriel a,, D. Bered a,b a Departmet of Mathematics, Be-Gurio Uiversity of the Negev, Beer Sheva 84105, Israel b Departmet of Computer Sciece, Be-Gurio Uiversity of the Negev, Beer Sheva 84105, Israel Received 16 December 004; received i revised form 18 September 006; accepted 4 September 006 Commuicated by Aviezri Fraekel Abstract The Tower of Haoi problem is geeralized i such a way that the pegs are located at the vertices of a directed graph G, ad moves of disks may be made oly alog edges of G. Leiss obtaied a complete characterizatio of graphs i which arbitrarily may disks ca be moved from the source vertex S to the destiatio vertex D. Here we cosider graphs which do ot satisfy this characterizatio; hece, there is a boud o the umber of disks which ca be hadled. Deote by g the maximal such umber as G varies over all such graphs with vertices ad S, D vary over the vertices. Aswerig a questio of Leiss [Fiite Haoi problems: How may discs ca be hadled? Cogr. Numer. 44 (1984) 1 9], we prove that g grows sub-expoetially fast. Moreover, there exists a costat C such that g C 1/ log for each. O the other had, for each ε>0 there exists a costat C ε > 0 such that g C ε (1/ ε)log for each. 006 Published by Elsevier B.V. Keywords: Haoi Tower problem; Graphs; Digraph; Recurrece equatio 1. Itroductio ad the mai result Cosider the followig geeralizatio of the Tower of Haoi problem: A Haoi graph is a simple, directed, fiite graph G = (V, E) with two distiguished vertices, deoted by S (source) ad D (destiatio), S = D, such that for each vertex v V \{S,D} there is a path from S to v ad a path from v to D. At each vertex of G there is a peg, which we shall idetify with the vertex itself. The source iitially cotais m disks, o two of which are of equal size, such that smaller disks rest o top of larger oes. The task is to move all disks from S to D. To this ed we may use the other vertices of the graph as auxiliary vertices. The trasfer is subject to the followig rules: (1) Each move cosists of takig the topmost disk from a peg ad placig it o top of all disks residig o some other peg. (Thus, pegs behave as stacks.) () A disk may be moved from a peg v to aother peg w oly if there is a edge from v to w, i.e., (v, w) E. (3) At o time may a disk be placed upo a smaller oe. The Haoi Tower problem HAN(G, m), for a Haoi graph G ad m 0, is to trasfer m disks from S to D, subject to the above rules. Correspodig author. Tel.: addresses: azrield@math.bgu.ac.il (D. Azriel), bered@math.bgu.ac.il (D. Bered) /$ - see frot matter 006 Published by Elsevier B.V. doi: /j.tcs

2 378 D. Azriel, D. Bered / Theoretical Computer Sciece 369 (006) The Tower of Haoi problem was composed by Lucas [10] over a 100 years ago. The problem has a simple recursive solutio ad is used i may texts as a example for recursive programmig. A equally simple iterative solutio is preseted i [3]. A thorough discussio o space ad time complexity of various algorithms for solvig the Tower of Haoi problem ca be foud i [4]. Various properties of istaces of the problem were studied. I [7], aalogies betwee Pascal s triagle, the Sierpiński gasket ad the Tower of Haoi are discussed. Properties of the solutios are also discussed, as i [1], where it is show that, with a direct approach codig, a strig which represets a optimal solutio is square free. A commo geeralizatio of the problem is to allow more tha 3 pegs ad put restrictios o the legitimate moves of the disks. This is discussed i [6,8,9,14,15]. The case of 4 pegs istead of the classical 3 ad the correspodece with graphs is discussed thoroughly i [16]. The special cases of 3 pegs with restrictios o the allowed moves are thoroughly discussed i [13]. The correspodece of the solutios i those cases with sequeces ad morphisms is discussed i []. Aother directio was cocered with various geeralizatios, such as havig ay iitial ad fial cofiguratios [5], ad assigig colors to disks [1]. Problem HAN(G, m) is solvable if the task may be accomplished. A Haoi graph G is solvable if HAN(G, m) is such for all m 1. The requiremet that for each vertex v V there is a path from S to v ad a path from v to D is desiged to get rid of iessetial vertices. I fact, if there is o path from S to v or from v to D, the o solutio of HAN(G, m) may use the peg v. Leiss [8] obtaied the followig characterizatio of solvable graphs. (Note that, i his formulatio of the problem, V may cotai iessetial vertices, ad hece the formulatio of the theorem is differet accordigly.) Theorem A (Leiss [8]). Let G = (V, E) be a Haoi graph, ad let G + = (V, E + ) be its trasitive closure: E + = {(v, w) : v = w, there is a path from v to w}. The G is solvable if ad oly if there exist three distict vertices v 1,v,v 3 V such that (v i,v j ) E + for i, j such that 1 i, j 3, i = j. A usolvable graph G has a maximal m for which HAN(G, m) is solvable. Deote that m by M(G). It is easy to see that M(G) may assume arbitrarily large values whe G varies over all usolvable graphs. However, there is clearly a maximal such m for graphs with vertices. Deote this maximum by g, i.e., g = max V (G) = M(G). Example 1.1. Oe may check that g = 1, g 3 =, g 4 = 4, but it takes some time already to see that g 5 = 5. Leiss [8] was iterested i the asymptotic behavior of g. The proof of Theorem A may be show to yield a upper boud, which however exceeds. O the other had, he showed i [9] that g grows super-polyomially. More precisely, he showed that g Ω(log ), ad posed. Questio 1.. Does g grow expoetially fast? I this paper we prove. Theorem 1.3. There exists a costat C such that g C 1/lg for each. O the other had, for each ε>0 there exists a costat C ε > 0 such that g C ε (1/ ε) lg for each. Here we used the otatio lg = log. I Sectio we fid a family Γ of graphs which are (amog) the best withi the family of usolvable graphs; more accurately, g = max G Γ: V = M(G). I Sectios 3 ad 4 we prove the first part of Theorem 1.3 ad i Sectio 5 the secod.. The best usolvable graphs Defiitio.1. A usolvable Haoi graph G = (V, E) is a ladder graph if E(G) is maximal with respect to G beig usolvable (i.e., by addig ay edge to G, oe makes it solvable).

3 D. Azriel, D. Bered / Theoretical Computer Sciece 369 (006) S D Fig. 1. A (graph whose trasitive closure is a) ladder graph. Obviously, ay usolvable graph is a dag ad ca be tured ito a ladder graph by addig edges if ecessary. The umber of disks that ca be moved from S to D does ot decrease by this additio, ad hece for each there exists a ladder graph o vertices that realizes g, so that we may restrict our attetio to ladder graphs. (For the lower boud o g we shall actually use other graphs.) It is kow that the trasitive closure of a dag is a dag as well, ad hece, if G is a ladder graph, the the set of edges, E, coicides with its trasitive closure, E +. Deote the set of strogly coected compoets of a ladder graph G = (V, E) by V. Defie a orderig o V by A B if either A = B or there are vertices u A ad v B such that (u, v) E. It is kow that i a dag the relatio is a partial order o the set of strogly coected compoets. For a ladder graph, this is a total order. Write V ={A 1,...,A r }, where A 1 A A r. Corollary.. Let G = (V, E) be a ladder graph ad A 1,...,A r its strogly coected compoets. The each strogly coected compoet is of size 1 or ad E ={(u, v) : u = v, u A i,v A j,i j}. From here o, we deote V ={v 1,...,v }, ad agree that S = v 1, D = v, ad if A i ={v k } or A i ={v k 1,v k } the A i+1 ={v k+1 } or A i+1 ={v k+1,v k+ }. Fig. 1 depicts a typical ladder graph. To avoid over-cogestio, we have draw oly the edges betwee vertices that belog to the same strogly coected compoet ad betwee vertices belogig to cosecutive A i s, but there are actually edges from each vertex to each vertex to the right of it. (That is, we refer to the trasitive closure of the graph from Fig. 1.) Obviously, the decompositio ito equivalece classes has the property that there are o two cosecutive A i s of size 1. Thus, the umber l of ladder graphs o vertices satisfies the recurrece l = l + l 3, so that l grows approximately as C It is a amusig fact that the umber l of ladder-like graphs, where we drop the restrictio that o two cosecutive A i s are of size 1, satisfies the recurrece l = l 1 + l, which yields the Fiboacci sequece. Also the umber l of ladder graphs with exactly strogly coected compoets satisfies the latter recurrece relatio. However, we shall make o use of these facts. 3. The sequece (g ) Lemma 3.1. The sequece (g ) = is strictly icreasig. Proof. Let G = (V, E) be a ladder graph with vertices with M(G) = g. We shall show that there exists a ladder graph with + 1 vertices such that we ca trasfer (at least) g + 1 disks from S to D. Cosider the partitio A 1,...,A r of V ito strogly coected compoets. Add a ew vertex v to G with icomig edges from, say, the (oe or two) vertices i A 1, ad outgoig edges to all vertices i V \ A 1. Obviously, the resultig graph is a ladder graph as well (or ca be trasformed ito oe by addig the edge (v,v) if A 1 ={v} or the edge (v, v ) if A ={v}). Start with g + 1 disks at S. Trasfer the topmost disk from S to v. Next, trasfer the other g disks from S to D without usig v (which is possible sice M(G) = g ). Fially, move the smallest disk from v to D. Altogether, we have trasferred g + 1 disks. The followig lemma will be useful for estimatig the umbers g.

4 380 D. Azriel, D. Bered / Theoretical Computer Sciece 369 (006) Lemma 3.. Let G be a ladder graph with vertices. If HAN(G, m) is solvable, the it has a solutio i which the largest disk moves oly oce. Proof. Suppose a solutio of HAN(G, m) is give, i which the first move of disk m is from S to v k. If, at the stage whe this move is carried out, D is empty, the we ca chage the give solutio as follows. Replace the first move of disk m by a move from S to D, ad cotiue with all moves of the origial solutio, omittig all moves of disk m.ithe other case, amely if, whe disk m is moved from S to v k,pegd is ot empty, the the edge (D, v 1 ) must belog to E, ad at that stage peg v 1 has to be empty ad D cotais a sigle disk. Replace the move (S, v k ) with the sequece (D, v 1 ), (S, D), (v 1,D), ad cotiue as i the origial solutio, omittig all further moves of the largest disk. Notice that, up to the first move of disk m, the two sequeces yield the same cofiguratios of disks o G. From that poit o, the oly differece betwee the cofiguratios might be the locatio of disk m. Sice disk m is the largest, moves of other disks ca be performed without ay obstructio. I view of the lemma, we may restrict ourselves to solutios of HAN(G, m) i which the largest disk moves but oce. The followig lemma is straightforward. Lemma 3.3. Let v V \{S,D}, ad let A i be the strogly coected compoet cotaiig v. Put 1 = i j=1 A j ad = r j=i A j. Give ay solutio of HAN(G, m), the umber of disks residig at v at the stage whe the largest disk moves from S to D does ot exceed g mi(1, ). Proof. The subgraph G iduced by {u V : (u, v) E} {v}, with S = S ad D = v, is clearly a ladder graph with 1 vertices. Hece M(G ) g 1. Similarly, we see that o more tha g disks ca be trasferred from v to D. Lemma 3.4. We have g = 1, ad for 3: /+1 g i + 1, 0(mod ), g ( 1)/ g i + 3g (+1)/ + 1, 1(mod ). Proof. Let G be a ladder graph with vertices such that HAN(G, g ) is solvable. By Lemma 3.3, the umber of disks residig at ay v i at the stage whe the largest disk is moved from S to D is at most mi(g i+1,g + i ). Hece, the total umber of disks, g, satisfies g 1 i= /+1 g i + 1, 0(mod ), mi(g i+1,g + i ) + 1 = (+1)/ g i + g (+1)/ + 1, 1(mod ). It is possible to further improve this upper boud, i.e., if A k ={v i 1,v i } the it is possible to trasfer at most g i disks from S to each of the vertices of A k. However, the umber of disks residig at either v i 1 or v i is at most g i 1 + g i. We do ot discuss such improvemets sice the upper boud we shall obtai is ot sigificatly chaged by them. 4. The upper boud for (g ) Let (a ) = be the sequece defied by the iitial coditio a = 1 ad, for 3, by the recurrece relatio /+1 a i + 1, 0(mod ), a = ( 1)/ a i + 3a (+1)/ + 1, 1(mod ).

5 D. Azriel, D. Bered / Theoretical Computer Sciece 369 (006) Lemma 4.1. There exists a costat C such that a C 1/lg for. Proof. The recurrece relatio readily gives a +1 a + a (+)/, 3. (1) Put α = l 1. Let N 0 be the miimal umber for which e 3α(/e+3) α l ( + 1). Take C so that the required iequality holds for all <N 0. Assume iductively that a k Ck α l k for each 0 k for some N 0.Bythe iductio hypothesis ad (1): a +1 a + a (+)/ C α + 3 α l(+3)/ l + C. Thus it suffices to prove that C α + 3 α l((+3)/) l + C C( + 1) α l(+1), N 0. () The right-had side may be bouded from below usig Beroulli s iequality: ( ) ( + 1) α l(+1) α l α l ( + 1) 1 +. (3) We boud from above the left-had side of (), + 3 α l((+3)/) = ( + 3)α l(+3) α l ( + 3) α l α l(+3) ( + 3)α l(+3), ad we have ( + 3) α l(+3) = α l e F (), where ( F () = α l )[ ( l + l )]. Boud F () by usig the iequalities l(1 + 3/) 3/ ad 0 l / 1/e for 1: F () 3α [ l + 3 ] [ 3α e + 3 ] [ ] 3α e + 3. Altogether we have + 3 α l((+3)/) α l e 3α(/e+3) α l = C 0. (4) Replace the right-had side of () by that of (3) ad the secod term o the left-had side by the right-had side of (4). We get the stroger iequality α l α l ( ) l α l ( + 1) + C 0 α 1 +, N 0, which holds sice it is equivalet to C 0 α l ( + 1), N 0. Clearly, g a for, ad the first part of Theorem 1.3 follows: g a C 1/lg.

6 38 D. Azriel, D. Bered / Theoretical Computer Sciece 369 (006) The lower boud for (g ) Let be a positive iteger ad cosider the trasitive path digraph H = (V, E), where V ={v 1,...,v } ad E ={(v i,v j ) : i<j}. Mark S = v 1, D = v. Deote h = M(H ). Obviously, h g for each. I this sectio we fid a lower boud for the sequece (h ) =, thus completig the proof of Theorem 1.3. Lemma 5.1. The iequality h h 1 + h / holds for each. Proof. The followig algorithm yields the required iequality. First, trasfer h / disks from S to v /. Next, trasfer h 1 disks o the graph H \{v / }. Fially, trasfer the h / disks residig o v / to D. A result of Mahler [11] ca be used to derive a lower boud for the sequece (h ) i the followig maer. A biary partitio of a o-egative iteger is a represetatio of i the form = with 0, 1, Deote by b the umber of biary partitios of. It is easy to see that { b 1, 1(mod ), b = b 1 + b /, 0(mod ). I [11] Mahler deduced a asymptotic formula for lg b from his aalysis of the fuctios satisfyig a certai class of fuctioal equatios. He showed that lg b (lg ) /. It is easily checked that h b for all 5, ad thus a lower boud for (g ) ca be obtaied. However, we have preferred to keep the paper self-cotaied ad use oly elemetary tools. The followig lemma is used to obtai the lower boud for (g ). Lemma 5.. For each ε>0 there exists a costat C ε > 0 such that h C ε (1/ ε) lg for all. Proof. Let ε>0. Obviously, the lemma is true for ε 1, so we may assume ε<1. Put α = (1 ε)/(l). Let N 0 be the miimal umber for which 1 α l / l( + 1) C/ α l, where C is a costat to be determied. Take C ε so that the required iequality holds for all <N 0. We proceed by iductio o. Assume that h k C ε k α l k for each 0 k for some N 0. By the iductio hypothesis ad Lemma 5.1, h +1 h + h (+1)/ C ε α + 1 α l((+1)/) l + C ε, ad thus it suffices to prove that α + 1 α l((+1)/) l + ( + 1) α l(+1), N 0. (5) The secod term o the left-had side of (5) may be bouded below by + 1 α l((+1)/) ( ) α l(/) α l α l = α l. (6) Usig the iequality l(1 + 1/) 1/, we estimate the right-had side of (5), [ ] ( + 1) α l(+1) α l e α l (+1)/ α l l( + 1) 1 + C (7) for a suitable C. To prove (5) it suffices, by (6) ad (7), to show that [ ] [ ] α l 1 + α l 1 α l l( + 1) 1 + C, N α l 0. (8)

7 This is equivalet to the iequality 1 α l l( + 1) C α l, N 0, which is ideed correct. The secod part of Theorem 1.3 follows: g h C ε (1/ ε) lg. Ackowledgmets D. Azriel, D. Bered / Theoretical Computer Sciece 369 (006) We wish to thak J.P. Allouche, G. Derfel, E.L. Leiss ad P.K. Stockmeyer for helpful discussios, ideas ad commets related to the subject matter. We also thak the referees for their commets o the first ad secod drafts of the paper. Refereces [1] J.P. Allouche, D. Astooria, J. Radall, J. Shallit, Morphisms, squarefree strigs, ad the Tower of Haoi puzzle, Amer. Math. Mothly 101 (1994) [] J.P. Allouche, A. Sapir, Restricted Towers of Haoi ad morphisms, i: C. De Felice, A. Restivo (Eds.), Developmets i Laguage Theory, Lecture Notes i Computer Sciece, Vol. 357, Spriger, Berli, 005, pp [3] P. Buema, L. Levy, The Towers of Haoi Problem, Iform. Process. Lett. 10 (4,5) (1980) [4] P. Cull, E.F. Ecklud Jr., Towers of Haoi ad aalysis of algorithms, Amer. Math. Mothly 9 (6) (1985) [5] M.C. Er, The complexity of the geeralised cyclic Towers of Haoi, J. Algorithms 6 (1985) [6] J.S. Frame, Solutio to advaced problem 3918, Amer. Math. Mothly 48 (1941) [7] A.M. Hiz, Pascal s triagle ad the Tower of Haoi, Amer. Math. Mothly 99 (199) [8] E.L. Leiss, Solvig the Towers of Haoi o graphs, J. Combi. Iform. System Sci. 8 (1983) [9] E.L. Leiss, Fiite Haoi problems: how may discs ca be hadled?, Cogr. Numer. 44 (1984) 1 9. [10] É. Lucas, Récréatios Mathématiques, Vol. III, Gauthier-Villars, Paris, [11] K. Mahler, O a special fuctioal equatio, J. Lodo Math. Soc. 15 (58) (1940) [1] S. Misker, The Towers of Haoi raibow problem: colorig the rigs, J. Algorithms 10 (1989) [13] A. Sapir, The Towers of Haoi with forbidde moves, Comput. J. 47 (1) (004) 0 4. [14] B.M. Stewart, Advaced problem 3918, Amer. Math. Mothly 46 (1939) 363. [15] B.M. Stewart, Solutio to advaced problem 3918, Amer. Math. Mothly 48 (1941) [16] P.K. Stockmeyer, Variatios o the four-post Tower of Haoi puzzle, Cogr. Numer. 10 (1994) 3 1.

BINOMIAL PREDICTORS. + 2 j 1. Then n + 1 = The row of the binomial coefficients { ( n

BINOMIAL PREDICTORS. + 2 j 1. Then n + 1 = The row of the binomial coefficients { ( n BINOMIAL PREDICTORS VLADIMIR SHEVELEV arxiv:0907.3302v2 [math.nt] 22 Jul 2009 Abstract. For oegative itegers, k, cosider the set A,k = { [0, 1,..., ] : 2 k ( ). Let the biary epasio of + 1 be: + 1 = 2

More information

w (1) ˆx w (1) x (1) /ρ and w (2) ˆx w (2) x (2) /ρ.

w (1) ˆx w (1) x (1) /ρ and w (2) ˆx w (2) x (2) /ρ. 2 5. Weighted umber of late jobs 5.1. Release dates ad due dates: maximimizig the weight of o-time jobs Oce we add release dates, miimizig the umber of late jobs becomes a sigificatly harder problem. For

More information

Recursive Algorithms. Recurrences. Recursive Algorithms Analysis

Recursive Algorithms. Recurrences. Recursive Algorithms Analysis Recursive Algorithms Recurreces Computer Sciece & Egieerig 35: Discrete Mathematics Christopher M Bourke cbourke@cseuledu A recursive algorithm is oe i which objects are defied i terms of other objects

More information

Disjoint Systems. Abstract

Disjoint Systems. Abstract Disjoit Systems Noga Alo ad Bey Sudaov Departmet of Mathematics Raymod ad Beverly Sacler Faculty of Exact Scieces Tel Aviv Uiversity, Tel Aviv, Israel Abstract A disjoit system of type (,,, ) is a collectio

More information

Math 155 (Lecture 3)

Math 155 (Lecture 3) Math 55 (Lecture 3) September 8, I this lecture, we ll cosider the aswer to oe of the most basic coutig problems i combiatorics Questio How may ways are there to choose a -elemet subset of the set {,,,

More information

The log-behavior of n p(n) and n p(n)/n

The log-behavior of n p(n) and n p(n)/n Ramauja J. 44 017, 81-99 The log-behavior of p ad p/ William Y.C. Che 1 ad Ke Y. Zheg 1 Ceter for Applied Mathematics Tiaji Uiversity Tiaji 0007, P. R. Chia Ceter for Combiatorics, LPMC Nakai Uivercity

More information

Recurrence Relations

Recurrence Relations Recurrece Relatios Aalysis of recursive algorithms, such as: it factorial (it ) { if (==0) retur ; else retur ( * factorial(-)); } Let t be the umber of multiplicatios eeded to calculate factorial(). The

More information

62. Power series Definition 16. (Power series) Given a sequence {c n }, the series. c n x n = c 0 + c 1 x + c 2 x 2 + c 3 x 3 +

62. Power series Definition 16. (Power series) Given a sequence {c n }, the series. c n x n = c 0 + c 1 x + c 2 x 2 + c 3 x 3 + 62. Power series Defiitio 16. (Power series) Give a sequece {c }, the series c x = c 0 + c 1 x + c 2 x 2 + c 3 x 3 + is called a power series i the variable x. The umbers c are called the coefficiets of

More information

SOME TRIBONACCI IDENTITIES

SOME TRIBONACCI IDENTITIES Mathematics Today Vol.7(Dec-011) 1-9 ISSN 0976-38 Abstract: SOME TRIBONACCI IDENTITIES Shah Devbhadra V. Sir P.T.Sarvajaik College of Sciece, Athwalies, Surat 395001. e-mail : drdvshah@yahoo.com The sequece

More information

Analytic Continuation

Analytic Continuation Aalytic Cotiuatio The stadard example of this is give by Example Let h (z) = 1 + z + z 2 + z 3 +... kow to coverge oly for z < 1. I fact h (z) = 1/ (1 z) for such z. Yet H (z) = 1/ (1 z) is defied for

More information

Sums, products and sequences

Sums, products and sequences Sums, products ad sequeces How to write log sums, e.g., 1+2+ (-1)+ cocisely? i=1 Sum otatio ( sum from 1 to ): i 3 = 1 + 2 + + If =3, i=1 i = 1+2+3=6. The ame ii does ot matter. Could use aother letter

More information

MATH 324 Summer 2006 Elementary Number Theory Solutions to Assignment 2 Due: Thursday July 27, 2006

MATH 324 Summer 2006 Elementary Number Theory Solutions to Assignment 2 Due: Thursday July 27, 2006 MATH 34 Summer 006 Elemetary Number Theory Solutios to Assigmet Due: Thursday July 7, 006 Departmet of Mathematical ad Statistical Scieces Uiversity of Alberta Questio [p 74 #6] Show that o iteger of the

More information

Largest families without an r-fork

Largest families without an r-fork Largest families without a r-for Aalisa De Bois Uiversity of Salero Salero, Italy debois@math.it Gyula O.H. Katoa Réyi Istitute Budapest, Hugary ohatoa@reyi.hu Itroductio Let [] = {,,..., } be a fiite

More information

Beurling Integers: Part 2

Beurling Integers: Part 2 Beurlig Itegers: Part 2 Isomorphisms Devi Platt July 11, 2015 1 Prime Factorizatio Sequeces I the last article we itroduced the Beurlig geeralized itegers, which ca be represeted as a sequece of real umbers

More information

CALCULATION OF FIBONACCI VECTORS

CALCULATION OF FIBONACCI VECTORS CALCULATION OF FIBONACCI VECTORS Stuart D. Aderso Departmet of Physics, Ithaca College 953 Daby Road, Ithaca NY 14850, USA email: saderso@ithaca.edu ad Dai Novak Departmet of Mathematics, Ithaca College

More information

A Simplified Binet Formula for k-generalized Fibonacci Numbers

A Simplified Binet Formula for k-generalized Fibonacci Numbers A Simplified Biet Formula for k-geeralized Fiboacci Numbers Gregory P. B. Dresde Departmet of Mathematics Washigto ad Lee Uiversity Lexigto, VA 440 dresdeg@wlu.edu Zhaohui Du Shaghai, Chia zhao.hui.du@gmail.com

More information

Application to Random Graphs

Application to Random Graphs A Applicatio to Radom Graphs Brachig processes have a umber of iterestig ad importat applicatios. We shall cosider oe of the most famous of them, the Erdős-Réyi radom graph theory. 1 Defiitio A.1. Let

More information

Math 220A Fall 2007 Homework #2. Will Garner A

Math 220A Fall 2007 Homework #2. Will Garner A Math 0A Fall 007 Homewor # Will Garer Pg 3 #: Show that {cis : a o-egative iteger} is dese i T = {z œ : z = }. For which values of q is {cis(q): a o-egative iteger} dese i T? To show that {cis : a o-egative

More information

On the Frame-Stewart algorithm for the multi-peg Tower of Hanoi problem

On the Frame-Stewart algorithm for the multi-peg Tower of Hanoi problem O the Frame-Stewart algorithm for the multi-peg Tower of Haoi problem Sadi Klavžar a,, Uroš Milutiović a,, Ciril Petr b a Departmet of Mathematics, PEF, Uiversity of Maribor, Koroška cesta 6, Maribor,

More information

BI-INDUCED SUBGRAPHS AND STABILITY NUMBER *

BI-INDUCED SUBGRAPHS AND STABILITY NUMBER * Yugoslav Joural of Operatios Research 14 (2004), Number 1, 27-32 BI-INDUCED SUBGRAPHS AND STABILITY NUMBER * I E ZVEROVICH, O I ZVEROVICH RUTCOR Rutgers Ceter for Operatios Research, Rutgers Uiversity,

More information

k-generalized FIBONACCI NUMBERS CLOSE TO THE FORM 2 a + 3 b + 5 c 1. Introduction

k-generalized FIBONACCI NUMBERS CLOSE TO THE FORM 2 a + 3 b + 5 c 1. Introduction Acta Math. Uiv. Comeiaae Vol. LXXXVI, 2 (2017), pp. 279 286 279 k-generalized FIBONACCI NUMBERS CLOSE TO THE FORM 2 a + 3 b + 5 c N. IRMAK ad M. ALP Abstract. The k-geeralized Fiboacci sequece { F (k)

More information

ON THE LEHMER CONSTANT OF FINITE CYCLIC GROUPS

ON THE LEHMER CONSTANT OF FINITE CYCLIC GROUPS ON THE LEHMER CONSTANT OF FINITE CYCLIC GROUPS NORBERT KAIBLINGER Abstract. Results of Lid o Lehmer s problem iclude the value of the Lehmer costat of the fiite cyclic group Z/Z, for 5 ad all odd. By complemetary

More information

Infinite Sequences and Series

Infinite Sequences and Series Chapter 6 Ifiite Sequeces ad Series 6.1 Ifiite Sequeces 6.1.1 Elemetary Cocepts Simply speakig, a sequece is a ordered list of umbers writte: {a 1, a 2, a 3,...a, a +1,...} where the elemets a i represet

More information

A GENERALIZATION OF THE SYMMETRY BETWEEN COMPLETE AND ELEMENTARY SYMMETRIC FUNCTIONS. Mircea Merca

A GENERALIZATION OF THE SYMMETRY BETWEEN COMPLETE AND ELEMENTARY SYMMETRIC FUNCTIONS. Mircea Merca Idia J Pure Appl Math 45): 75-89 February 204 c Idia Natioal Sciece Academy A GENERALIZATION OF THE SYMMETRY BETWEEN COMPLETE AND ELEMENTARY SYMMETRIC FUNCTIONS Mircea Merca Departmet of Mathematics Uiversity

More information

Math 451: Euclidean and Non-Euclidean Geometry MWF 3pm, Gasson 204 Homework 3 Solutions

Math 451: Euclidean and Non-Euclidean Geometry MWF 3pm, Gasson 204 Homework 3 Solutions Math 451: Euclidea ad No-Euclidea Geometry MWF 3pm, Gasso 204 Homework 3 Solutios Exercises from 1.4 ad 1.5 of the otes: 4.3, 4.10, 4.12, 4.14, 4.15, 5.3, 5.4, 5.5 Exercise 4.3. Explai why Hp, q) = {x

More information

IP Reference guide for integer programming formulations.

IP Reference guide for integer programming formulations. IP Referece guide for iteger programmig formulatios. by James B. Orli for 15.053 ad 15.058 This documet is iteded as a compact (or relatively compact) guide to the formulatio of iteger programs. For more

More information

2.4 - Sequences and Series

2.4 - Sequences and Series 2.4 - Sequeces ad Series Sequeces A sequece is a ordered list of elemets. Defiitio 1 A sequece is a fuctio from a subset of the set of itegers (usually either the set 80, 1, 2, 3,... < or the set 81, 2,

More information

Math 2784 (or 2794W) University of Connecticut

Math 2784 (or 2794W) University of Connecticut ORDERS OF GROWTH PAT SMITH Math 2784 (or 2794W) Uiversity of Coecticut Date: Mar. 2, 22. ORDERS OF GROWTH. Itroductio Gaiig a ituitive feel for the relative growth of fuctios is importat if you really

More information

Week 5-6: The Binomial Coefficients

Week 5-6: The Binomial Coefficients Wee 5-6: The Biomial Coefficiets March 6, 2018 1 Pascal Formula Theorem 11 (Pascal s Formula For itegers ad such that 1, ( ( ( 1 1 + 1 The umbers ( 2 ( 1 2 ( 2 are triagle umbers, that is, The petago umbers

More information

On Algorithm for the Minimum Spanning Trees Problem with Diameter Bounded Below

On Algorithm for the Minimum Spanning Trees Problem with Diameter Bounded Below O Algorithm for the Miimum Spaig Trees Problem with Diameter Bouded Below Edward Kh. Gimadi 1,2, Alexey M. Istomi 1, ad Ekateria Yu. Shi 2 1 Sobolev Istitute of Mathematics, 4 Acad. Koptyug aveue, 630090

More information

A Note on the Symmetric Powers of the Standard Representation of S n

A Note on the Symmetric Powers of the Standard Representation of S n A Note o the Symmetric Powers of the Stadard Represetatio of S David Savitt 1 Departmet of Mathematics, Harvard Uiversity Cambridge, MA 0138, USA dsavitt@mathharvardedu Richard P Staley Departmet of Mathematics,

More information

SEQUENCES AND SERIES

SEQUENCES AND SERIES Sequeces ad 6 Sequeces Ad SEQUENCES AND SERIES Successio of umbers of which oe umber is desigated as the first, other as the secod, aother as the third ad so o gives rise to what is called a sequece. Sequeces

More information

(A sequence also can be thought of as the list of function values attained for a function f :ℵ X, where f (n) = x n for n 1.) x 1 x N +k x N +4 x 3

(A sequence also can be thought of as the list of function values attained for a function f :ℵ X, where f (n) = x n for n 1.) x 1 x N +k x N +4 x 3 MATH 337 Sequeces Dr. Neal, WKU Let X be a metric space with distace fuctio d. We shall defie the geeral cocept of sequece ad limit i a metric space, the apply the results i particular to some special

More information

Hoggatt and King [lo] defined a complete sequence of natural numbers

Hoggatt and King [lo] defined a complete sequence of natural numbers REPRESENTATIONS OF N AS A SUM OF DISTINCT ELEMENTS FROM SPECIAL SEQUENCES DAVID A. KLARNER, Uiversity of Alberta, Edmoto, Caada 1. INTRODUCTION Let a, I deote a sequece of atural umbers which satisfies

More information

The Boolean Ring of Intervals

The Boolean Ring of Intervals MATH 532 Lebesgue Measure Dr. Neal, WKU We ow shall apply the results obtaied about outer measure to the legth measure o the real lie. Throughout, our space X will be the set of real umbers R. Whe ecessary,

More information

Randomized Algorithms I, Spring 2018, Department of Computer Science, University of Helsinki Homework 1: Solutions (Discussed January 25, 2018)

Randomized Algorithms I, Spring 2018, Department of Computer Science, University of Helsinki Homework 1: Solutions (Discussed January 25, 2018) Radomized Algorithms I, Sprig 08, Departmet of Computer Sciece, Uiversity of Helsiki Homework : Solutios Discussed Jauary 5, 08). Exercise.: Cosider the followig balls-ad-bi game. We start with oe black

More information

Lecture Notes for Analysis Class

Lecture Notes for Analysis Class Lecture Notes for Aalysis Class Topological Spaces A topology for a set X is a collectio T of subsets of X such that: (a) X ad the empty set are i T (b) Uios of elemets of T are i T (c) Fiite itersectios

More information

V. Adamchik 1. Recursions. Victor Adamchik Fall of x n1. x n 2. Here are a few first values of the above sequence (coded in Mathematica)

V. Adamchik 1. Recursions. Victor Adamchik Fall of x n1. x n 2. Here are a few first values of the above sequence (coded in Mathematica) V. Adamchik Recursios Victor Adamchik Fall of 2005 Pla. Covergece of sequeces 2. Fractals 3. Coutig biary trees Covergece of Sequeces I the previous lecture we cosidered a cotiued fractio for 2 : 2 This

More information

A LIMITED ARITHMETIC ON SIMPLE CONTINUED FRACTIONS - II 1. INTRODUCTION

A LIMITED ARITHMETIC ON SIMPLE CONTINUED FRACTIONS - II 1. INTRODUCTION A LIMITED ARITHMETIC ON SIMPLE CONTINUED FRACTIONS - II C. T. LONG J. H. JORDAN* Washigto State Uiversity, Pullma, Washigto 1. INTRODUCTION I the first paper [2 ] i this series, we developed certai properties

More information

Lecture 2. The Lovász Local Lemma

Lecture 2. The Lovász Local Lemma Staford Uiversity Sprig 208 Math 233A: No-costructive methods i combiatorics Istructor: Ja Vodrák Lecture date: Jauary 0, 208 Origial scribe: Apoorva Khare Lecture 2. The Lovász Local Lemma 2. Itroductio

More information

4.3 Growth Rates of Solutions to Recurrences

4.3 Growth Rates of Solutions to Recurrences 4.3. GROWTH RATES OF SOLUTIONS TO RECURRENCES 81 4.3 Growth Rates of Solutios to Recurreces 4.3.1 Divide ad Coquer Algorithms Oe of the most basic ad powerful algorithmic techiques is divide ad coquer.

More information

Random Walks on Discrete and Continuous Circles. by Jeffrey S. Rosenthal School of Mathematics, University of Minnesota, Minneapolis, MN, U.S.A.

Random Walks on Discrete and Continuous Circles. by Jeffrey S. Rosenthal School of Mathematics, University of Minnesota, Minneapolis, MN, U.S.A. Radom Walks o Discrete ad Cotiuous Circles by Jeffrey S. Rosethal School of Mathematics, Uiversity of Miesota, Mieapolis, MN, U.S.A. 55455 (Appeared i Joural of Applied Probability 30 (1993), 780 789.)

More information

MAT1026 Calculus II Basic Convergence Tests for Series

MAT1026 Calculus II Basic Convergence Tests for Series MAT026 Calculus II Basic Covergece Tests for Series Egi MERMUT 202.03.08 Dokuz Eylül Uiversity Faculty of Sciece Departmet of Mathematics İzmir/TURKEY Cotets Mootoe Covergece Theorem 2 2 Series of Real

More information

On Random Line Segments in the Unit Square

On Random Line Segments in the Unit Square O Radom Lie Segmets i the Uit Square Thomas A. Courtade Departmet of Electrical Egieerig Uiversity of Califoria Los Ageles, Califoria 90095 Email: tacourta@ee.ucla.edu I. INTRODUCTION Let Q = [0, 1] [0,

More information

Math 475, Problem Set #12: Answers

Math 475, Problem Set #12: Answers Math 475, Problem Set #12: Aswers A. Chapter 8, problem 12, parts (b) ad (d). (b) S # (, 2) = 2 2, sice, from amog the 2 ways of puttig elemets ito 2 distiguishable boxes, exactly 2 of them result i oe

More information

A sequence of numbers is a function whose domain is the positive integers. We can see that the sequence

A sequence of numbers is a function whose domain is the positive integers. We can see that the sequence Sequeces A sequece of umbers is a fuctio whose domai is the positive itegers. We ca see that the sequece,, 2, 2, 3, 3,... is a fuctio from the positive itegers whe we write the first sequece elemet as

More information

6.3 Testing Series With Positive Terms

6.3 Testing Series With Positive Terms 6.3. TESTING SERIES WITH POSITIVE TERMS 307 6.3 Testig Series With Positive Terms 6.3. Review of what is kow up to ow I theory, testig a series a i for covergece amouts to fidig the i= sequece of partial

More information

~W I F

~W I F A FIBONACCI PROPERTY OF WYTHOFF PAIRS ROBERT SILBER North Carolia State Uiversity, Raleigh, North Carolia 27607 I this paper we poit out aother of those fasciatig "coicideces" which are so characteristically

More information

Chapter IV Integration Theory

Chapter IV Integration Theory Chapter IV Itegratio Theory Lectures 32-33 1. Costructio of the itegral I this sectio we costruct the abstract itegral. As a matter of termiology, we defie a measure space as beig a triple (, A, µ), where

More information

THE LONELY RUNNER PROBLEM FOR MANY RUNNERS. Artūras Dubickas Vilnius University, Lithuania

THE LONELY RUNNER PROBLEM FOR MANY RUNNERS. Artūras Dubickas Vilnius University, Lithuania GLASNIK MATEMATIČKI Vol. 46(66)(2011), 25 30 THE LONELY RUNNER PROBLEM FOR MANY RUNNERS Artūras Dubickas Vilius Uiversity, Lithuaia Abstract. The loely ruer cojecture asserts that for ay positive iteger

More information

Large holes in quasi-random graphs

Large holes in quasi-random graphs Large holes i quasi-radom graphs Joaa Polcy Departmet of Discrete Mathematics Adam Mickiewicz Uiversity Pozań, Polad joaska@amuedupl Submitted: Nov 23, 2006; Accepted: Apr 10, 2008; Published: Apr 18,

More information

Sequences A sequence of numbers is a function whose domain is the positive integers. We can see that the sequence

Sequences A sequence of numbers is a function whose domain is the positive integers. We can see that the sequence Sequeces A sequece of umbers is a fuctio whose domai is the positive itegers. We ca see that the sequece 1, 1, 2, 2, 3, 3,... is a fuctio from the positive itegers whe we write the first sequece elemet

More information

Sequence A sequence is a function whose domain of definition is the set of natural numbers.

Sequence A sequence is a function whose domain of definition is the set of natural numbers. Chapter Sequeces Course Title: Real Aalysis Course Code: MTH3 Course istructor: Dr Atiq ur Rehma Class: MSc-I Course URL: wwwmathcityorg/atiq/fa8-mth3 Sequeces form a importat compoet of Mathematical Aalysis

More information

subcaptionfont+=small,labelformat=parens,labelsep=space,skip=6pt,list=0,hypcap=0 subcaption ALGEBRAIC COMBINATORICS LECTURE 8 TUESDAY, 2/16/2016

subcaptionfont+=small,labelformat=parens,labelsep=space,skip=6pt,list=0,hypcap=0 subcaption ALGEBRAIC COMBINATORICS LECTURE 8 TUESDAY, 2/16/2016 subcaptiofot+=small,labelformat=pares,labelsep=space,skip=6pt,list=0,hypcap=0 subcaptio ALGEBRAIC COMBINATORICS LECTURE 8 TUESDAY, /6/06. Self-cojugate Partitios Recall that, give a partitio λ, we may

More information

BIRKHOFF ERGODIC THEOREM

BIRKHOFF ERGODIC THEOREM BIRKHOFF ERGODIC THEOREM Abstract. We will give a proof of the poitwise ergodic theorem, which was first proved by Birkhoff. May improvemets have bee made sice Birkhoff s orgial proof. The versio we give

More information

Few remarks on Ramsey-Turán-type problems Benny Sudakov Λ Abstract Let H be a fixed forbidden graph and let f be a function of n. Denote by RT n; H; f

Few remarks on Ramsey-Turán-type problems Benny Sudakov Λ Abstract Let H be a fixed forbidden graph and let f be a function of n. Denote by RT n; H; f Few remarks o Ramsey-Turá-type problems Bey Sudakov Abstract Let H be a fixed forbidde graph ad let f be a fuctio of. Deote by ; H; f () the maximum umber of edges a graph G o vertices ca have without

More information

Discrete Mathematics Recurrences

Discrete Mathematics Recurrences Discrete Mathematics Recurreces Saad Meimeh 1 What is a recurrece? It ofte happes that, i studyig a sequece of umbers a, a coectio betwee a ad a 1, or betwee a ad several of the previous a i, i

More information

ON SOME DIOPHANTINE EQUATIONS RELATED TO SQUARE TRIANGULAR AND BALANCING NUMBERS

ON SOME DIOPHANTINE EQUATIONS RELATED TO SQUARE TRIANGULAR AND BALANCING NUMBERS Joural of Algebra, Number Theory: Advaces ad Applicatios Volume, Number, 00, Pages 7-89 ON SOME DIOPHANTINE EQUATIONS RELATED TO SQUARE TRIANGULAR AND BALANCING NUMBERS OLCAY KARAATLI ad REFİK KESKİN Departmet

More information

DIVISIBILITY PROPERTIES OF GENERALIZED FIBONACCI POLYNOMIALS

DIVISIBILITY PROPERTIES OF GENERALIZED FIBONACCI POLYNOMIALS DIVISIBILITY PROPERTIES OF GENERALIZED FIBONACCI POLYNOMIALS VERNER E. HOGGATT, JR. Sa Jose State Uiversity, Sa Jose, Califoria 95192 ad CALVIN T. LONG Washigto State Uiversity, Pullma, Washigto 99163

More information

Some examples of vector spaces

Some examples of vector spaces Roberto s Notes o Liear Algebra Chapter 11: Vector spaces Sectio 2 Some examples of vector spaces What you eed to kow already: The te axioms eeded to idetify a vector space. What you ca lear here: Some

More information

Sequences, Mathematical Induction, and Recursion. CSE 2353 Discrete Computational Structures Spring 2018

Sequences, Mathematical Induction, and Recursion. CSE 2353 Discrete Computational Structures Spring 2018 CSE 353 Discrete Computatioal Structures Sprig 08 Sequeces, Mathematical Iductio, ad Recursio (Chapter 5, Epp) Note: some course slides adopted from publisher-provided material Overview May mathematical

More information

Math 25 Solutions to practice problems

Math 25 Solutions to practice problems Math 5: Advaced Calculus UC Davis, Sprig 0 Math 5 Solutios to practice problems Questio For = 0,,, 3,... ad 0 k defie umbers C k C k =! k!( k)! (for k = 0 ad k = we defie C 0 = C = ). by = ( )... ( k +

More information

Applied Mathematics Letters. On the properties of Lucas numbers with binomial coefficients

Applied Mathematics Letters. On the properties of Lucas numbers with binomial coefficients Applied Mathematics Letters 3 (1 68 7 Cotets lists available at ScieceDirect Applied Mathematics Letters joural homepage: wwwelseviercom/locate/aml O the properties of Lucas umbers with biomial coefficiets

More information

If a subset E of R contains no open interval, is it of zero measure? For instance, is the set of irrationals in [0, 1] is of measure zero?

If a subset E of R contains no open interval, is it of zero measure? For instance, is the set of irrationals in [0, 1] is of measure zero? 2 Lebesgue Measure I Chapter 1 we defied the cocept of a set of measure zero, ad we have observed that every coutable set is of measure zero. Here are some atural questios: If a subset E of R cotais a

More information

Roger Apéry's proof that zeta(3) is irrational

Roger Apéry's proof that zeta(3) is irrational Cliff Bott cliffbott@hotmail.com 11 October 2011 Roger Apéry's proof that zeta(3) is irratioal Roger Apéry developed a method for searchig for cotiued fractio represetatios of umbers that have a form such

More information

On Generalized Fibonacci Numbers

On Generalized Fibonacci Numbers Applied Mathematical Scieces, Vol. 9, 215, o. 73, 3611-3622 HIKARI Ltd, www.m-hikari.com http://dx.doi.org/1.12988/ams.215.5299 O Geeralized Fiboacci Numbers Jerico B. Bacai ad Julius Fergy T. Rabago Departmet

More information

An analog of the arithmetic triangle obtained by replacing the products by the least common multiples

An analog of the arithmetic triangle obtained by replacing the products by the least common multiples arxiv:10021383v2 [mathnt] 9 Feb 2010 A aalog of the arithmetic triagle obtaied by replacig the products by the least commo multiples Bair FARHI bairfarhi@gmailcom MSC: 11A05 Keywords: Al-Karaji s triagle;

More information

Formulas for the Number of Spanning Trees in a Maximal Planar Map

Formulas for the Number of Spanning Trees in a Maximal Planar Map Applied Mathematical Scieces Vol. 5 011 o. 64 3147-3159 Formulas for the Number of Spaig Trees i a Maximal Plaar Map A. Modabish D. Lotfi ad M. El Marraki Departmet of Computer Scieces Faculty of Scieces

More information

CS / MCS 401 Homework 3 grader solutions

CS / MCS 401 Homework 3 grader solutions CS / MCS 401 Homework 3 grader solutios assigmet due July 6, 016 writte by Jāis Lazovskis maximum poits: 33 Some questios from CLRS. Questios marked with a asterisk were ot graded. 1 Use the defiitio of

More information

Appendix to Quicksort Asymptotics

Appendix to Quicksort Asymptotics Appedix to Quicksort Asymptotics James Alle Fill Departmet of Mathematical Scieces The Johs Hopkis Uiversity jimfill@jhu.edu ad http://www.mts.jhu.edu/~fill/ ad Svate Jaso Departmet of Mathematics Uppsala

More information

Some p-adic congruences for p q -Catalan numbers

Some p-adic congruences for p q -Catalan numbers Some p-adic cogrueces for p q -Catala umbers Floria Luca Istituto de Matemáticas Uiversidad Nacioal Autóoma de México C.P. 58089, Morelia, Michoacá, México fluca@matmor.uam.mx Paul Thomas Youg Departmet

More information

Optimally Sparse SVMs

Optimally Sparse SVMs A. Proof of Lemma 3. We here prove a lower boud o the umber of support vectors to achieve geeralizatio bouds of the form which we cosider. Importatly, this result holds ot oly for liear classifiers, but

More information

#A51 INTEGERS 14 (2014) MULTI-POLY-BERNOULLI-STAR NUMBERS AND FINITE MULTIPLE ZETA-STAR VALUES

#A51 INTEGERS 14 (2014) MULTI-POLY-BERNOULLI-STAR NUMBERS AND FINITE MULTIPLE ZETA-STAR VALUES #A5 INTEGERS 4 (24) MULTI-POLY-BERNOULLI-STAR NUMBERS AND FINITE MULTIPLE ZETA-STAR VALUES Kohtaro Imatomi Graduate School of Mathematics, Kyushu Uiversity, Nishi-ku, Fukuoka, Japa k-imatomi@math.kyushu-u.ac.p

More information

Pairs of disjoint q-element subsets far from each other

Pairs of disjoint q-element subsets far from each other Pairs of disjoit q-elemet subsets far from each other Hikoe Eomoto Departmet of Mathematics, Keio Uiversity 3-14-1 Hiyoshi, Kohoku-Ku, Yokohama, 223 Japa, eomoto@math.keio.ac.jp Gyula O.H. Katoa Alfréd

More information

ON POINTWISE BINOMIAL APPROXIMATION

ON POINTWISE BINOMIAL APPROXIMATION Iteratioal Joural of Pure ad Applied Mathematics Volume 71 No. 1 2011, 57-66 ON POINTWISE BINOMIAL APPROXIMATION BY w-functions K. Teerapabolar 1, P. Wogkasem 2 Departmet of Mathematics Faculty of Sciece

More information

Problem Set 2 Solutions

Problem Set 2 Solutions CS271 Radomess & Computatio, Sprig 2018 Problem Set 2 Solutios Poit totals are i the margi; the maximum total umber of poits was 52. 1. Probabilistic method for domiatig sets 6pts Pick a radom subset S

More information

The Random Walk For Dummies

The Random Walk For Dummies The Radom Walk For Dummies Richard A Mote Abstract We look at the priciples goverig the oe-dimesioal discrete radom walk First we review five basic cocepts of probability theory The we cosider the Beroulli

More information

A 2nTH ORDER LINEAR DIFFERENCE EQUATION

A 2nTH ORDER LINEAR DIFFERENCE EQUATION A 2TH ORDER LINEAR DIFFERENCE EQUATION Doug Aderso Departmet of Mathematics ad Computer Sciece, Cocordia College Moorhead, MN 56562, USA ABSTRACT: We give a formulatio of geeralized zeros ad (, )-discojugacy

More information

HOMEWORK 2 SOLUTIONS

HOMEWORK 2 SOLUTIONS HOMEWORK SOLUTIONS CSE 55 RANDOMIZED AND APPROXIMATION ALGORITHMS 1. Questio 1. a) The larger the value of k is, the smaller the expected umber of days util we get all the coupos we eed. I fact if = k

More information

CSE 1400 Applied Discrete Mathematics Number Theory and Proofs

CSE 1400 Applied Discrete Mathematics Number Theory and Proofs CSE 1400 Applied Discrete Mathematics Number Theory ad Proofs Departmet of Computer Scieces College of Egieerig Florida Tech Sprig 01 Problems for Number Theory Backgroud Number theory is the brach of

More information

Counting Well-Formed Parenthesizations Easily

Counting Well-Formed Parenthesizations Easily Coutig Well-Formed Parethesizatios Easily Pekka Kilpeläie Uiversity of Easter Filad School of Computig, Kuopio August 20, 2014 Abstract It is well kow that there is a oe-to-oe correspodece betwee ordered

More information

An Introduction to Randomized Algorithms

An Introduction to Randomized Algorithms A Itroductio to Radomized Algorithms The focus of this lecture is to study a radomized algorithm for quick sort, aalyze it usig probabilistic recurrece relatios, ad also provide more geeral tools for aalysis

More information

SNAP Centre Workshop. Basic Algebraic Manipulation

SNAP Centre Workshop. Basic Algebraic Manipulation SNAP Cetre Workshop Basic Algebraic Maipulatio 8 Simplifyig Algebraic Expressios Whe a expressio is writte i the most compact maer possible, it is cosidered to be simplified. Not Simplified: x(x + 4x)

More information

The inverse eigenvalue problem for symmetric doubly stochastic matrices

The inverse eigenvalue problem for symmetric doubly stochastic matrices Liear Algebra ad its Applicatios 379 (004) 77 83 www.elsevier.com/locate/laa The iverse eigevalue problem for symmetric doubly stochastic matrices Suk-Geu Hwag a,,, Sug-Soo Pyo b, a Departmet of Mathematics

More information

Metric Space Properties

Metric Space Properties Metric Space Properties Math 40 Fial Project Preseted by: Michael Brow, Alex Cordova, ad Alyssa Sachez We have already poited out ad will recogize throughout this book the importace of compact sets. All

More information

On Some Properties of Digital Roots

On Some Properties of Digital Roots Advaces i Pure Mathematics, 04, 4, 95-30 Published Olie Jue 04 i SciRes. http://www.scirp.org/joural/apm http://dx.doi.org/0.436/apm.04.46039 O Some Properties of Digital Roots Ilha M. Izmirli Departmet

More information

Independence number of graphs with a prescribed number of cliques

Independence number of graphs with a prescribed number of cliques Idepedece umber of graphs with a prescribed umber of cliques Tom Bohma Dhruv Mubayi Abstract We cosider the followig problem posed by Erdős i 1962. Suppose that G is a -vertex graph where the umber of

More information

4.1 Sigma Notation and Riemann Sums

4.1 Sigma Notation and Riemann Sums 0 the itegral. Sigma Notatio ad Riema Sums Oe strategy for calculatig the area of a regio is to cut the regio ito simple shapes, calculate the area of each simple shape, ad the add these smaller areas

More information

[ 11 ] z of degree 2 as both degree 2 each. The degree of a polynomial in n variables is the maximum of the degrees of its terms.

[ 11 ] z of degree 2 as both degree 2 each. The degree of a polynomial in n variables is the maximum of the degrees of its terms. [ 11 ] 1 1.1 Polyomial Fuctios 1 Algebra Ay fuctio f ( x) ax a1x... a1x a0 is a polyomial fuctio if ai ( i 0,1,,,..., ) is a costat which belogs to the set of real umbers ad the idices,, 1,...,1 are atural

More information

TR/46 OCTOBER THE ZEROS OF PARTIAL SUMS OF A MACLAURIN EXPANSION A. TALBOT

TR/46 OCTOBER THE ZEROS OF PARTIAL SUMS OF A MACLAURIN EXPANSION A. TALBOT TR/46 OCTOBER 974 THE ZEROS OF PARTIAL SUMS OF A MACLAURIN EXPANSION by A. TALBOT .. Itroductio. A problem i approximatio theory o which I have recetly worked [] required for its solutio a proof that the

More information

Induction: Solutions

Induction: Solutions Writig Proofs Misha Lavrov Iductio: Solutios Wester PA ARML Practice March 6, 206. Prove that a 2 2 chessboard with ay oe square removed ca always be covered by shaped tiles. Solutio : We iduct o. For

More information

THIS paper analyzes the behavior of those complex

THIS paper analyzes the behavior of those complex IAENG Iteratioal Joural of Computer Sciece 39:4 IJCS_39_4_6 Itrisic Order Lexicographic Order Vector Order ad Hammig Weight Luis Gozález Abstract To compare biary -tuple probabilities with o eed to compute

More information

KU Leuven Department of Computer Science

KU Leuven Department of Computer Science O orthogoal polyomials related to arithmetic ad harmoic sequeces Adhemar Bultheel ad Adreas Lasarow Report TW 687, February 208 KU Leuve Departmet of Computer Sciece Celestijelaa 200A B-300 Heverlee (Belgium)

More information

Simple Polygons of Maximum Perimeter Contained in a Unit Disk

Simple Polygons of Maximum Perimeter Contained in a Unit Disk Discrete Comput Geom (009) 1: 08 15 DOI 10.1007/s005-008-9093-7 Simple Polygos of Maximum Perimeter Cotaied i a Uit Disk Charles Audet Pierre Hase Frédéric Messie Received: 18 September 007 / Revised:

More information

INFINITE SEQUENCES AND SERIES

INFINITE SEQUENCES AND SERIES 11 INFINITE SEQUENCES AND SERIES INFINITE SEQUENCES AND SERIES 11.4 The Compariso Tests I this sectio, we will lear: How to fid the value of a series by comparig it with a kow series. COMPARISON TESTS

More information

TEACHER CERTIFICATION STUDY GUIDE

TEACHER CERTIFICATION STUDY GUIDE COMPETENCY 1. ALGEBRA SKILL 1.1 1.1a. ALGEBRAIC STRUCTURES Kow why the real ad complex umbers are each a field, ad that particular rigs are ot fields (e.g., itegers, polyomial rigs, matrix rigs) Algebra

More information

4 The Sperner property.

4 The Sperner property. 4 The Sperer property. I this sectio we cosider a surprisig applicatio of certai adjacecy matrices to some problems i extremal set theory. A importat role will also be played by fiite groups. I geeral,

More information

1/(1 -x n ) = \YJ k=0

1/(1 -x n ) = \YJ k=0 ADVANCED PROBLEMS AND SOLUTIONS Edited by RAYMOND E.WHITNEY Lock Have State College, Lock Have, Pesylvaia Sed all commuicatios cocerig Advaced Problems ad Solutios to Eaymod E. Whitey, Mathematics Departmet,

More information

Chapter 6 Infinite Series

Chapter 6 Infinite Series Chapter 6 Ifiite Series I the previous chapter we cosidered itegrals which were improper i the sese that the iterval of itegratio was ubouded. I this chapter we are goig to discuss a topic which is somewhat

More information

LONG SNAKES IN POWERS OF THE COMPLETE GRAPH WITH AN ODD NUMBER OF VERTICES

LONG SNAKES IN POWERS OF THE COMPLETE GRAPH WITH AN ODD NUMBER OF VERTICES J Lodo Math Soc (2 50, (1994, 465 476 LONG SNAKES IN POWERS OF THE COMPLETE GRAPH WITH AN ODD NUMBER OF VERTICES Jerzy Wojciechowski Abstract I [5] Abbott ad Katchalski ask if there exists a costat c >

More information