World record calculation of Bernoulli numbers: x/(e^x-1) See http://www.research.att.com/~njas/sequences/table?a=103233&fmt=4 Sloane sequence A103233 = number of digits of absolute value of numerator of B_{10^n}. It has been computed for n = 1,2,3,4,5,6, but n=7 apparently remains out of reach. 0 1 1 1 2 83 3 1779 4 27691 5 376772 6 4767554 Using our algorithm the timings are 0 0 1 0 2 0 3 0 4 0.97 seconds 5 107 seconds 6 ??? ---------------------------- http://www.bernoulli.org formula to compute B_k quickly ---------------------------- Quote from http://www.mathstat.dal.ca/~dilcher/bernoulli.html ``The Bernoulli numbers are among the most interesting and important number sequences in mathematics. They first appeared in the posthumous work "Ars Conjectandi" (1713) by Jakob Bernoulli (1654-1705) in connection with sums of powers of consecutive integers (see Bernoulli (1713) or D.E. Smith (1959)). Bernoulli numbers are particularly important in number theory, especially in connection with Fermat's last theorem (see, e.g., Ribenboim (1979)). They also appear in the calculus of finite differences (Nörlund (1924)), in combinatorics (Comtet (1970, 1974)), and in other fields.'' ---------------------------- From Mazur's article: "The "Bernoulli Number" Website http://www.mscs.dal.ca/~dilcher/bernoulli.html offers a bibliography of a few thousand articles giving us a sensethat these numbers pervade mathematics, but to get a more vivid sense of how they do so, we will survey, in the lecture, the pertinence of Bernoulli numbers in just a few subjects." ---------------------------- From http://mathworld.wolfram.com/BernoulliNumber.html "The only known Bernoulli numbers B_n having prime numerators occur for n==10, 12, 14, 16, 18, 36, and 42 (Sloane's A092132), corresponding to 5, -691, 7, -3617, 43867, -26315271553053477373, and 1520097643918070802691 (Sloane's A092133), with no other primes for n<=55274 (E. W. Weisstein, Apr. 17, 2005)." This suggests systematic computation of Bernoulli numbers up to 55274 was recently done. I should be able to easily push this to 100000 and run PARI's isprime on the numerators using sage.ucsd.edu. --------------------------- From http://mathworld.wolfram.com/BernoulliNumber.html there is also a discussion of "record" calculations. Largest one ever computed was B_{5000000}, which was done in Oct. 8, 2005, and whose numerator has 27332507 digits. ---------------------------- Found via http://www.mathstat.dal.ca/~dilcher/bernoulli.html http://www.emis.de/cgi-bin/jfmen/MATH/JFM/full.html?first=1&maxdocs=20&type=html&an=10.0192.01&format=complete Adams, J. C. Table of the values of the first sixty-two numbers of Bernoulli. (English) [J] Borchardt J. LXXXV. 269-272. Published: 1878 In Crelle's J. XX. -------- JFM 05.0144.02 Glaisher, J. W. L. Tables of the first 250 Bernoulli's numbers (to nine figures) and their logarithmes (to ten figures). (English) [J] Trans. of Cambridge. XII. I. 384-391. Published: (1873) Enthält zwei Tafeln: die erste für die Logarithmen der 250 ersten Bernoulli'schen Zahlen zu zehn Stellen, die alle, mit Ausnahme der sieben ersten, berechnet sind aus der Formel: $$B_n = \frac{2(1\cdot 2\cdots n)}{(2\pi )^{2n}} \left( 1+ \frac {1}{2^{2n}}+ \frac {1}{3^{2n}} + \cdots \right) .$$ Die zweite Tafel enthält die ersten neun Stellen der betreffenden Bernoulli'schen Zahlen, hergeleitet aus der ersten Tafel, (ausgenommen die ersten achtzehn, welche aus den genauen von Ohm, Crelle J. XII, gegebenen Werthen hergeleitet sind). Der Verfasser bemerkt, dass die kleine Tafel in Grunert's Supplement zu Klügel's Wörterbuch sehr ungenau ist, indem sieben von den achtzehn Resultaten mit Fehlern behaftet sind. [ Glaisher, Prof. (Cambridge) (Ohrtmann, Dr. (Berlin)) ] Subject heading: Fünfter Abschnitt. Reihen. Capitel 1. Allgemeines. ----------------- SEREBRENIKOV S.Z., [1] Tablitsy pervykh devyanosta chisel Bernulli [Tables of the first ninety Bernoulli numbers]. Zap. Akad. Nauk, Sankt Peterburg, 16 (1905), no. 10, 1-8. J36.0342.02 ----------------- This talk is about (1) computing B_k Algorithm of Cohen & Bellabas (2004?) and independently of Bernd Kellner (2002-2004) neither bothered with any proofs of correctness. Kellner -- closed source C++ program and paper that basically suggests he gets answer then verified congruences to make "morally certain". Not totally rigorous Bellabas -- it's a PARI function; nothing published about why/how/if it really works correctly, to my knowledge -- this is typical. (2) table of B_k: I scoured the web and couldn't find anything beyond tables up to 20 and a couple of select huge values (B_k for k up to k=2*10^5, and also claim somebody computed B_k for k = 5*10^5) (3) generalization to B_{k,chi} -- very important to computing modular forms of level > 1. (4)