% CHANGES TO VOLUME 2 OF THE ART OF COMPUTER PROGRAMMING % % Copyright (C) 2022,2023,2024 by Donald E. Knuth % This file may be freely copied provided that no modifications are made. % All other rights are reserved. % % Three levels of changes to the books are distinguished here: % % "\bugonpage" introduces the correction of an error; % "\amendpage" introduces new material for future editions; % "\improvepage" introduces ameliorations of lesser importance. % % (Changes introduced by \improvepage do not appear in the hardcopy listing.) % % Also, "\planforpage" introduces some of the author's half-baked intentions. % % NOTE: TO PUT THE INDEX ON A SEPARATE PAGE, RUN THIS WITH THE COMMAND LINE % tex "\let\indexeject+ \input err2" \newif\ifall % \alltrue means show the trivial items too \relax % hook \def\vertical{|} \def\inref#1 #{\expandafter\def\csname\vertical#1\endcsname} \catcode`|=\active \let|\inref \input \jobname.ref \catcode`|=12 \input taocpmac % use the format for TAOCP, with modifications below \def\becomes{\ifmmode\ \hbox\fi{\manfnt y}\ } % wiggly arrow indicates a change \def\bugonpage#1.#2 #3 (#4) { \medbreak\defaultpointsize \line{\kern-5pt\llap{\manfnt x}% print a black triangle in left margin {\bf Page #2}\enspace #3 \leaders\hrule\hfill\ \eightrm\date#4.} \nobreak\smallskip\iftrue\noindent} \def\amendpage#1.#2 #3 (#4) { \medbreak\defaultpointsize \line{\kern-5pt{\bf Page #2}\enspace #3 \leaders\hrule\hfill\ \eightrm\date#4.} \nobreak\smallskip\iftrue\noindent} \def\improvepage#1.#2 #3 (#4) {\ifall \medbreak\ninepoint \line{\kern-6pt{\sl Page #2\enspace #3\/} \leaders\hrule\hfill\ \eightrm\date#4.} \nobreak\smallskip\noindent} \def\planforpage#1.#2 #3 (#4) { \medbreak\defaultpointsize \line{\kern-5pt{\bf Page #2}\enspace #3 \leaders\hbox to 5pt{\hss.\hss}\hfill\ \eightrm\date#4.} \nobreak\smallskip\begingroup\let\endchange=\endgroup\sl\noindent} \let\endchange=\fi \def\nl{\par\noindent} \def\nlh{\par\noindent\hangit} \def\hangit{\hangindent2em} \def\cutpar{{\parfillskip=0pt\par}} \def\date#1.#2.#3.{% convert "yy.mm.dd." to "dd Mon 19yy" #3 \ifcase#2\or Jan\or Feb\or Mar\or Apr\or May\or Jun\or Jul\or Aug\or Sep\or Oct\or Nov\or Dec\fi \ \ifnum #1<97 \hundred#1\else19#1\fi} \def\hundred{20} % the "century" for dates before '97 \def\ex #1. [#2]{\ninepoint \textindent{\bf#1.}[{\it#2\/}]\kern6pt} \def\EX #1. [#2]{\ninepoint \textindent{\llap{\manfnt x}\bf#1.}[{\it#2\/}]\kern6pt} \def\foottext#1{\medskip \hrule height\ruleht width5pc \kern-\ruleht \kern3pt \eightpoint \smallskip\textindent{#1}} \def\volheadline#1{\line{\cleaders\hbox{\raise3pt\hbox{\manfnt\char'36}}\hfill \titlefont\ #1\ \cleaders\hbox{\raise3pt\hbox{\manfnt\char'36}}\hfill}} \def\refin#1 {\let|\inref \input #1.ref \let|\crossref} \let\defaultpointsize=\tenpoint %%%%%%%%%%%%%% opening remarks %%%%%%%%%%%%%%%%%%%%%%%% \def\lhead{INTRODUCTION} \let\rhead=\lhead \titlepage \volheadline{THE ART OF COMPUTER PROGRAMMING} \bigskip \volheadline{ERRATA TO VOLUME 2 (after 2021)} \bigskip \noindent This document is a transcript of the notes that I have been making in my personal copy of {\sl The Art of Computer Programming}, Volume~2 (third edition, 45th printing) since it was first printed in 2022. Previous errata are recorded in another file `{\tt all2-pre.ps}'. \ifall Four levels of updates\dash---``errors,'' ``amendments,'' ``plans,'' and ``improvements''\dash---appear, indicated by four \else Three levels of updates\dash---``errors,'' ``amendments,'' and ``plans''\dash---appear, indicated by three \fi different typographic conventions: \begingroup\def\hundred{17} \bugonpage 0.666 line 1 (76.07.04) Technical or typographical errors (aka bugs) are the most critical items, so they are flagged with a `\thinspace{\manfnt x}\thinspace' preceding the page number. The date on which I first was told about the bug is shown; this is the effective date on which I paid the finder's fee. The necessary corrections are indicated in a straightforward way. If,~for example, the book says `$n$' where it should have said `$n+1$', the change is shown thus: \smallskip $n$ \becomes $n+1$ \endchange \amendpage 0.666 line 2 (89.07.14) Amendments to the text appear in the same format as bugs, but without the~`\thinspace{\manfnt x}\thinspace'. These are things I wish I had known about or thought of when I wrote the original text, so I added them later. The date is the date I drafted the new text. \endchange \def\hundred{19} \planforpage 0.666 line 3 (17.11.20) Plans for the future represent a third kind of item. In such notes I~sketched my intentions about things that I wasn't ready to flesh out further when I~wrote them down. You can identify these items because they're written in slanted type, and preceded by a bunch of dots `\hbox to 6em{\leaders\hbox to 5pt{\hss.\hss}\hfill}' leading to the date on which I recorded the plan in my files. \endchange \improvepage 0.666 line 4 (38.01.10) The fourth and final category\dash---indicated by page and line number in smaller, slanted type\dash---consists of minor corrections or improvements that most readers don't want to know about, because they are so trivial. You wouldn't even be seeing these items if you hadn't specifically chosen to print the complete errata list in all its gory details. Are you sure you wanted to do that? \endchange \endgroup \ifall\else\medskip\ninepoint My personal file of updates also includes a fourth category of items, not shown in this list. They are miscellaneous minor corrections or improvements that most readers don't want to know about, because they are so trivial. If you really want to see all of the gory details, you can download the full list from Internet webpage $$\.{http://www-cs-faculty.stanford.edu/\char`\~knuth/taocp.html}$$ by selecting the ``long form'' of the errata. \fi \medskip \tenpoint My shelves at home are bursting with preprints and reprints of significant research results that I want to digest and summarize, where appropriate, in the ultimate edition of Volume~2. I didn't do that in the third edition because I would surely have to do it over again later: New results continue to pour forth at a great rate, and I will have time to rewrite that volume only~once. Volumes 4 and~5 need to be finished first. So I've put most of my effort so far into writing up those parts of the total picture that seem to have converged to their near-final form. It follows, somewhat paradoxically, that the updates in this document are most current in the areas where there has been least activity. On the other hand I do believe that the changes listed here bring Volume~2 completely up to date in two respects: (1)~All of the research problems in the previous edition\dash---i.e., all exercises that were rated 46 and above\dash---have received new ratings of 45 or less whenever I learned of a solution; and in such cases, the answer now refers to that solution. (2)~All of the historical information about pioneering developments has been amended whenever new details have come to my attention. \beginconstruction The ultimate, glorious, 100\% perfect editions of Volumes 1--4 are works in progress. Please let me know of any improvements that you think I ought to make. Send your comments either by snail mail to D.~E. Knuth, Computer Science, Gates Building 1B, Stanford University, Stanford CA~94305-9015, or by email to {\tt taocp{\char`\@}cs.stanford.edu}. (Use email for book suggestions only, please\dash---all other correspondence is returned unread to the sender, or discarded, because I have no time to read ordinary email.) Although I'm working full time on Volume~4 these days, I~will try to reply to all such messages within a year of receipt. Current news about {\sl The Art of Computer Programming\/} is posted on $$\.{http://www-cs-faculty.stanford.edu/\char`~knuth/taocp.html}$$ and updated regularly. \par\endconstruction \rightline{\dash---Don Knuth, January 2011} \bigskip \bigskip {\quoteformat Oh! If only someone would give me time, time, time to do everything\/ {\rm properly}, to read everything at\/ {\rm my own\/} tempo, to take it apart and put it together again. \author KARL BARTH (1922) % letter to Edvard Thurneysen, spring 1922 % found in Revolutionary Theology in the Making: Barth-Thurneysen % Correspondence 1914--1925, tr by Jas. D. Smart % Richmond VA: John Knox Press, 1964, p43 \vfill\eject } \def\today{\number\day\space\ifcase\month\or January\or February\or March\or April\or May\or June\or July\or August\or September\or October\or November\or December\fi \space\number\year} %%%%%%%%%%%%%%% CHANGES FOR VOLUME 2 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \def\lhead{CHANGES TO VOLUME 2: SEMINUMERICAL ALGORITHMS} \let\rhead=\lhead \titlepage \volheadline{SEMINUMERICAL ALGORITHMS} \bigskip \rightline{Copyright \copyright\ 2022, 2023, 2024 Addison\with Wesley} \rightline{Last updated \today} \bigskip \rightline{\sl Most of these corrections have already been made in recent printings.} \smallskip \let\defaultpointsize=\tenpoint \bugonpage 2.3 line 12 (24.09.23) {\sl Games, Gods, and Gambling\/} \becomes {\sl Games, Gods and Gambling\/} \endchange \amendpage 2.3 line $-8$ (24.09.23) square it to get \becomes square it to get a 20-digit product, \endchange \bugonpage 2.27 line 20 (24.12.23) middle square method \becomes middle-square method \endchange \amendpage 2.34 line 18 (24.06.18) obtaining \becomes and $m$ equal to the word size, obtaining \endchange \bugonpage 2.35 lines 11 and 12 (24.12.23) J. Todd and O. Taussky Todd \becomes O. Taussky and J. Todd \endchange \amendpage 2.39 line $-4$ (24.06.18) $\lambda\gg k$ \becomes $\lambda$ greatly exceeds $k$ \endchange \amendpage 2.57 line 3 (24.06.18) $\displaystyle \max_{-\inftyr-1$ \endchange \amendpage 2.477 replacement for the table at the bottom (22.08.13) \noindent $$\openup-1.2pt\vcenter{\halign{\hfil$#$&\quad\hfil$#$\cr r&c(r)\kern-.3em\cr\noalign{\vskip3pt} 0&1\cr 1&2\cr 2&3\cr 3&5\cr 4&7\cr 5&11\cr 6&19\cr 7&29\cr 8&47\cr 9&71\cr 10&127\cr 11&191\cr }}\hskip3em\vcenter{\halign{\hfil$#$&\quad\hfil$#$\cr r&c(r)\ \cr\noalign{\vskip3pt} 12&379\cr 13&607\cr 14&1087\cr 15&1903\cr 16&3583\cr 17&6271\cr 18&11231\cr 19&18287\cr 20&34303\cr 21&65131\cr 22&110591\cr 23&196591\cr }}\hskip3em\vcenter{\halign{\hfil$#$&\quad\hfil$#$\cr r&c(r)\ \ \ \cr\noalign{\vskip3pt} 24&357887\cr 25&685951\cr 26&1176431\cr 27&2211837\cr 28&4169527\cr 29&7624319\cr 30&14143037\cr 31&25450463\cr 32&46444543\cr 33&89209343\cr 34&155691199\cr 35&298695487\cr }}\hskip3em\vcenter{\halign{\hfil$#$&\quad\hfil$#$\cr r&c(r)\ \ \ \cr\noalign{\vskip3pt} 36&550040063\cr 37&994660991\cr 38&1886023151\cr 39&3502562143\cr 40&6490123999\cr 41&11889505663\cr 42&22899028607\cr 43&41866170239\cr 44&76086635263\cr 45&142771387391\cr 46&257661019487\cr 47&498691112447\cr }}$$ \endchange %\bugonpage 2.478 line 6 (11.08.30) %$c(33)$ \becomes $c(39)$ %\endchange \amendpage 2.478 lines 4--8 (22.08.13) The values listed \dots\ this agrees \becomes The values of $c(r)$ listed here for $1830$ in Table~1. \endchange \amendpage 2.572 line 3 (24.06.18) $m\ll N$ \becomes $m$ is a lot smaller than $N$ \endchange \improvepage 2.586 line 9 of answer 10 (24.06.30) $x_j$ is the root of the equation \becomes $x_j$ satisfies \endchange \amendpage 2.610 in answer 32 (24.07.22) A more \becomes See exercise 1.2.6--11 and OEIS sequence A129508. A more \endchange \amendpage 2.628 line 9 of answer 39 (24.09.30) 913.] \becomes 913. The stated identity (and much more) was derived by Euler in 1779, but forgotten for hundreds of years! See M.~Ojanguren, {\sl Elemente der Math.\ \bf77} (2022), 94--100.]\tighten\par\breathe \endchange \bugonpage 2.629 bottom line (24.07.29) insert the factor $(-1)^r$ before `$m+1\choose r$' \endchange \bugonpage 2.645 in the Morris reference, beginning of answer 34 (22.11.10) 73--145 \becomes 73--143 \endchange \improvepage 2.650 line 23 (24.07.29) then \becomes where $_2F_0$ denotes a hypergeometric function, then \endchange \bugonpage 2.664 line 1 (24.07.29) 55182 \becomes 54792, 55182 \endchange \amendpage 2.667 in the last paragraph of answer 41 (22.12.29) Further refinements \dots\ 768. \becomes Further refinements due to numerous other researchers have made it possible to go much higher; the current record, due to David Baugh and Kim Walisch in 2022, is $\pi(10^{29})=1520698109714272166094258063$. (See OEIS sequence A006880.) \endchange \amendpage 2.667 at the end of answer 41 (22.12.30) large.] \becomes large. See also the elementary method of D.~Hirsch, I.~Kessler, and U.~Mendlovic, \arXiv:2212.09857 [math.NT] (2022), 60~pages.] \endchange \bugonpage 2.673 bottom line (22.12.08) $\pm\ell_k^{n_{k-1}}\!@/\prod_{1%% Unicode char "9ad8 \GC73:74:-4:61% G2134 <00006000001c000000000000f000001f000000000000f800001fc00000000001fc00001f% e00000000001fe00001fe00000000003fe00001fc00000000003f800001fc00000000007% f000001f800070000007e000003f0000f800000fc000003f0001fc00001f8000007e0003% fe00001f07ffffffffffff00003e03ffffffffffff80007c0100007c0000000000f80000% 00780000000000f0000000780000000001e0000000700000000003c03838007000070000% 07807c3c00f0000f80001f007f3f00e0001f80003e00ffbfffffffffc0007c00ffbfffff% ffffe000f801ff1fffffffffe000c001fe1f03e0780f80000003fe1f03e0780f80000003% fc1f03e0780f80000007f81f03e0780f80000007f01f03e0780f8000000fe01f03e0780f% 8000000fc01f03e0780fc000001f801f03e0780fc000003f001f03e0780fc000003fe01f% 03e0780fc000007fe01f03e0780fc00000ffe01f03e0780fc00000ffc01fffffffffc000% 01ffc01fffffffffc00001ff803fffffffffc00001ff803f0000000f800003df803f0000% 000f8000079f803f0000000038000f9f803f000000007c001f1f800000000000fe003e1f% 800000000001ff007c1fbfffffffffffff80f81f9fffffffffffff80e01f880000000000% 0000801f8000003000000000001f8000001c00000000001f8000f01e00000000001f8000% fc0f001e0000001f8000ff0f801f0000001f8060ff07c00f8000001f8060ff07e00fe000% 001f8060fe03e007f000001f8060fc03e003f800001f8060fc03f003fc00001f80e0fc03% f0c1fe00001f81e0fc03f0c0ff00001f81e0fc03e0e0ff00001f83e0fc01e0e07f00001f% 83e0fc0000e07f00001f87e0fc0000e03f00001f9fe0fc0001f03f00001fbfe0fc0001f0% 1f00001fbfe0fc0003f01f00001f9fe0fe0003f81800001f9fc0fffffff80000001f8380% fffffff80000001f80007ffffff80000001f80003ffffff00000001f80001ffffff00000% 001f8000000000000000001f0000000000000000>%% Unicode char "5fb7 \GC71:74:-3:61% G3641 <000000000003800000000000000003f00000000300000003fc00000003c0000003fc0000% 0003e0000003f800000007f0000003f800000007f0000003f000000007e0000003f00000% 0007e0000003f000000007c0000003f00000000fc0000003f00000000f80000003f00000% 001f00000003e00000001f00000003e000e0003e00038003e001f0003e00c3e003e001f8% 007c00e1f803e003fc007800f1fffffffffe00f801f9fffffffffe00f001fdf003e003fc% 01e003fff003e003f801e007fff003e003f001c007fdf003e003f003800ff9f003e003f0% 03001ff1f003e003f00f003fe1f003e003f01e01ffc1f003e003f0ffffff81f003e003f0% ffffff01f003e003f07ffcfe01f007e003f07ff0fc01f007c003f03fc1f801f007c003f0% 3c01f001f007e003f00003e001f00ff003f00003c001f00ff803f00007c001f00ffc03f0% 000f8001f00f9e03f0001f0001f01f9f83f0001e0001f01f0fc3f0003e0001f01f07e3f0% 007c0001f03e07e3f000f80001f03e03f3f001f00001f03c03f3f007e00ff9f07c03fbf0% 0fc3fff9f07803fbf01fffffc1f0f801fbf01fffff01f0f001fbf00ffff001f1f001fbf0% 0ffc0001f1e001fbf007f00001f3c000fbf007c00001f30000fbf002000001f600007bf0% 00000001f4000003f000000001f4000003f000000001f0000003f000000001f0000003f0% 000003fff0000003f00001fffff0000003f000fffff1f0000003f07fffffe1f0000003f0% 7ffffc01f0000003f07fffe001f0000003f03fff8001f0000003f03ff00001f0000003f0% 3f800001f0000007f01e000001f0003c07f010000001f0000ffff000000001f00003fff0% 00000001f000007ff000000001f000003ff000000001f000001ff000000001f000001fc0% 00000003f000000f80000000000000000e00>%% Unicode char "7eb3 ), ii, iv, vii, 2, 4, 30, 89, 138, 145, 159, 189, 196, 205, 226, 242, 316, 335, 373, 378, 384, 435, 477, 491, 584, 595, 599, 606, 636, 659, 661, 686, 694, 697, 722, 741, 764. % 47th Krishnamurthy, Edayathumangalam Venkataraman ({\tm\\103\\126\\175\\204\\127\\156\\316\\203\\141\\170\\207\\153 \\124\\210\\141\\170\\175\kern.05em\\205\\127\\203\\150 \\220\\315\\161\\176\\353\\155\\147\\227}), 278, 279. % 48th La Vall\'ee Poussin, Charles Jean \'Etienne Gustave Nicolas de, 381. % 50th Landsberg, Joseph Montague, 715. % 48th Lewis, Harry Roy, 200. % 47th M\=adhava of Sangamagr\=ama ({\dn s\kern-.6em\raise.4em\hbox{\char21}gmg\llap{\char125}Amc\llap{\char3} mADv}), 198. % 48th Mendlovich, Eliezer Uri\indexbreak ({\heb\Hfz/\Hyy/\Hbb/\Hvv/\Hll/\Hdd/\Hnn/\Hmm/ \Hyy/\Hrr/\Hvv/\Haa/ \Hrr/\Hzz/\Hai/\Hyy/\Hll/\Haa/}), 667. % 48th \MIX\ computer, vi, 210. % 47th (modulo $f(z)$ and $m$): 37. % 49th Multisets, 170, 473, 483, 697. % 47th N{\ii}lakantha Somayaji ({\dn nFlk{\char23}W somyAEj}), 198. % 48th OEIS\regtm: The On-Line Encyclopedia of Integer Sequences\regtm\ ({\tt oeis\period org}), 610, 667. % 49th Ojanguren, Manuel Martin, 628. % 49th Oliveira e Silva, Tom\'as Ant\'onio Mendes, 386. % 48th Ostrowski, Alexander Markowich ({\rus Ostrovsp1kii0, Oleksandr Markovich}), 379, 494. % 50th Pelik\'an (= Pelicanus), V\'aclav Josef, 200. % 49th Reeken, Anthonius (= Ton) Johannes van, 232. % 49th R\'enyi, Alfr\'ed, 209. % 47th Square root, 122, 200, 213, 283, 374--375, 397--398, 483. % 49th Strickland, Lloyd, 200. % 47th Thurber, Edward Gerrish, II, 466, 470, 477, 478. % 48th Vall\'ee Poussin, Charles Jean \'Etienne Gustave Nicolas de La, 381. % 50th van Reeken, Anthonius (= Ton) Johannes, 232. % 49th Wales, Francis Herbert, 194. % 49th Walisch, Kim Georges, 667. % 48th Wiedijk, Frederik [= Freek], 665. % 49th Word size, 12--16, 34, 265, 276. % 49th Xin, Guoce (\GC75:74:-3:60% G4833 <00000000e0000000000000000000f80000000000000000007e0000000000000000003f00% 00000000000000003f8000000000000000001fc000000000000000001fc0000000000000% 00000fc0000e0000000000000fc0001f0000000000000fc0007f8000000000000fc000ff% c00000000000078001ffe00000fffffffffffffff000007ffffffffffffff000003fffff% fffffffff000001800000000e000000000001c000000f000000000000f000001fc000000% 00000f800001fe000000000007c00001fe000000000003e00001fe000000000003f00003% fc000000000001fc0003fc000000000001fc0007f8000000000000fe0007f00000000000% 00fe000780000000000000fe000f000000000000007f000f000000000000007f001e0000% 00000000007f001e000000000000003f001c000038000000003f003800007c000000001f% 00380000fe000000001e00700001ff000000000c00700003ff80ffffffffffffffffffc0% 7fffffffffffffffffe07c0000007e0000000000000000007e0000000000000000007e00% 00000000000000007e0000000000000000007e0000000000000000007e00000000000000% 00007e0000000000000000007e0000000000000000007e0000000000000000007e000038% 0000000000007e00007c0000000000007e0000fe0000000000007e0001ff000000000000% 7e0003ff800003ffffffffffffffc00001ffffffffffffffe00001f000007e0000000000% 000000007e0000000000000000007e0000000000000000007e0000000000000000007e00% 00000000000000007e0000000000000000007e0000000000000000007e00000000000000% 00007e0000000000000000007e0000000000000000007e0000000000000000007e000000% 0000000000007e0000000000000000007e0000000000000000007e000000000000000000% 7e0000000000000000007e0000000000000000007e0000000000000000007e0000000000% 000000007c0000000000000000007c0000000000>%% Unicode char "8f9b \GC63:70:-11:58% G2590 %% Unicode char "56fd \GC75:74:-3:61% G1863 <000070000003800000000000f8000003c00000000000fe000003f00000000000ff000007% f80000000001ff000007f80000000001fe000007f00000000003fc000007f00000000003% f800380fe0001c000007f000fc0fc0003e00000fc001fe1f80007f00000fffffff1f0000% ff80001fffffffbfffffffc0003fffffffbfffffffc0007e0780007c7e000000007e03c0% 00f83f00000000fc03f800f81f80000001fc01f801f00fc0000003f801f81ff00fc00000% 07f001f81fe007e000000fc000fc1fc003e000001f8000fc1ff003e000007f00007c1ff0% 03c00000fc0000781f8003807000f00000001f800000f800400000001f800001fc000000% 00001f800003fe001fffffffffffffffff000fffffffffffffffff8007ffffffffffffff% ff80020000001f8000000000000000001f8000000000000000001f800000000000000000% 1f8000700000000380001f8000f800000003c0001f8000fe00000003f0001f8001ff0000% 0003ffffffffffff80000003ffffffffffff80000003f0001f8000fe00000003f0001f80% 00fc00000003f0001f8000fc00000003f0001f8000fc00000003f0003f8000fc00000003% f0003f8000fc00000003f0007fc000fc00000003f0007fe000fc00000003f000fff000fc% 00000003f000fff0fffc00000003f001fff83ffc00000003f003fffc1ffc00000003f007% ffbe07fc00000003f00fdf9f03f000000003f01f9f8fc1e000000003e03f1f87e1800000% 0003e07f1f83f8000000000000fe1f81fc000000000001fc1f80ff000000000003f81f80% 7fc00000000007f01f803ff0000000000fc01f800ffc000000003f801f8007ff00000000% ff001f8003ffe0000001fc001f8001fff8000007f8001f80007fffe0001fe0001f80003f% ffe0007f80001f80000fffc000fe00001f800003ff8003f800001f800001fe001fe00000% 1f8000007800ff0000001f8000001000f00000001f8000000000800000001f8000000000% 000000001f8000000000000000001f8000000000>%% Unicode char "7b56 ), 725. % 49th Zlatopolski, Dmitry Mikhailovich ({\rus Zlatopolp1skii0, Dmitrii0 Mikhai0lovich}), 200. % 49th Zuse, Konrad Ernst Otto, 202, 225, 227. % 49th \vfill \enddoublecolumns \endchange \bye [The next printing will be the 50th.] not listed above: page 352, three lines after (61), [see exercise 34] -> (see exercise 34) page 689, less space before 1896 ARTICLES "TO APPEAR" THAT ARE STILL PENDING: (I last checked GIMPS in September 2024, they'd doublechecked up to 69.1M)