The Value of the Zeta Function at an Odd Argument

Size: px
Start display at page:

Download "The Value of the Zeta Function at an Odd Argument"

Transcription

1 International Journal of Mathematics and Computer Science, 4(009), no., 0 The Value of the Zeta Function at an Odd Argument M CS Badih Ghusayni Department of Mathematics Faculty of Science- Lebanese University Hadath, Lebanon badih@future-in-tech.net Abstract For over 00 years the values of the zeta function at odd integers greater than or equal to have remained a mystery. The PSLQ algorithm which is implemented in the Computer Algebra System Maple is considered one of the top ten algorithms of the 0th Century. We employ PSLQ to discover an Euler-type identity for such an odd argument. Introduction z The function clearly has its nearest singularities at z = πi and e z z = πi and so is analytic in the disk z < π. Therefore we can represent it z there as = z B n e z n. In the coefficients n! B ns are nothing but the Bernoulli 0 numbers the first of which are B 0 =,B =,B =,B 6 = 0,B 4 =,B 0 5 = 0,B 6 =,B 4 7 = 0,B 8 =,B 0 9 = 0 and B 0 = 5. Now let us 66 t prove, in general, that B k+ = 0 for k =,,,... First, + t = t coth t e t t is an even function. Next, coth t = 0 B n tn + t = n! n=0,n B n tn. n! Now replacing t with t we get t coth t = n=0,n ( )n t B n n. Therefore, n! ( ) n B n = B n for n = 0,,, 4,... which for odd n = k + implies the result. The Riemann Zeta function ζ is defined by ζ(z) = z = x + iy. Now k z = e z log k = e x log k = k x. So the series k= k z k=. Set k z converges absolutely in the half-plane x >. Moreover, by Weierstrass test, this series Key words and phrases: Zeta function, Euler, Integer relations, PSLQ Algorithm, Maple. AMS (MOS) Subject Classifications: Primary M06, 68W0; Secondary G55, B68. ISSN c 009,

2 B. Ghusayni converges uniformly on every compact subset of this half-plane. This function can be continued analytically to all complex z (For z =, the series is the harmonic series which diverges to infinity. As a result, the zeta function is a meromorphic function of the complex variable z, which is analytic everywhere except for a simple pole at z = with residue.) For completeness we mention the known results ζ(0) = and ζ( n) = B n+ for natural numbers n. In particular, ζ( n) = 0 for natural numbers n, (these are called the trivial zeros of the zeta function) and ζ( n+ n) = B n. Moreover, as an aside, we state the following interesting n result [5] : ζ( ) = ( + ) ( ) n. For a more interesting stuff, Euler, one of the most celebrated mathematicians of all times, showed that n ζ(n) = ( )n n B n π n (for a proof see for instance [7], pp It (n)! must be noted that Euler (707 78) had considered the zeta function only as a real function whereas Riemann (86 866) had examined it as a complex function in his masterpiece On the number of primes less than a given magnitude where also he stated his famous conjecture that all non-trivial (Riemann Hypothesis)). zeros of the zeta function lie on the line x = Thus, for example, = π, k 6 = π4, k 4 90 = π6, k = k π6. However, Euler was unable to prove any similar results for odd arguments but conjectured [6] that ζ() := k= = α(ln ) + k β π ln, where α and β are rational numbers. For over 00 years the exact 6 value of the convergent series k= following interesting results: ζ() = 5(ln + 5) π ln n= (Landen [], 780); ζ() = 7π 80 n= ζ() = 5 n= ζ() = 8 7 ( ) n n ( n ( (ln ) + n= n (e nπ ) has remained a mystery despite the k (Lerch [], 90); n ( + 5 ) n (R. Apéry [], 979) n ) ) ( ln + ) (W. Janous [0], 006) n n n Remark.. This author categorized Janous formula as an interesting one for the following reasons: Clearly the numerical series ln n= and n n n= are series of positive n n terms which converge by the comparison test with the series n= and n

3 The Value of the Zeta Function at an Odd Argument n= respectively. Thus ζ() = 8 (ln ) n 7 Using the well-known formula n= n= (ln ) ln n n = π + 8 n n 7 n=, we finally get ζ() =. n n 4 (ln ) + π ln n= which in this derived form, to this author s n n knowledge, is the closest to the above-mentioned Euler s conjecture. PSLQ in Action In [], this author obtained the following result ζ() = 8 π + 4 π (n ) 4 n ( n n ). We improve our result by using, as a tool, the most efficient algorithm available at this time which is the PSLQ Integer Relation Algorithm and which is implemented in Maple (The PSLQ Algorithm, due to mathematician Helaman Ferguson, was featured in Science (October 006) as the best-known integer relation algorithm and was named by Computing in Science and Engineering (January 000) as one of the top ten algorithms of the 0th century []). Definitions. Let r R n be a given vector. We say that the vector n c Z n is an integer relation for r if c k r k = 0 with at least one non-zero c k. An integer relation algorithm searches therefore for such a non-zero vector c. The PSLQ algorithm either finds the integers or obtains lower bounds on the sizes of coefficients for which such a relation is valid. Usually, a high degree of numerical precision is needed for PSLQ to run efficiently. Otherwise, large coefficients result suggesting failure in discovering a relation. Let us try to discover the familiar identity cos(x) = 4 cos x cos x, to familiarize ourselves with the process (The function cos[(n )x] can be written as a linear combination of odd powers cosx,..., cos n x): > with(integerrelations):digits:=50; x := sqrt()/; > PSLQ([cos( x),seq(cos(x) ( j ),j =..5)]); [,, 4, 0, 0, 0] Note that the point of the PSLQ algorithm is to find vectors whose components are small. As a result, we can write cos(x) + cosx 4 cos x = 0; that is, cos(x) = 4 cos x cos x. Let us confirm our result experimentally

