login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A013661 Decimal expansion of zeta(2) = Pi^2/6. 60
1, 6, 4, 4, 9, 3, 4, 0, 6, 6, 8, 4, 8, 2, 2, 6, 4, 3, 6, 4, 7, 2, 4, 1, 5, 1, 6, 6, 6, 4, 6, 0, 2, 5, 1, 8, 9, 2, 1, 8, 9, 4, 9, 9, 0, 1, 2, 0, 6, 7, 9, 8, 4, 3, 7, 7, 3, 5, 5, 5, 8, 2, 2, 9, 3, 7, 0, 0, 0, 7, 4, 7, 0, 4, 0, 3, 2, 0, 0, 8, 7, 3, 8, 3, 3, 6, 2, 8, 9, 0, 0, 6, 1, 9, 7, 5, 8, 7, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET

1,2

COMMENTS

Sum_{m = 1..inf } 1/m^2.

"In 1736 he [Leonard Euler, 1707-1783] discovered the limit to the infinite series, Sum 1/n^2. He did it by doing some rather ingenious mathematics using trigonometric functions that proved the series summed to exactly Pi^2/6. How can this be? ... This demonstrates one of the most startling characteristics of mathematics - the interconnectedness of, seemingly, unrelated ideas." - Clawson

Also dilogarithm(1). - Rick L. Shepherd, Jul 21 2004

Also Integral_{x=0..inf} x/(exp(x)-1).

For the partial sums see the fractional sequence A007406/A007407.

pi^2/6 is also the length of the circumference of a circle whose diameter equals the ratio of volumes between an ellipsoid and the circumscribed cuboid. pi^2/6 is also the length of the circumference of a circle whose diameter equals the ratio of surface areas between a sphere and the circumscribed cube. - Omar E. Pol, Oct 07 2011

1 < n^2/(eulerphi(n)*sigma(n)) < zeta(2) for n > 1. - Arkadiusz Wesolowski, Sep 04 2012

REFERENCES

M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards Applied Math. Series 55, 1964 (and various reprintings), p. 811.

R. Calinger, "Leonard Euler: The First St. Petersburg Years (1727-1741)," Historia Mathematica, Vol. 23, 1996, pp. 121-166.

Calvin C. Clawson, Mathematical Mysteries, The Beauty and Magic of Numbers, Perseus Books, 1996, p. 97.

W. Dunham, Euler: The Master of Us All, The Mathematical Association of America, Washington, D.C., 1999, p. xxii.

Michael D. Hirschhorn, A simple proof that zeta(2) = Pi^2/6, The Mathematical Intelligencer 33:3 (2011), pp 81-82.

R. Mestrovic, Euclid's theorem on the infinitude of primes: a historical survey of its proofs (300 BC--2012) and another new proof, Arxiv preprint arXiv:1202.3670, 2012

G. F. Simmons, Calculus Gems, Section B.15,B.24 pp. 270-1,323-5 McGraw Hill 1992.

A. Weil, Number theory: an approach through history; from Hammurapi to Legendre, Birkhaeuser, Boston, 1984; see p. 261.

David Wells, "The Penguin Dictionary of Curious and Interesting Numbers," Revised Edition, Penguin Books, London, England, 1997, page 23.

LINKS

Harry J. Smith, Table of n, a(n) for n = 1..20000

M. Abramowitz and I. A. Stegun, eds., Handbook of Mathematical Functions, National Bureau of Standards, Applied Math. Series 55, Tenth Printing, 1972 [alternative scanned copy].

D. H. Bailey, J. M. Borwein and D. M. Bradley, Experimental determination of Ap'ery-like identities for zeta(4n+2)

R. Chapman, Evaluating Zeta(2):14 Proofs to Zeta(2)= (pi)^2/6

R. W. Clickery, Probability of two numbers being coprime [Broken link]

L. Euler, On the sums of series of reciprocals

L. Euler, De summis serierum reciprocarum, E41.

Math. Reference Project, The Zeta Function, Zeta(2)

Math. Reference Project, The Zeta Function, Odds That Two Numbers Are Coprime"

J. Perry, Prime Product Paradox

_Simon Plouffe_, Plouffe's Inverter, Zeta(2) or Pi**2/6 to 100000 digits

_Simon Plouffe_, Zeta(2) or Pi**2/6 to 10000 places

A. L. Robledo, PlanetMath.org, value of the Riemann zeta function at s=2

E. Sandifer, How Euler Did It, Estimating the Basel Problem

E. Sandifer, How Euler Did It, Basel Problem with Integrals

C. Tooth, Pi squared over six

Eric Weisstein's World of Mathematics, Riemann Zeta Function 2

Eric Weisstein's World of Mathematics, Dilogarithm MathWorld page

H. Wilf, Accelerated series for universal constants, by the WZ method

Index entries for zeta function.

FORMULA

Limit(n-->+oo) of (1/n)*(sum(k=1, n, frac((n/k)^(1/2)))) = zeta(2) and in general have limit(n-->+oo) of (1/n)*(sum(k=1, n, frac((n/k)^(1/m)))) = zeta(m), m >= 2. - Yalcin Aktar, Jul 14 2005

Equals integral_(0..1) ((log(x)/(x - 1)) dx - [Jean-François Alcover, Mar 21 2013]

EXAMPLE

1.6449340668482264364724151666460251892189499012067984377355582293700074704032...

MATHEMATICA

RealDigits[N[Pi^2/6, 100]][[1]]

PROG

(PARI) \p 200; Pi^2/6

(PARI) \p 200 dilog(1) \p 200 zeta(2)

(PARI) a(n)=if(n<1, 0, default(realprecision, n+2); floor(Pi^2/6*10^(n-1))%10)

(PARI) { default(realprecision, 20080); x=Pi^2/6; for (n=1, 20000, d=floor(x); x=(x-d)*10; write("b013661.txt", n, " ", d)); } [Harry J. Smith, Apr 29 2009]

(Maxima) fpprec : 100$ ev(bfloat(zeta(2)))$ bfloat(%); /* Martin Ettl, Oct 21 2012 */

CROSSREFS

Cf. A013679, A013631, A013680, 1/A059956.

Sequence in context: A201587 A110756 A200698 * A209273 A019174 A019166

Adjacent sequences:  A013658 A013659 A013660 * A013662 A013663 A013664

KEYWORD

cons,nonn,nice

AUTHOR

N. J. A. Sloane.

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 22 17:33 EDT 2013. Contains 225559 sequences.