1 Power Series 1 1.1 More Fun with Power Series

Total Page:16

File Type:pdf, Size:1020Kb

1 Power Series 1 1.1 More Fun with Power Series Seunghee Ye Ma 8: Week 10 Dec 1 Week 10 Summary For our last week of Ma 8, we will talk about power series. Topics Page 1 Power Series 1 1.1 More Fun with Power Series . .2 1 Power Series The last topic of the term is power series. We have seen an example of power series when discussing Taylor series of smooth functions. Definition (Power Series) A power series is an expression 1 X n f(z) = anz n=0 where an 2 C. Before, we only considered power series over R but now, we will consider power series over C as well. To differentiate these two cases, a power series over the reals will be denoted f(x); and over the complex, f(z). One of the things we want to do is plug in various values of x and z. Once we do that, f(x) and f(z) will be series of real or complex numbers. Of course, the natural thing to do is to determine whether these series converge. There are infinitely many real numbers and complex numbers but the following theorem will save us the trouble of checking them one by one (which, of course, would be impossible!). Theorem 1.1. Let f(x) be a real valued power series. Suppose f(x) converges at some value a 2 R. Then, f(x) converges at every value b 2 (−a; a). Let f(z) be a complex valued power series. Suppose f(z) converges at some α 2 C. Then, f(z) converges at every value of β such that jβj < jαj. Theorem 1.1 says that once we know that the power series converges at some real/complex number, we automatically know that it converges at all \smaller" numbers. Looking at the complex plane, we immediately see where the term radius of convergence comes from. Definition (Radius of Convergence) Let f(z) be a power series. Then, the radius of convergence of f(z) is supfjαj j α 2 C such that f(α) convergesg Example 1.1. Find the radius of convergence for 1 X 1. f(z) = n! · xn n=0 1 X 2. f(z) = xn n=0 Page 1 of 4 Seunghee Ye Ma 8: Week 10 Dec 1 1 X xn 3. f(z) = n! n=0 We see that finding the radius of convergence for complex valued power series is exactly the same as for real valued power series. 1.1 More Fun with Power Series In this section, we will use the power series to understand the Fibonacci sequence better. Given a sequence, we can define generating function for the sequence. The generating function for a sequence fang is the power series: 1 X n f(x) = anx n=0 In other words, the generating function is the power series whose coefficients are the terms of the given sequence. Example 1.2. Let f(x) be the generating function for the Fibonacci sequence. Show that x f(x) = 1 − x − x2 Proof. Let's recall the definition of the Fibonacci sequence (starting from n = 0). If we denote by Fn the n-th Fibonacci number, we have: F0 = 0;F1 = 1;Fn = Fn−1 + Fn−2 for all n ≥ 2 Then, the generating series for fFng is 1 X n 2 3 4 5 f(x) = Fnx = x + x + 2x + 3x + 5x + ··· n=0 Now, using the recursive relation Fn = Fn−1 + Fn−2 for all n ≥ 2, we obtain the following: 1 X n f(x) = Fnx (1) n=0 1 X n = 0 + x + Fnx (2) n=2 1 X n = x + (Fn−1 + Fn−2)x (3) n=2 1 1 X n X n = x + Fn−1x + Fn−2x (4) n=2 n=2 1 1 X n 2 X n = x + x Fnx + x Fnx (5) n=1 n=0 1 ! X n 2 = x + x 0 + Fnx + x f(x) (6) n=1 = x + xf(x) + x2f(x) (7) Page 2 of 4 Seunghee Ye Ma 8: Week 10 Dec 1 Rearranging terms, we see that x f(x)(1 − x − x2) = x ) f(x) = 1 − x − x2 Functions that can be written as the fraction of two polynomials is called rational functions. By expanding the denominator, we see that rational functions can always be written in their power series form. The converse, however, is not true: Given a general power series, it is not true that we can write it as the ratio of two polynomials. The fact that the generating series for the Fibonacci sequence can be written as a rational function implies that the Fibonacci sequence has a nice structure (which we know is the recursive relation between the terms). Now, let's try to use the power series to find the closed form for the Fibonacci sequence. If you are familiar with algorithms, the Fibonacci sequence is one of the examples that come up quite often. To compute the n-th Fibonacci number, you can use the straightforward recursive algorithm (using the recursive relation); or you can use iterative algorithm (the dynamic programming way). You might know that the recursive algorithm is \very bad" and the iterative algorithm is \good": recursive algorithm has exponential time complexity, where as iterative algorithm has linear time complexity. With the closed form, we will have constant time complexity for computing the n-th Fibonacci number! Example 1.3. Find the closed form for the Fibonacci sequence. In other words, express the Fibonacci sequence as Fn = F (n) where F (n) is a function of n. Solution. We saw above that the generating series for Fn was a rational function. So let's try to use the result we obtained above about f(x) to deduce the closed form for Fn. We showed that 1 X x f(x) = F xn = n 1 − x − x2 n=0 x But this means that the coefficients of the power series expansion of are precisely the Fibonacci 1 − x − x2 x numbers. Matching terms, we see that the coefficient of xn of the power series expansion of is 1 − x − x2 Fn. First, we will try to split the right hand side using partial fractions. Note that 1 − x − x2 has two roots which are: p p −1 ± 1 + 4 −1 ± 5 = 2 2 Let's call p p 1 + 5 1 − 5 ' := ; := 2 2 Then, we have 1 − x − x2 = −(x + ')(x + ) Note that ' · = −1. Hence, = −'−1. Using this, we get 1 − x − x2 = −(x + ')(x + ) (8) = −('−1x + 1)'(x + ) (9) = −(− x + 1)('x + ' · ) (10) = (1 − x)(1 − 'x) (11) Page 3 of 4 Seunghee Ye Ma 8: Week 10 Dec 1 Let's use this and partial fractions and see what we get x x = (12) 1 − x − x2 (1 − 'x)(1 − x) p1 − p1 = 5 + 5 (13) 1 − 'x 1 − x 1 1 1 = p − (14) 5 1 − 'x 1 − x 1 1 This is great! We know that 1−'x and 1− x are simply the geometric series! In other words, their power series expansions are 1 1 1 X 1 X = 'nxn and = nxn 1 − 'x 1 − x n=0 n=0 Therefore, we find that 1 1 1 f(x) = p − (15) 5 1 − 'x 1 − x 1 1 ! 1 X X = p 'nxn − nxn (16) 5 n=0 n=0 1 ! 1 X = p ('n − n)xn (17) 5 n=0 n As we remarked earlier, the coefficient of x of this power series is precisely Fn. Hence, we conclude that 'n − n 'n − (−')−n Fn = p = p 5 5 p 1 + 5 A little aside: ' = is called the golden ratio and comes up surprisingly often. 2 Page 4 of 4.
Recommended publications
  • Triangular Numbers /, 3,6, 10, 15, ", Tn,'" »*"
    TRIANGULAR NUMBERS V.E. HOGGATT, JR., and IVIARJORIE BICKWELL San Jose State University, San Jose, California 9111112 1. INTRODUCTION To Fibonacci is attributed the arithmetic triangle of odd numbers, in which the nth row has n entries, the cen- ter element is n* for even /?, and the row sum is n3. (See Stanley Bezuszka [11].) FIBONACCI'S TRIANGLE SUMS / 1 =:1 3 3 5 8 = 2s 7 9 11 27 = 33 13 15 17 19 64 = 4$ 21 23 25 27 29 125 = 5s We wish to derive some results here concerning the triangular numbers /, 3,6, 10, 15, ", Tn,'" »*". If one o b - serves how they are defined geometrically, 1 3 6 10 • - one easily sees that (1.1) Tn - 1+2+3 + .- +n = n(n±M and (1.2) • Tn+1 = Tn+(n+1) . By noticing that two adjacent arrays form a square, such as 3 + 6 = 9 '.'.?. we are led to 2 (1.3) n = Tn + Tn„7 , which can be verified using (1.1). This also provides an identity for triangular numbers in terms of subscripts which are also triangular numbers, T =T + T (1-4) n Tn Tn-1 • Since every odd number is the difference of two consecutive squares, it is informative to rewrite Fibonacci's tri- angle of odd numbers: 221 222 TRIANGULAR NUMBERS [OCT. FIBONACCI'S TRIANGLE SUMS f^-O2) Tf-T* (2* -I2) (32-22) Ti-Tf (42-32) (52-42) (62-52) Ti-Tl•2 (72-62) (82-72) (9*-82) (Kp-92) Tl-Tl Upon comparing with the first array, it would appear that the difference of the squares of two consecutive tri- angular numbers is a perfect cube.
    [Show full text]
  • Twelve Simple Algorithms to Compute Fibonacci Numbers Arxiv
    Twelve Simple Algorithms to Compute Fibonacci Numbers Ali Dasdan KD Consulting Saratoga, CA, USA [email protected] April 16, 2018 Abstract The Fibonacci numbers are a sequence of integers in which every number after the first two, 0 and 1, is the sum of the two preceding numbers. These numbers are well known and algorithms to compute them are so easy that they are often used in introductory algorithms courses. In this paper, we present twelve of these well-known algo- rithms and some of their properties. These algorithms, though very simple, illustrate multiple concepts from the algorithms field, so we highlight them. We also present the results of a small-scale experi- mental comparison of their runtimes on a personal laptop. Finally, we provide a list of homework questions for the students. We hope that this paper can serve as a useful resource for the students learning the basics of algorithms. arXiv:1803.07199v2 [cs.DS] 13 Apr 2018 1 Introduction The Fibonacci numbers are a sequence Fn of integers in which every num- ber after the first two, 0 and 1, is the sum of the two preceding num- bers: 0; 1; 1; 2; 3; 5; 8; 13; 21; ::. More formally, they are defined by the re- currence relation Fn = Fn−1 + Fn−2, n ≥ 2 with the base values F0 = 0 and F1 = 1 [1, 5, 7, 8]. 1 The formal definition of this sequence directly maps to an algorithm to compute the nth Fibonacci number Fn. However, there are many other ways of computing the nth Fibonacci number.
    [Show full text]
  • Input for Carnival of Math: Number 115, October 2014
    Input for Carnival of Math: Number 115, October 2014 I visited Singapore in 1996 and the people were very kind to me. So I though this might be a little payback for their kindness. Good Luck. David Brooks The “Mathematical Association of America” (http://maanumberaday.blogspot.com/2009/11/115.html ) notes that: 115 = 5 x 23. 115 = 23 x (2 + 3). 115 has a unique representation as a sum of three squares: 3 2 + 5 2 + 9 2 = 115. 115 is the smallest three-digit integer, abc , such that ( abc )/( a*b*c) is prime : 115/5 = 23. STS-115 was a space shuttle mission to the International Space Station flown by the space shuttle Atlantis on Sept. 9, 2006. The “Online Encyclopedia of Integer Sequences” (http://www.oeis.org) notes that 115 is a tridecagonal (or 13-gonal) number. Also, 115 is the number of rooted trees with 8 vertices (or nodes). If you do a search for 115 on the OEIS website you will find out that there are 7,041 integer sequences that contain the number 115. The website “Positive Integers” (http://www.positiveintegers.org/115) notes that 115 is a palindromic and repdigit number when written in base 22 (5522). The website “Number Gossip” (http://www.numbergossip.com) notes that: 115 is the smallest three-digit integer, abc, such that (abc)/(a*b*c) is prime. It also notes that 115 is a composite, deficient, lucky, odd odious and square-free number. The website “Numbers Aplenty” (http://www.numbersaplenty.com/115) notes that: It has 4 divisors, whose sum is σ = 144.
    [Show full text]
  • Fibonacci Numbers
    mathematics Article On (k, p)-Fibonacci Numbers Natalia Bednarz The Faculty of Mathematics and Applied Physics, Rzeszow University of Technology, al. Powsta´nców Warszawy 12, 35-959 Rzeszów, Poland; [email protected] Abstract: In this paper, we introduce and study a new two-parameters generalization of the Fibonacci numbers, which generalizes Fibonacci numbers, Pell numbers, and Narayana numbers, simultane- ously. We prove some identities which generalize well-known relations for Fibonacci numbers, Pell numbers and their generalizations. A matrix representation for generalized Fibonacci numbers is given, too. Keywords: Fibonacci numbers; Pell numbers; Narayana numbers MSC: 11B39; 11B83; 11C20 1. Introduction By numbers of the Fibonacci type we mean numbers defined recursively by the r-th order linear recurrence relation of the form an = b1an−1 + b2an−2 + ··· + bran−r, for n > r, (1) where r > 2 and bi > 0, i = 1, 2, ··· , r are integers. For special values of r and bi, i = 1, 2, ··· r, the Equality (1) defines well-known numbers of the Fibonacci type and their generalizations. We list some of them: Citation: Bednarz, N. On 1. Fibonacci numbers: Fn = Fn−1 + Fn−2 for n > 2, with F0 = F1 = 1. (k, p)-Fibonacci Numbers. 2. Lucas numbers: Ln = Ln−1 + Ln−2 for n > 2, with L0 = 2, L1 = 1. Mathematics 2021, 9, 727. https:// 3. Pell numbers: Pn = 2Pn−1 + Pn−2 for n > 2, with P0 = 0, P1 = 1. doi.org/10.3390/math9070727 4. Pell–Lucas numbers: Qn = 2Qn−1 + Qn−2 for n > 2, with Q0 = 1, Q1 = 3. 5. Jacobsthal numbers: Jn = Jn−1 + 2Jn−2 for n > 2, with J0 = 0, J1 = 1.
    [Show full text]
  • On Repdigits As Product of Consecutive Fibonacci Numbers1
    Rend. Istit. Mat. Univ. Trieste Volume 44 (2012), 393–397 On repdigits as product of consecutive Fibonacci numbers1 Diego Marques and Alain Togbe´ Abstract. Let (Fn)n≥0 be the Fibonacci sequence. In 2000, F. Luca proved that F10 = 55 is the largest repdigit (i.e. a number with only one distinct digit in its decimal expansion) in the Fibonacci sequence. In this note, we show that if Fn ··· Fn+(k−1) is a repdigit, with at least two digits, then (k, n) = (1, 10). Keywords: Fibonacci, repdigits, sequences (mod m) MS Classification 2010: 11A63, 11B39, 11B50 1. Introduction Let (Fn)n≥0 be the Fibonacci sequence given by Fn+2 = Fn+1 + Fn, for n ≥ 0, where F0 = 0 and F1 = 1. These numbers are well-known for possessing amaz- ing properties. In 1963, the Fibonacci Association was created to provide an opportunity to share ideas about these intriguing numbers and their applica- tions. We remark that, in 2003, Bugeaud et al. [2] proved that the only perfect powers in the Fibonacci sequence are 0, 1, 8 and 144 (see [6] for the Fibono- mial version). In 2005, Luca and Shorey [5] showed, among other things, that a non-zero product of two or more consecutive Fibonacci numbers is never a perfect power except for the trivial case F1 · F2 = 1. Recall that a positive integer is called a repdigit if it has only one distinct digit in its decimal expansion. In particular, such a number has the form a(10m − 1)/9, for some m ≥ 1 and 1 ≤ a ≤ 9.
    [Show full text]
  • Product of Consecutive Tribonacci Numbers with Only One Distinct Digit
    1 2 Journal of Integer Sequences, Vol. 22 (2019), 3 Article 19.6.3 47 6 23 11 Product of Consecutive Tribonacci Numbers With Only One Distinct Digit Eric F. Bravo and Carlos A. G´omez Department of Mathematics Universidad del Valle Calle 13 No 100 – 00 Cali Colombia [email protected] [email protected] Florian Luca School of Mathematics University of the Witwatersrand Johannesburg South Africa and Research Group in Algebraic Structures and Applications King Abdulaziz University Jeddah Saudi Arabia and Department of Mathematics University of Ostrava 30 Dubna 22, 701 03 Ostrava 1 Czech Republic [email protected] Abstract Let (Fn)n≥0 be the sequence of Fibonacci numbers. Marques and Togb´eproved that if the product Fn ··· Fn+ℓ−1 is a repdigit (i.e., a number with only distinct digit 1 in its decimal expansion), with at least two digits, then (ℓ,n)=(1, 10). In this paper, we solve the same problem with Tribonacci numbers instead of Fibonacci numbers. 1 Introduction A positive integer is called a repdigit if it has only one distinct digit in its decimal expansion. The sequence of numbers with repeated digits is included in Sloane’s On-Line Encyclopedia of Integer Sequences (OEIS) [11] as sequence A010785. In 2000, Luca [6] showed that the largest repdigit Fibonacci number is F10 = 55 and the largest repdigit Lucas number is L5 = 11. Motivated by the results of Luca [6], several authors have explored repdigits in general- izations of Fibonacci numbers and Lucas numbers. For instance, Bravo and Luca [1] showed 1 (3) that the only repdigit in the k-generalized Fibonacci sequence , is F8 = 44.
    [Show full text]
  • Retrograde Renegades and the Pascal Connection: Repeating Decimals Represented by Fibonacci and Other Sequences Appearing from Right to Left
    RETROGRADE RENEGADES AND THE PASCAL CONNECTION: REPEATING DECIMALS REPRESENTED BY FIBONACCI AND OTHER SEQUENCES APPEARING FROM RIGHT TO LEFT Marjorie Bicknell-Johnson Santa Clara Unified School District, Santa Clara, CA 95051 (Submitted October 1987) Repeating decimals show a surprisingly rich variety of number sequence patterns when their repetends are viewed in retrograde fashion, reading from the rightmost digit of the repeating cycle towards the left. They contain geometric sequences as well as Fibonacci numbers generated by an application of Pascal*s triangle. Further, fractions whose repetends end with successive terms of Fnm , m = 1, 2, ..., occurring in repeating blocks of k digits, are completely characterized, as well as fractions ending with Fnm+p or Lnm+p, th where Fn is the n Fibonacci number, F1 = 1, F2 = 1, Fn+i = Fn + Fn_19 th and Ln is the n Lucas number, 1. The Pascal Connection It is no surprise that 1/89 contains the sum of successive Fibonacci num- bers in its decimal expansion [2], [3], [4], [5], as 1/89 = .012358 13 21 34 However, 1/89 can also be expressed as the sum of successive powers of 11, as 1/89 = .01 .0011 .000121 .00001331 .0000014641 where 1/89 = 1/102 + ll/lO4 + 1'12/106 + ..., which is easily shown by summing the geometric progression. If the array above had the leading zeros removed and was left-justified, we would have Pascal's triangle in a form where the Fibonacci numbers arise as the sum of the rising diagonals. Notice that llk generates rows of Pascal's triangle, and that the columns of the array expressing 1/89 are the diagonals of Pascal's triangle.
    [Show full text]
  • A NOTE on BICOMPLEX FIBONACCI and LUCAS NUMBERS Semra
    International Journal of Pure and Applied Mathematics Volume 120 No. 3 2018, 365-377 ISSN: 1311-8080 (printed version); ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu AP doi: 10.12732/ijpam.v120i3.7 ijpam.eu A NOTE ON BICOMPLEX FIBONACCI AND LUCAS NUMBERS Semra Kaya Nurkan1 §, Ilkay˙ Arslan G¨uven2 1Department of Mathematics U¸sak University 64200, U¸sak, TURKEY 2Department of Mathematics Gaziantep University 27310, Gaziantep, TURKEY Abstract: In this study, we define a new type of Fibonacci and Lucas numbers which are called bicomplex Fibonacci and bicomplex Lucas numbers. We obtain the well-known properties e.g. D’ocagnes, Cassini, Catalan for these new types. We also give the identities of negabicomplex Fibonacci and negabicomplex Lucas numbers, Binet formulas and relations of them. AMS Subject Classification: 11B39, 11E88, 11R52 Key Words: Fibonacci numbers, Lucas numbers, bicomplex numbers 1. Introduction Fibonacci numbers are invented by Italian mathematician Leonardo Fibonacci when he wrote his first book Liber Abaci in 1202 contains many elementary problems, including famous rabbit problem. The Fibonacci numbers are the numbers of the following integer sequence; 1, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, ... The sequence of Fibonacci numbers which is denoted by Fn is defined as the Received: February 21, 2017 c 2018 Academic Publications, Ltd. Revised: March 28, 2018 url: www.acadpubl.eu Published: December 4, 2018 §Correspondence author 366 S.K. Nurkan, I.A.˙ G¨uven linear reccurence relation Fn = Fn−1 + Fn−2 with F = F = 1 and n Z. Also as a result of this relation we can define F = 1 2 ∈ 0 0.
    [Show full text]
  • On Repdigits As Sums of Fibonacci and Tribonacci Numbers
    S S symmetry Article On Repdigits as Sums of Fibonacci and Tribonacci Numbers Pavel Trojovský Department of Mathematics, Faculty of Science, University of Hradec Králové, 500 03 Hradec Králové, Czech Republic; [email protected]; Tel.: +42-049-333-2860 Received: 17 September 2020; Accepted: 21 October 2020; Published: 26 October 2020 Abstract: In this paper, we use Baker’s theory for nonzero linear forms in logarithms of algebraic numbers and a Baker-Davenport reduction procedure to find all repdigits (i.e., numbers with only one distinct digit in its decimal expansion, thus they can be seen as the easiest case of palindromic numbers, which are a “symmetrical” type of numbers) that can be written in the form Fn + Tn, for some n ≥ 1, where (Fn)n≥0 and (Tn)n≥0 are the sequences of Fibonacci and Tribonacci numbers, respectively. Keywords: Diophantine equations; repdigits; Fibonacci; Tribonacci; Baker’s theory MSC: 11B39; 11J86 1. Introduction A palindromic number is a number that has the same form when written forwards or backwards, i.e., of the form c1c2c3 ... c3c2c1 (thus it can be said that they are “symmetrical” with respect to an axis of symmetry). The first 19th palindromic numbers are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 22, 33, 44, 55, 66, 77, 88, 99 and clearly they are a repdigits type. A number n is called repdigit if it has only one repeated digit in its decimal expansion. More precisely, n has the form ! 10` − 1 n = a , 9 for some ` ≥ 1 and a 2 [1, 9] (as usual, we set [a, b] = fa, a + 1, ..
    [Show full text]
  • The Power of 2 Dividing the Coefficients of Certain Power Series F
    THE POWER OF 2 DIVIDING THE COEFFICIENTS OF CERTAIN POWER SERIES F. T. Howard Wake Forest University, Box 7388 Reynolda Station, Winston-Salem, NC 27109 (Submitted August 1999-Final Revision January 2000) 1. INTRODUCTION In this paper we prove a conjecture of Barrucand [1] concerning the highest power of 2 dividing the coefficients of certain formal power series. We also prove a more general result, and we give examples involving the convolved Fibonacci numbers, the convolved generalized Fibo- nacci numbers, and the Bernoulli numbers (of the first and second kinds) of higher order. The writer believes that all of the results are new. With the definitions of v(r) and S(n) given below (Definitions 2.1 and 2.2, respectively), the conjecture can be stated as follows. Theorem 1.1 (Barrucand's Conjecture): Let be a formal power series with h0 = 1, v(h^) = \ and v(hn) > 1 for n > 1. Define an by Then a0 = 1, and v(an) = S(n) for n>0. Our main result, Theorem 4.1, generalizes Theorem 1.1 to series of the form [H(2kx)J, where r is rational and 2k (k > 1) is the highest power of 2 dividing the denominator of r. A summary by sections follows. Section 2 is a preliminary section in which we state the basic definitions and lemmas that are needed. In Section 3 we furnish a proof of Theorem 1.1, and give three examples. The first example provides a new proof of a well-known formula for the highest power of 2 dividing n\.
    [Show full text]
  • On Fibonacci Numbers Which Are Elliptic Korselt Numbers
    ON FIBONACCI NUMBERS WHICH ARE ELLIPTIC KORSELT NUMBERS FLORIAN LUCA AND PANTELIMON STANIC˘ A˘ p Abstract. Here, we show that if E is a CM elliptic curve with CM field Q( −d), then thep set of n for which the nth Fibonacci number Fn satisfies an elliptic Korselt criterion for Q( −d) (defined in the paper) is of asymptotic density zero. 1. Introduction Let b ≥ 2 be an integer. A composite integer n is a pseudoprime to base b if the congruence bn ≡ b (mod n) holds. There are infinitely many pseudoprimes with respect to any base b, but they are less numerous than the primes. That is, putting πb(x) for the number of base b pseudoprimes n ≤ x, a result of Pomerance [9] shows that the inequality 1=2 πb(x) ≤ x=L(x) where L(X) = exp (log x log log log x= log log x) 1+o(1) holds for all sufficiently large x. It is conjectured that πb(x) = x=L(x) as x ! 1. Let fFngn≥0 be the sequence of Fibonacci numbers Fn+1 = Fn + Fn−1 for n ≥ 1 with F0 = 0;F1 = 1, and fLngn≥0 be its companion Lucas sequence satisfying the same recurrence with initial conditions, L0 = 2;L1 = 1. For the Fibonacci sequence fFngn≥1 is was shown in [7] that the set of n ≤ x such that Fn is a prime or a base b pseudoprime is of asymptotic density zero. More precisely, it was shown that the number of such n ≤ x is at most 5x= log x if x is sufficiently large.
    [Show full text]
  • Domino Tilings and Products of Fibonacci and Pell Numbers
    1 2 Journal of Integer Sequences, Vol. 5 (2002), 3 Article 02.1.2 47 6 23 11 Domino Tilings and Products of Fibonacci and Pell Numbers James A. Sellers Department of Mathematics The Pennsylvania State University 107 Whitmore Lab University Park, PA 16802 [email protected] Abstract In this brief note, we prove a result which was \accidentally" found thanks to Neil Sloane's Online Encyclopedia of Integer Sequences. Namely, we prove via elementary techniques that th the number of domino tilings of the graph W4 £ Pn¡1 equals fnpn; the product of the n Fibonacci number and the nth Pell number. 1 Introduction Recently I received an electronic mail message [1] in which I was noti¯ed that a pair of duplicate sequences existed in Neil Sloane's Online Encyclopedia of Integer Sequences [3]. This involved sequence A001582 and the former sequence A003763. One of these sequences was described as the product of Fibonacci and Pell numbers, while the other was the number of domino tilings of the graph W4 £ Pn¡1: I soon noti¯ed Neil Sloane of this fact and he promptly combined the two sequence entries into one entry, A001582. Upon combining these two entries, he also noted that it was not o±cially a theorem (that the product of the Fibonacci and Pell numbers was always equal to the number of domino tilings of W4 £ Pn¡1), but that is was \certainly true." 1 The primary goal of this short note is to prove this result so that its status is indeed a theorem.
    [Show full text]