4 4 B. Ghusayni with another value of x: > with(integerrelations):digits:=50; x := 0.5; > PSLQ([cos( x),seq(cos(x) ( j ),j =..5)]); [,, 4, 0, 0, 0] Our idea is now to use the PSLQ algorithm to experimentally find an integer relation among carefully selected series whereas if we suspect a series can be expressed as a rational linear combination of other series, then we evaluate all of these series at some random value. Afterwards, to confirm our result-still experimentally-we use the PSLQ algorithm at another value to produce another set of coefficients. If our second response is a scaled version of the first one, then we conjecture that such a relation has been found. Finally, we prove our conjecture mathematically. Here is an illustration of PSLQ on something we know involving series: >with(integerrelations): Digits:=50; Digits := 50 > x := sqrt()/; x := > PSLQ([sum(/( n ),n =..infinity),seq(cos(x) ( j ), j =..5)]); (That was an intentional random application resulting in large numbers) [ , , , , 8087, 6967] > PSLQ([sum(/n,n =..infinity), (ln()),pi ]); (That was an intentional application resulting in expected small numbers) [ 6, 0, ] > PSLQ([sqrt() Pi,sum(/n,n =..infinity),sum(/(n binomial( n,n)),n =..infinity),sum(sqrt() Pi /( n ),n =..infinity)]); [, 6, 7, 7] Let us confirm our result experimentally with another value of x: > with(integerrelations):digits:=50; Digits := 50

5 The Value of the Zeta Function at an Odd Argument 5 > x := 0.45; x := 0.45 > PSLQ([sqrt() Pi,sum(/n,n =..infinity),sum(/(n binomial( n,n)),n =..infinity),sum(sqrt() Pi /( n ),n =..infinity)]); [, 6, 7, 7] The discovered identity via PSLQ is: π + 6 n= n + 7 n ( n n ) 7 π n= n= (n ) = 0 (a mathematical proof of this was supplied by this author in [8].) New Result >with(integerrelations):digits:=0; x := sqrt()/; t := ln() ; u := sqrt() Pi;v := sum(/(n binomial( n,n)),n =..infinity);pslq([t,u,v,sum(pi sqrt() /( n + ),n = 0..infinity)]); Digits := 0 x := t := ln() u := π v := hypergeom([,,, ], [,, ], 4 ) [7, 9, 0, 6] Let us confirm our result experimentally with another value of x: >with(integerrelations):digits:=0; Digits := 0 > x:= ; x :=

6 6 B. Ghusayni t := ln() ;u := sqrt() Pi;v := sum(/(n binomial( n,n)),n =..inf inity); P SLQ([t, u, v, sum(sqrt() P i /(( n+) ), n = 0..inf inity)]); t := ln() u := π v := hypergeom([,,, ], [,, ], 4 ) [7, 9, 0, 6] The discovered identity, using PSLQ, is 7 ln 9 π + 6 π (n ) = 0. 4 General Results Recall that ζ() = 7π 80 n=. In this section we use PSLQ to n (e nπ ) try to get results of this type for odd values other than : Let us start with 5 : >with(integerrelations):digits:=50; Digits := 50 > x := sqrt()/; x := > PSLQ([sum(/n 5,n =..infinity),pi 5,sum(/(n 5 (exp( Pi n) )),n =..infinity)]); [ , , ] > PSLQ([sum(/n 5,n =..infinity),pi 5,sum(/(n 5 (exp( Pi n) )),n =..infinity),sum(/(n 5 (exp( Pi n) + )),n =..infinity)]); [ 470, 5, 04, 84] > x := ; x :=

7 The Value of the Zeta Function at an Odd Argument 7 > PSLQ([sum(/n 5,n =..infinity),pi 5,sum(/(n 5 (exp( Pi n) )),n =..infinity),sum(/(n 5 (exp( Pi n) + )),n =..infinity)]); [ 470, 5, 04, 84] Thus 470 n= + 5π 5 04 n 5 n= Consequently, ζ(5) = 94 π5 7 5 n= Now for ζ(7) : >with(integerrelations):digits:=50; Digits := n 5 (e πn ) n= n 5 (e πn ) 5 n= = 0. n 5 (e πn +). n 5 (e πn +) > x := sqrt()/; x := > PSLQ([sum(/n 7,n =..infinity),pi 7,sum(/(n 7 (exp( Pi n) )),n =..infinity)]); > x := 0.456; [ 56700, 9, 400] x := > PSLQ([sum(/n 7,n =..infinity),pi 7,sum(/(n 7 (exp( Pi n) )),n =..infinity)]); Thus n= [ 56700, 9, 400] = 0. Consequently, n 5 (e πn ) ζ(7) = π7 n=. The following is an interesting result of Lerch in 90 from which our PSLQ-discovered formula for ζ(7) follows immediately by taking n = : + 9π n 7 n= n 7 (e πn ) Theorem 4.. [] If n is an ODD positive integer, then ζ(n + ) = (π)n+ k= n+ ( ) k+ B k B n+ k (k)! (n + k)! k n+ (e πk ).

8 8 B. Ghusayni (This result can be easily phrased as: If n is an ANY positive integer, then ζ(4n + ) = (π)4n+ k= n+ ( ) k+ B k B 4n+4 k (k)! (4n + 4 k)! k 4n+ (e πk ).) The following result was stated by Ramanujan and later proved by others including Grosswald [9]: Theorem 4.. [] Let n be a positive integer and α and β are positive numbers with αβ = π. Then α { n ζ(n+)+ k= + n n+ k n+ (e kα ) } = ( )n β { n ζ(n+)+ k= ( ) k+ B k B n+ k (k)! (n + k)! αn+ k β k k n+ (e kβ ) } Remark 4.. Lerch s result follows easily from Ramanujan s result by taking α = β = π. However, our PSLQ-discovered formula for ζ(5) does not follow from Ramanujan s formula as it yields 0 = 0 for n =. As Lerch s formula covers the cases ζ(),ζ(7),ζ(),ζ(5),ζ(9),...; that is, ζ(4n+),n = 0,,,,..., our interest is now shifted towards a formula complementing those to cover the remaining cases ζ(5),ζ(9),ζ(),ζ(7),...; that is, ζ(4n + ),n =,,,... Even though the following interesting two formula were mentioned in [4] and [] respectively, our PSLQ-discovered formula for ζ(5) is still obviously not an outcome of them due to the last terms in them: ζ(4n + ) = (π)4n+ k= n+ n ζ(4n + ) = (π)4n+ n k 4n+ (e πk ) π n n+ n k= B 4n+ k ( ) k+ (k ) B k (k)! (4n + k)! k= k= k 4n sinh (πk) B k B 4n+ k ( ) k+ (k )! (4n + k)! (πk + n)e πk n k 4n+ (e kπ ).

9 The Value of the Zeta Function at an Odd Argument 9 5 Complementary formula The result that we are looking for generalizing the PSLQ-discovered formula for ζ(5) is [ + ( 4) n 4n+ ]ζ(4n + ) n = (π) 4n+ ( 4) k+n B n+ 4k B 4n+ 4k (4k)! (4n + 4k)! + (π)4n+ ( 4) k B k B 4n+ k (k)! (4n + k)! +[ 4n+ ( 4) n ] and is proved in [4]. k= k 4n+ (e kπ ) + k 4n+ (e kπ + ) Remark 5.. Even though the preceding formulas go in a direction different from the previous section and do not find the exact values of the zeta function at all odd values, they seem to be the best available general results so far. Acknowledgment. This research was partially supported financially by the National Council for Scientific Research-Lebanon. k= References [] R. Apéry, Irrationalité de ζ() et ζ(), Astérisque 6 (979),. [] D. H. Bailey, Integer Relation Detection, Computing in Science and Engineering, () (99), 4 8. [] D. H. Bailey, J. M. Borwein, R. E. Crandall, On the Khintchine Constant, Math. Computation, 66 (7) (997), [4] B. C. Berndt, Modular Transformations and Generalizations of Several Formulae of Ramanujan, Rocky Mt. J. Math., 7 (977), [5] B. C. Berndt, The Sum N log k k= (Problem 67 in Problems and Solutions), Amer. Math. Monthly, 90, No. 6, (98), k 4. [6] William Dunham, Euler: The master of us all, Mathematical Association of America, 999, 60(Also Euler, Opera Omnia, Ser., Vol. 4, 4 44).

10 0 B. Ghusayni [7] B. N. Ghusayni, Number Theory from an analytic point of view, 00. [8] B. N. Ghusayni, Exploring new identities with Maple as a tool, WSEAS Transactions on Information Science and Applications, (5) (004), [9] E. Grosswald, Comments on some formulae of Ramanujan, Acta. Arith., (97), 5-4. [0] W. Janous, Around Apéry s constant, J. Inequal. Pure Appl. Math., 7 () (006), Article 5, 8pp. [] J. Landen, Mathematical Memoirs, :8 (780) [] M. Lerch, Sur la fonction ζ(s) pour valeurs impaires d argument, J. Sci. Math. Astron., Pub. pelo Dr. F. Gomes Teixeira, Coimbra, 4 (90), [] S. Ramanujan, Notebooks of Srinivasa Ramanujan ( vols.), Tata Institute of Fundamental Research, Bombay, 957 (Vol. I, no.5, 59; Vol. II, no., 7) [4] L. Vepstas, On Plouffe s Ramanujan Identities, Arxiv preprint math/ , 006.

Formulas for Odd Zeta Values and Powers of π

Formulas for Odd Zeta Values and Powers of π 3 47 6 3 Journal of Integer Sequences, Vol. 4 (0), Article..5 Formulas for Odd Zeta Values and Powers of π Marc Chamberland and Patrick Lopatto Department of Mathematics and Statistics Grinnell College

More information

The Riemann and Hurwitz zeta functions, Apery s constant and new rational series representations involving ζ(2k)

The Riemann and Hurwitz zeta functions, Apery s constant and new rational series representations involving ζ(2k) The Riemann and Hurwitz zeta functions, Apery s constant and new rational series representations involving ζ(k) Cezar Lupu 1 1 Department of Mathematics University of Pittsburgh Pittsburgh, PA, USA Algebra,

More information

Bernoulli Numbers and their Applications

Bernoulli Numbers and their Applications Bernoulli Numbers and their Applications James B Silva Abstract The Bernoulli numbers are a set of numbers that were discovered by Jacob Bernoulli (654-75). This set of numbers holds a deep relationship

More information

Convergence of Some Divergent Series!

Convergence of Some Divergent Series! Convergence of Some Divergent Series! T. Muthukumar tmk@iitk.ac.in 9 Jun 04 The topic of this article, the idea of attaching a finite value to divergent series, is no longer a purely mathematical exercise.

More information

Analytic Aspects of the Riemann Zeta and Multiple Zeta Values

Analytic Aspects of the Riemann Zeta and Multiple Zeta Values Analytic Aspects of the Riemann Zeta and Multiple Zeta Values Cezar Lupu Department of Mathematics University of Pittsburgh Pittsburgh, PA, USA PhD Thesis Overview, October 26th, 207, Pittsburgh, PA Outline

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

The Analytic and Arithmetic Mystery of Riemann s Zeta Function at Positive Integers

The Analytic and Arithmetic Mystery of Riemann s Zeta Function at Positive Integers The Analytic and Arithmetic Mystery of Riemann s Zeta Function at Positive Integers Hojoo Lee School of Mathematics, KIAS. Introduction The fundamental theorem of arithmetic (also known as the unique prime

More information

1. Introduction This paper investigates the properties of Ramanujan polynomials, which, for each k 0, the authors of [2] define to be

1. Introduction This paper investigates the properties of Ramanujan polynomials, which, for each k 0, the authors of [2] define to be ZEROS OF RAMANUJAN POLYNOMIALS M. RAM MURTY, CHRIS SMYTH, AND ROB J. WANG Abstract. In this paper, we investigate the properties of Ramanujan polynomials, a family of reciprocal polynomials with real coefficients

More information

IDENTITIES ABOUT INFINITE SERIES CONTAINING HYPERBOLIC FUNCTIONS AND TRIGONOMETRIC FUNCTIONS. Sung-Geun Lim

IDENTITIES ABOUT INFINITE SERIES CONTAINING HYPERBOLIC FUNCTIONS AND TRIGONOMETRIC FUNCTIONS. Sung-Geun Lim Korean J. Math. 19 (2011), No. 4, pp. 465 480 IDENTITIES ABOUT INFINITE SERIES CONTAINING HYPERBOLIC FUNCTIONS AND TRIGONOMETRIC FUNCTIONS Sung-Geun Lim Abstract. B. C. Berndt established many identities

More information

NOTES ON RIEMANN S ZETA FUNCTION. Γ(z) = t z 1 e t dt

NOTES ON RIEMANN S ZETA FUNCTION. Γ(z) = t z 1 e t dt NOTES ON RIEMANN S ZETA FUNCTION DRAGAN MILIČIĆ. Gamma function.. Definition of the Gamma function. The integral Γz = t z e t dt is well-defined and defines a holomorphic function in the right half-plane

More information

An Euler-Type Formula for ζ(2k + 1)

An Euler-Type Formula for ζ(2k + 1) An Euler-Type Formula for ζ(k + ) Michael J. Dancs and Tian-Xiao He Department of Mathematics and Computer Science Illinois Wesleyan University Bloomington, IL 670-900, USA Draft, June 30th, 004 Abstract

More information

Integer Relation Methods : An Introduction

Integer Relation Methods : An Introduction Integer Relation Methods : An Introduction Special Session on SCIENTIFIC COMPUTING: July 9 th 2009 Jonathan Borwein, FRSC www.carma.newcastle.edu.au/~jb616 Laureate Professor University of Newcastle, NSW

More information

Some theorems on the explicit evaluations of singular moduli 1

Some theorems on the explicit evaluations of singular moduli 1 General Mathematics Vol 17 No 1 009) 71 87 Some theorems on the explicit evaluations of singular moduli 1 K Sushan Bairy Abstract At scattered places in his notebooks Ramanujan recorded some theorems for

More information

Applications of Fourier Series and Zeta Functions to Genocchi Polynomials

Applications of Fourier Series and Zeta Functions to Genocchi Polynomials Appl. Math. Inf. Sci., No. 5, 95-955 (8) 95 Applied Mathematics & Information Sciences An International Journal http://d.doi.org/.8576/amis/58 Applications of Fourier Series Zeta Functions to Genocchi

More information

An Interesting q-continued Fractions of Ramanujan

An Interesting q-continued Fractions of Ramanujan Palestine Journal of Mathematics Vol. 4(1 (015, 198 05 Palestine Polytechnic University-PPU 015 An Interesting q-continued Fractions of Ramanujan S. N. Fathima, T. Kathiravan Yudhisthira Jamudulia Communicated

More information

RAMANUJAN: A TALE OF TWO EVALUATIONS

RAMANUJAN: A TALE OF TWO EVALUATIONS ROCKY MOUNTAIN JOURNAL OF MATHEMATICS Volume 46, Number 3, 06 RAMANUJAN: A TALE OF TWO EVALUATIONS DONALD J. MANZOLI ABSTRACT. In 887, beneath a canopy of stars, Srinivasa Ramanujan commenced his brief

More information

Irrationality exponent and rational approximations with prescribed growth

Irrationality exponent and rational approximations with prescribed growth Irrationality exponent and rational approximations with prescribed growth Stéphane Fischler and Tanguy Rivoal June 0, 2009 Introduction In 978, Apéry [2] proved the irrationality of ζ(3) by constructing

More information

Considering our result for the sum and product of analytic functions, this means that for (a 0, a 1,..., a N ) C N+1, the polynomial.

Considering our result for the sum and product of analytic functions, this means that for (a 0, a 1,..., a N ) C N+1, the polynomial. Lecture 3 Usual complex functions MATH-GA 245.00 Complex Variables Polynomials. Construction f : z z is analytic on all of C since its real and imaginary parts satisfy the Cauchy-Riemann relations and

More information

Needles and Numbers. The Buffon Needle Experiment

Needles and Numbers. The Buffon Needle Experiment eedles and umbers This excursion into analytic number theory is intended to complement the approach of our textbook, which emphasizes the algebraic theory of numbers. At some points, our presentation lacks

More information

VII.8. The Riemann Zeta Function.

VII.8. The Riemann Zeta Function. VII.8. The Riemann Zeta Function VII.8. The Riemann Zeta Function. Note. In this section, we define the Riemann zeta function and discuss its history. We relate this meromorphic function with a simple

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

4 Uniform convergence

4 Uniform convergence 4 Uniform convergence In the last few sections we have seen several functions which have been defined via series or integrals. We now want to develop tools that will allow us to show that these functions

More information

arxiv: v2 [math.nt] 19 Apr 2017

arxiv: v2 [math.nt] 19 Apr 2017 Evaluation of Log-tangent Integrals by series involving ζn + BY Lahoucine Elaissaoui And Zine El Abidine Guennoun arxiv:6.74v [math.nt] 9 Apr 7 Mohammed V University in Rabat Faculty of Sciences Department

More information

Beukers integrals and Apéry s recurrences

Beukers integrals and Apéry s recurrences 2 3 47 6 23 Journal of Integer Sequences, Vol. 8 (25), Article 5.. Beukers integrals and Apéry s recurrences Lalit Jain Faculty of Mathematics University of Waterloo Waterloo, Ontario N2L 3G CANADA lkjain@uwaterloo.ca

More information

THE DIRICHLET DIVISOR PROBLEM, BESSEL SERIES EXPANSIONS IN RAMANUJAN S LOST NOTEBOOK, AND RIESZ SUMS. Bruce Berndt

THE DIRICHLET DIVISOR PROBLEM, BESSEL SERIES EXPANSIONS IN RAMANUJAN S LOST NOTEBOOK, AND RIESZ SUMS. Bruce Berndt Title and Place THE DIRICHLET DIVISOR PROBLEM, BESSEL SERIES EXPANSIONS IN RAMANUJAN S LOST NOTEBOOK, AND RIESZ SUMS Bruce Berndt University of Illinois at Urbana-Champaign IN CELEBRATION OF THE 80TH BIRTHDAY

More information

A New Kind of Science: Ten Years Later

A New Kind of Science: Ten Years Later A New Kind of Science: Ten Years Later David H. Bailey May 7, 202 It has been ten years since Stephen Wolfram published his magnum opus A New Kind of Science [4]. It is worth re-examining the book and

More information

MATH5685 Assignment 3

MATH5685 Assignment 3 MATH5685 Assignment 3 Due: Wednesday 3 October 1. The open unit disk is denoted D. Q1. Suppose that a n for all n. Show that (1 + a n) converges if and only if a n converges. [Hint: prove that ( N (1 +

More information

The real primes and the Riemann hypothesis. Jamel Ghanouchi. Ecole Supérieure des Sciences et Techniques de Tunis.

The real primes and the Riemann hypothesis. Jamel Ghanouchi. Ecole Supérieure des Sciences et Techniques de Tunis. The real primes and the Riemann hypothesis Jamel Ghanouchi Ecole Supérieure des Sciences et Techniques de Tunis Jamel.ghanouchi@live.com bstract In this paper, we present the Riemann problem and define

More information

A P-ADIC SUPERCONGRUENCE CONJECTURE OF VAN HAMME

A P-ADIC SUPERCONGRUENCE CONJECTURE OF VAN HAMME A P-ADIC SUPERCONGRUENCE CONJECTURE OF VAN HAMME ERIC MORTENSON Abstract. In this paper we prove a p-adic supercongruence conjecture of van Hamme by placing it in the context of the Beuers-lie supercongruences

More information

arxiv: v2 [math.nt] 28 Feb 2010

arxiv: v2 [math.nt] 28 Feb 2010 arxiv:002.47v2 [math.nt] 28 Feb 200 Two arguments that the nontrivial zeros of the Riemann zeta function are irrational Marek Wolf e-mail:mwolf@ift.uni.wroc.pl Abstract We have used the first 2600 nontrivial

More information

Riemann s Zeta Function and the Prime Number Theorem

Riemann s Zeta Function and the Prime Number Theorem Riemann s Zeta Function and the Prime Number Theorem Dan Nichols nichols@math.umass.edu University of Massachusetts Dec. 7, 2016 Let s begin with the Basel problem, first posed in 1644 by Mengoli. Find

More information

ON EVALUATION OF RIEMANN ZETA FUNCTION ζ(s) 1. Introduction. It is well-known that the Riemann Zeta function defined by. ζ(s) = n s, R(s) > 1 (2)

ON EVALUATION OF RIEMANN ZETA FUNCTION ζ(s) 1. Introduction. It is well-known that the Riemann Zeta function defined by. ζ(s) = n s, R(s) > 1 (2) ON EVALUATION OF RIEMANN ZETA FUNCTION ζ(s) QIU-MING LUO, BAI-NI GUO, AND FENG QI Abstract. In this paper, by using Fourier series theory, several summing formulae for Riemann Zeta function ζ(s) and Dirichlet

More information

Yet another failed attempt to prove the Irrationality of ζ(5)

Yet another failed attempt to prove the Irrationality of ζ(5) Yet another failed attempt to prove the Irrationality of ζ5 Abstract Introduction The irrationality of the values of the Riemann zeta function at even integers has been known since Euler. However, for

More information

Proof of Lagarias s Elementary Version of the Riemann Hypothesis.

Proof of Lagarias s Elementary Version of the Riemann Hypothesis. Proof of Lagarias s Elementary Version of the Riemann Hypothesis. Stephen Marshall 27 Nov 2018 Abstract The Riemann hypothesis is a conjecture that the Riemann zeta function has its zeros only at the negative

More information

The completed zeta function and the Riemann Hypothesis

The completed zeta function and the Riemann Hypothesis International Journal of Mathematics and Computer Science, 9(04), no., 3 48 M CS The completed zeta function and the Riemann Hypothesis Badih Ghusayni Department of Mathematics Faculty of Science- Lebanese

More information

ON THE TAYLOR COEFFICIENTS OF THE HURWITZ ZETA FUNCTION

ON THE TAYLOR COEFFICIENTS OF THE HURWITZ ZETA FUNCTION ON THE TAYLOR COEFFICIENTS OF THE HURWITZ ZETA FUNCTION Khristo N. Boyadzhiev Department of Mathematics, Ohio Northern University, Ada, Ohio, 45810 k-boyadzhiev@onu.edu Abstract. We find a representation

More information

Mathematics 324 Riemann Zeta Function August 5, 2005

Mathematics 324 Riemann Zeta Function August 5, 2005 Mathematics 324 Riemann Zeta Function August 5, 25 In this note we give an introduction to the Riemann zeta function, which connects the ideas of real analysis with the arithmetic of the integers. Define

More information

The Prime Number Theorem

The Prime Number Theorem Chapter 3 The Prime Number Theorem This chapter gives without proof the two basic results of analytic number theory. 3.1 The Theorem Recall that if f(x), g(x) are two real-valued functions, we write to

More information

DIVISIBILITY AND DISTRIBUTION OF PARTITIONS INTO DISTINCT PARTS

DIVISIBILITY AND DISTRIBUTION OF PARTITIONS INTO DISTINCT PARTS DIVISIBILITY AND DISTRIBUTION OF PARTITIONS INTO DISTINCT PARTS JEREMY LOVEJOY Abstract. We study the generating function for (n), the number of partitions of a natural number n into distinct parts. Using

More information

Identities Inspired by the Ramanujan Notebooks Second Series

Identities Inspired by the Ramanujan Notebooks Second Series Identities Inspired by the Ramanujan Notebooks Second Series by Simon Plouffe First draft August 2006 Revised March 4, 20 Abstract A series of formula is presented that are all inspired by the Ramanujan

More information

M. S. Mahadeva Naika, S. Chandankumar and N. P. Suman (Received August 6, 2012)

M. S. Mahadeva Naika, S. Chandankumar and N. P. Suman (Received August 6, 2012) NEW ZEALAND JOURNAL OF MATHEMATICS Volume 42 2012, 157-175 CERTAIN NEW MODULAR IDENTITIES FOR RAMANUJAN S CUBIC CONTINUED FRACTION M. S. Mahadeva Naika, S. Chandankumar and N.. Suman Received August 6,

More information

arxiv: v3 [math.nt] 9 May 2011

arxiv: v3 [math.nt] 9 May 2011 ON HARMONIC SUMS AND ALTERNATING EULER SUMS arxiv:02.592v3 [math.nt] 9 May 20 ZHONG-HUA LI Department of Mathematics, Tongji University, No. 239 Siping Road, Shanghai 200092, China Graduate School of Mathematical

More information

Formulae for some classical constants

Formulae for some classical constants Formulae for some classical constants Alexandru Lupaş (to appear in Proceedings of ROGER-000 The goal of this paper is to present formulas for Apéry Constant, Archimede s Constant, Logarithm Constant,

More information

(Received: ) 1. Introduction

(Received: ) 1. Introduction The Mathematics Student, Vol. 77, Nos. 1-4(2008), 45-58 TRANSCENDENTAL NUMBERS AND ZETA FUNCTIONS M. RAM MURTY (Received: 07-04-2009) 1. Introduction The concept of number has formed the basis of civilzation

More information

Introduction to Diophantine methods: irrationality and transcendence

Introduction to Diophantine methods: irrationality and transcendence UNIVERSITY OF NATURAL SCIENCES HO CHI MINH City http://www.hcmuns.edu.vn/ September 2 October 4, 2007 Introduction to Diophantine methods: irrationality and transcendence Michel Waldschmidt, Professeur,

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

Hypergeometric series and the Riemann zeta function

Hypergeometric series and the Riemann zeta function ACTA ARITHMETICA LXXXII.2 (997) Hypergeometric series and the Riemann zeta function by Wenchang Chu (Roma) For infinite series related to the Riemann zeta function, De Doelder [4] established numerous

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

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

A Simple Counterexample to Havil s Reformulation of the Riemann Hypothesis

A Simple Counterexample to Havil s Reformulation of the Riemann Hypothesis A Simple Counterexample to Havil s Reformulation of the Riemann Hypothesis Jonathan Sondow 209 West 97th Street New York, NY 0025 jsondow@alumni.princeton.edu The Riemann Hypothesis (RH) is the greatest

More information

On the stirling expansion into negative powers of a triangular number

On the stirling expansion into negative powers of a triangular number MATHEMATICAL COMMUNICATIONS 359 Math. Commun., Vol. 5, No. 2, pp. 359-364 200) On the stirling expansion into negative powers of a triangular number Cristinel Mortici, Department of Mathematics, Valahia

More information

Relating log-tangent integrals with the Riemann zeta function arxiv: v1 [math.nt] 17 May 2018

Relating log-tangent integrals with the Riemann zeta function arxiv: v1 [math.nt] 17 May 2018 Relating log-tangent integrals with the Riemann zeta function arxiv:85.683v [math.nt] 7 May 8 Lahoucine Elaissaoui Zine El-Abidine Guennoun May 8, 8 Abstract We show that integrals involving log-tangent

More information

On the Representations of xy + yz + zx

On the Representations of xy + yz + zx On the Representations of xy + yz + zx Jonathan Borwein and Kwok-Kwong Stephen Choi March 13, 2012 1 Introduction Recently, Crandall in [3] used Andrews identity for the cube of the Jacobian theta function

More information

Series Acceleration Formulas for Dirichlet Series with Periodic Coefficients

Series Acceleration Formulas for Dirichlet Series with Periodic Coefficients P: GIB THE RAMANUJAN JOURNAL KL66-04 June 0, 00 0: THE RAMANUJAN JOURNAL, 6, 33 346, 00 c 00 Kluwer Academic Publishers. Manufactured in The Netherlands. Series Acceleration Formulas for Dirichlet Series

More information

Construction Of Binomial Sums For π And Polylogarithmic Constants Inspired By BBP Formulas

Construction Of Binomial Sums For π And Polylogarithmic Constants Inspired By BBP Formulas Applied Mathematics E-Notes, 77, 7-46 c ISSN 67-5 Available free at mirror sites of http://www.math.nthu.edu.tw/ amen/ Construction Of Binomial Sums For π And Polylogarithmic Constants Inspired By BBP

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

On Tornheim s double series

On Tornheim s double series ACTA ARITHMETICA LXXV.2 (1996 On Tornheim s double series by James G. Huard (Buffalo, N.Y., Kenneth S. Williams (Ottawa, Ont. and Zhang Nan-Yue (Beijing 1. Introduction. We call the double infinite series

More information

Chapter 1. Introduction to prime number theory. 1.1 The Prime Number Theorem

Chapter 1. Introduction to prime number theory. 1.1 The Prime Number Theorem Chapter 1 Introduction to prime number theory 1.1 The Prime Number Theorem In the first part of this course, we focus on the theory of prime numbers. We use the following notation: we write f( g( as if

More information

2 BORWEIN & BRADLEY Koecher's formula points up a potential problem with symbolic searching. Namely, negative results need to be interpreted carefully

2 BORWEIN & BRADLEY Koecher's formula points up a potential problem with symbolic searching. Namely, negative results need to be interpreted carefully SEARCHING SYMBOLICALLY FOR APERY-LIKE FORMULAE FOR VALUES OF THE RIEMANN ZETA FUNCTION Jonathan Borwein and David Bradley Abstract. We discuss some aspects of the search for identities using computer algebra

More information

Ramanujan s modular equations and Weber Ramanujan class invariants G n and g n

Ramanujan s modular equations and Weber Ramanujan class invariants G n and g n Bull. Math. Sci. 202) 2:205 223 DOI 0.007/s3373-0-005-2 Ramanujan s modular equations and Weber Ramanujan class invariants G n and g n Nipen Saikia Received: 20 August 20 / Accepted: 0 November 20 / Published

More information

SOME FORMULAS OF RAMANUJAN INVOLVING BESSEL FUNCTIONS. Henri Cohen

SOME FORMULAS OF RAMANUJAN INVOLVING BESSEL FUNCTIONS. Henri Cohen SOME FORMULAS OF RAMANUJAN INVOLVING BESSEL FUNCTIONS by Henri Cohen Abstract. We generalize a number of summation formulas involving the K-Bessel function, due to Ramanujan, Koshliakov, and others. Résumé.

More information

Diverse Factorial Operators

Diverse Factorial Operators Diverse Factorial Operators CLAUDE ZIAD BAYEH 1, 1 Faculty of Engineering II, Lebanese University EGRDI transaction on mathematics (00) LEBANON Email: claude_bayeh_cbegrdi@hotmail.com NIKOS E.MASTORAKIS

More information

Introduction on Bernoulli s numbers

Introduction on Bernoulli s numbers Introduction on Bernoulli s numbers Pascal Sebah and Xavier Gourdon numbers.computation.free.fr/constants/constants.html June 2, 2002 Abstract This essay is a general and elementary overview of some of

More information

Goldbach and twin prime conjectures implied by strong Goldbach number sequence

Goldbach and twin prime conjectures implied by strong Goldbach number sequence Goldbach and twin prime conjectures implied by strong Goldbach number sequence Pingyuan Zhou E-mail:zhoupingyuan49@hotmail.com Abstract In this note, we present a new and direct approach to prove the Goldbach

More information

MATH3500 The 6th Millennium Prize Problem. The 6th Millennium Prize Problem

MATH3500 The 6th Millennium Prize Problem. The 6th Millennium Prize Problem MATH3500 The 6th Millennium Prize Problem RH Some numbers have the special property that they cannot be expressed as the product of two smaller numbers, e.g., 2, 3, 5, 7, etc. Such numbers are called prime

More information

Irrationality of the Sums of Zeta Values

Irrationality of the Sums of Zeta Values Mathematical Notes, vol. 79, no. 4, 2006, pp. 561 571. Translated from Matematicheskie Zametki, vol. 79, no. 4, 2006, pp. 607 618. Original Russian Text Copyright c 2006 by T. Hessami Pilehrood, Kh. Hessami

More information

ζ (s) = s 1 s {u} [u] ζ (s) = s 0 u 1+sdu, {u} Note how the integral runs from 0 and not 1.

ζ (s) = s 1 s {u} [u] ζ (s) = s 0 u 1+sdu, {u} Note how the integral runs from 0 and not 1. Problem Sheet 3. From Theorem 3. we have ζ (s) = + s s {u} u+sdu, (45) valid for Res > 0. i) Deduce that for Res >. [u] ζ (s) = s u +sdu ote the integral contains [u] in place of {u}. ii) Deduce that for

More information

1. Introduction Interest in this project began with curiosity about the Laplace transform of the Digamma function, e as ψ(s + 1)ds,

1. Introduction Interest in this project began with curiosity about the Laplace transform of the Digamma function, e as ψ(s + 1)ds, ON THE LAPLACE TRANSFORM OF THE PSI FUNCTION M. LAWRENCE GLASSER AND DANTE MANNA Abstract. Guided by numerical experimentation, we have been able to prove that Z 8 / x x + ln dx = γ + ln) [cosx)] and to

More information

k 2r n k n n k) k 2r+1 k 2r (1.1)

k 2r n k n n k) k 2r+1 k 2r (1.1) J. Number Theory 130(010, no. 1, 701 706. ON -ADIC ORDERS OF SOME BINOMIAL SUMS Hao Pan and Zhi-Wei Sun Abstract. We prove that for any nonnegative integers n and r the binomial sum ( n k r is divisible

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

Absolute zeta functions and the absolute automorphic forms

Absolute zeta functions and the absolute automorphic forms Absolute zeta functions and the absolute automorphic forms Nobushige Kurokawa April, 2017, (Shanghai) 1 / 44 1 Introduction In this report we study the absolute zeta function ζ f (s) associated to a certain

More information

The Fibonacci Zeta Function. M. Ram Murty 1

The Fibonacci Zeta Function. M. Ram Murty 1 Automorphic Representations and L-Functions Editors: D. Prasad, C.S. Rajan, A. Sankaranarayanan, J. Sengupta Copyright c 203 Tata Institute of Fundamental Research Publisher: Hindustan Book Agency, New

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

A Proof of the Riemann Hypothesis and Determination of the Relationship Between Non- Trivial Zeros of Zeta Functions and Prime Numbers

A Proof of the Riemann Hypothesis and Determination of the Relationship Between Non- Trivial Zeros of Zeta Functions and Prime Numbers A Proof of the Riemann Hypothesis and Determination of the Relationship Between on- Trivial Zeros of Zeta Functions and Prime umbers ABSTRACT Murad Ahmed Abu Amr MSc Degree in Physics, Mutah University

More information

rama.tex; 21/03/2011; 0:37; p.1

rama.tex; 21/03/2011; 0:37; p.1 rama.tex; /03/0; 0:37; p. Multiple Gamma Function and Its Application to Computation of Series and Products V. S. Adamchik Department of Computer Science, Carnegie Mellon University, Pittsburgh, USA Abstract.

More information

arxiv: v6 [math.nt] 12 Sep 2017

arxiv: v6 [math.nt] 12 Sep 2017 Counterexamples to the conjectured transcendence of /α) k, its closed-form summation and extensions to polygamma functions and zeta series arxiv:09.44v6 [math.nt] Sep 07 F. M. S. Lima Institute of Physics,

More information

Logarithm and Dilogarithm

Logarithm and Dilogarithm Logarithm and Dilogarithm Jürg Kramer and Anna-Maria von Pippich 1 The logarithm 1.1. A naive sequence. Following D. Zagier, we begin with the sequence of non-zero complex numbers determined by the requirement

More information

Class groups and Galois representations

Class groups and Galois representations and Galois representations UC Berkeley ENS February 15, 2008 For the J. Herbrand centennaire, I will revisit a subject that I studied when I first came to Paris as a mathematician, in 1975 1976. At the

More information

ARGUMENT INVERSION FOR MODIFIED THETA FUNCTIONS. Introduction

ARGUMENT INVERSION FOR MODIFIED THETA FUNCTIONS. Introduction ARGUMENT INVERION FOR MODIFIED THETA FUNCTION MAURICE CRAIG The standard theta function has the inversion property Introduction θ(x) = exp( πxn 2 ), (n Z, Re(x) > ) θ(1/x) = θ(x) x. This formula is proved

More information

Parametric Euler Sum Identities

Parametric Euler Sum Identities Parametric Euler Sum Identities David Borwein, Jonathan M. Borwein, and David M. Bradley September 23, 2004 Introduction A somewhat unlikely-looking identity is n n nn x m m x n n 2 n x, valid for all

More information

SOME THETA FUNCTION IDENTITIES RELATED TO THE ROGERS-RAMANUJAN CONTINUED FRACTION

SOME THETA FUNCTION IDENTITIES RELATED TO THE ROGERS-RAMANUJAN CONTINUED FRACTION PROCEEDINGS OF THE AMERICAN MATHEMATICAL SOCIETY Volume 126, Number 10, October 1998, Pages 2895 2902 S 0002-99399804516-X SOME THETA FUNCTION IDENTITIES RELATED TO THE ROGERS-RAMANUJAN CONTINUED FRACTION

More information

SOME VARIANTS OF LAGRANGE S FOUR SQUARES THEOREM

SOME VARIANTS OF LAGRANGE S FOUR SQUARES THEOREM Acta Arith. 183(018), no. 4, 339 36. SOME VARIANTS OF LAGRANGE S FOUR SQUARES THEOREM YU-CHEN SUN AND ZHI-WEI SUN Abstract. Lagrange s four squares theorem is a classical theorem in number theory. Recently,

More information

1. Foundations of Numerics from Advanced Mathematics. Mathematical Essentials and Notation

1. Foundations of Numerics from Advanced Mathematics. Mathematical Essentials and Notation 1. Foundations of Numerics from Advanced Mathematics Mathematical Essentials and Notation Mathematical Essentials and Notation, October 22, 2012 1 The main purpose of this first chapter (about 4 lectures)

More information

Ramanujan s Harmonic Number Expansion

Ramanujan s Harmonic Number Expansion Ramanujan s Harmonic Number Expansion arxiv:math/05335v [math.ca] 7 Nov 005 Mark B. Villarino Depto. de Matemática, Universidad de Costa Rica, 060 San José, Costa Rica October 3, 07 Abstract An algebraic

More information

Divergent Series: why = 1/12. Bryden Cais

Divergent Series: why = 1/12. Bryden Cais Divergent Series: why + + 3 + = /. Bryden Cais Divergent series are the invention of the devil, and it is shameful to base on them any demonstration whatsoever.. H. Abel. Introduction The notion of convergence

More information

Some generalizations of a supercongruence of van Hamme

Some generalizations of a supercongruence of van Hamme Some generalizations of a supercongruence of van Hamme Victor J. W. Guo School of Mathematical Sciences, Huaiyin Normal University, Huai an, Jiangsu 3300, People s Republic of China jwguo@hytc.edu.cn Abstract.

More information

Acta Mathematica Academiae Paedagogicae Nyíregyháziensis 26 (2010), ISSN

Acta Mathematica Academiae Paedagogicae Nyíregyháziensis 26 (2010), ISSN Acta Mathematica Academiae Paedagogicae Nyíregyháziensis 6 (010), 359 375 www.emis.de/journals ISSN 1786-0091 EXAMPLES AND NOTES ON GENERALIZED CONICS AND THEIR APPLICATIONS Á NAGY AND CS. VINCZE Abstract.

More information

Binary BBP-Formulae for Logarithms and Generalized Gaussian-Mersenne Primes

Binary BBP-Formulae for Logarithms and Generalized Gaussian-Mersenne Primes 3 47 6 3 Journal of Integer Sequences, Vol. 6 003), Article 03.3.7 Binary BBP-Formulae for Logarithms and Generalized Gaussian-Mersenne Primes Marc Chamberland Department of Mathematics and Computer Science

More information

arxiv: v1 [math.nt] 19 Jul 2017

arxiv: v1 [math.nt] 19 Jul 2017 Some infinite series involving hyperbolic functions arxiv:707.06673v [math.nt] 9 Jul 07 Ce Xu School of Mathematical Sciences, Xiamen University Xiamen 36005, P.R. China Abstract This paper develops an

More information

Dirichlet s Theorem. Calvin Lin Zhiwei. August 18, 2007

Dirichlet s Theorem. Calvin Lin Zhiwei. August 18, 2007 Dirichlet s Theorem Calvin Lin Zhiwei August 8, 2007 Abstract This paper provides a proof of Dirichlet s theorem, which states that when (m, a) =, there are infinitely many primes uch that p a (mod m).

More information

LECTURE 1. ZETA FUNCTIONS: AN OVERVIEW

LECTURE 1. ZETA FUNCTIONS: AN OVERVIEW LECTURE 1. ZETA FUNCTIONS: AN OVERVIEW Zeta functions encode the counting of certain objects of geometric, algebraic, or arithmetic behavior. What distinguishes them from other generating series are special

More information

arxiv: v1 [math.nt] 7 Apr 2017

arxiv: v1 [math.nt] 7 Apr 2017 THE DISTRIBUTION OF LATTICE POINTS WITH RELATIVELY r-prime arxiv:1704.0115v1 [math.nt] 7 Apr 017 WATARU TAKEDA Abstract. The distribution of lattice points with relatively r-prime is related to problems

More information

Computation of the omega function

Computation of the omega function Computation of the omega function David H. Bailey http://www.davidhbailey.com Lawrence Berkeley National Laboratory (retired) University of California, Davis, Department of Computer Science 1 / 17 Mordell-Tornheim-Witten

More information

A Method for Searching for Prime Pairs in the Goldbach Conjecture

A Method for Searching for Prime Pairs in the Goldbach Conjecture International Journal of Mathematics and Computer Science, 10(2015), no. 2, 115 126 M CS A Method for Searching for Prime Pairs in the Goldbach Conjecture Wei Sheng Zeng 1,ZiqiSun 2 1 Chong Qing Broadcast

More information

Solutions Manual for Homework Sets Math 401. Dr Vignon S. Oussa

Solutions Manual for Homework Sets Math 401. Dr Vignon S. Oussa 1 Solutions Manual for Homework Sets Math 401 Dr Vignon S. Oussa Solutions Homework Set 0 Math 401 Fall 2015 1. (Direct Proof) Assume that x and y are odd integers. Then there exist integers u and v such

More information

Algorithms for Experimental Mathematics I David H Bailey Lawrence Berkeley National Lab

Algorithms for Experimental Mathematics I David H Bailey Lawrence Berkeley National Lab Algorithms for Experimental Mathematics I David H Bailey Lawrence Berkeley National Lab All truths are easy to understand once they are discovered; the point is to discover them. Galileo Galilei Algorithms

More information

A New Shuffle Convolution for Multiple Zeta Values

A New Shuffle Convolution for Multiple Zeta Values January 19, 2004 A New Shuffle Convolution for Multiple Zeta Values Ae Ja Yee 1 yee@math.psu.edu The Pennsylvania State University, Department of Mathematics, University Park, PA 16802 1 Introduction As

More information

Algebraic trigonometric values at rational multipliers of π

Algebraic trigonometric values at rational multipliers of π ACTA ET COMMENTATIONES UNIVERSITATIS TARTUENSIS DE MATHEMATICA Volume, Number, June 04 Available online at http://acutm.math.ut.ee Algebraic trigonometric values at rational multipliers of π Pinthira Tangsupphathawat

More information

Math 495 Dr. Rick Kreminski Colorado State University Pueblo November 19, 2014 The Riemann Hypothesis: The #1 Problem in Mathematics

Math 495 Dr. Rick Kreminski Colorado State University Pueblo November 19, 2014 The Riemann Hypothesis: The #1 Problem in Mathematics Math 495 Dr. Rick Kreminski Colorado State University Pueblo November 19, 14 The Riemann Hypothesis: The #1 Problem in Mathematics Georg Friedrich Bernhard Riemann 1826-1866 One of 6 Million Dollar prize

More information

Power series and Taylor series

Power series and Taylor series Power series and Taylor series D. DeTurck University of Pennsylvania March 29, 2018 D. DeTurck Math 104 002 2018A: Series 1 / 42 Series First... a review of what we have done so far: 1 We examined series

More information