<html><head><meta http-equiv="content-type" content="text/html; charset=us-ascii"></head><body style="overflow-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">For some purposes it's more natural to arrage Pascal's triangle like this, where the successive "rows" of the conventional Pascal's triangle become the successive columns of the matrix:<div><br></div><div>1<span class="Apple-tab-span" style="white-space:pre"> </span>1<span class="Apple-tab-span" style="white-space:pre"> </span>1<span class="Apple-tab-span" style="white-space:pre"> </span>1<span class="Apple-tab-span" style="white-space:pre"> </span>1</div><div>0<span class="Apple-tab-span" style="white-space:pre"> </span>1<span class="Apple-tab-span" style="white-space:pre"> </span>2<span class="Apple-tab-span" style="white-space:pre"> </span>3<span class="Apple-tab-span" style="white-space:pre"> </span>4</div><div>0<span class="Apple-tab-span" style="white-space:pre"> </span>0<span class="Apple-tab-span" style="white-space:pre"> </span>1<span class="Apple-tab-span" style="white-space:pre"> </span>3<span class="Apple-tab-span" style="white-space:pre"> </span>6</div><div>0<span class="Apple-tab-span" style="white-space:pre"> </span>0<span class="Apple-tab-span" style="white-space:pre"> </span>1<span class="Apple-tab-span" style="white-space:pre"> </span>3<span class="Apple-tab-span" style="white-space:pre"> </span>4</div><div>0<span class="Apple-tab-span" style="white-space:pre"> </span>0<span class="Apple-tab-span" style="white-space:pre"> </span>0<span class="Apple-tab-span" style="white-space:pre"> </span>1<span class="Apple-tab-span" style="white-space:pre"> </span>1</div><div><br></div><div>Kenneth Iverson, a Turing Awardee, long advocated for that form of presentation. The form is the result of the following two commands in the J programming language (and similar to the situation with Iverson's original APL language):</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>d =. i. 5<span class="Apple-tab-span" style="white-space:pre"> </span>NB. result there is the list 0 1 2 3 4</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre"> </span>d !/ d<span class="Apple-tab-span" style="white-space:pre"> </span>NB. result will be the table above.</div><div><br></div><div>Explanation: "/" is the "Table" adverb, which can modify verbs such as + (to produce an addition table) or * (to give a multiplication table) or, as here, the "out of" verb ! which gives the number of combinations.</div><div><br></div><div><div><br><blockquote type="cite"><div>On Jun 21, 2023, at 1:49 PM, Jonathan Fine <jfine2358@gmail.com> wrote:</div><br class="Apple-interchange-newline"><div><div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div class="gmail_quote"><div dir="ltr"><div>Hi</div><div><br></div><div>This is an informal personal talk about the influence of accessibility on a math research problem, and vice versa. The problem is to define something like Pascal's triangle, but with the rows summing to the Fibonacci numbers. Such I call a Fibonacci wedding cake, as it is an elaborate tower made out of multiple tiers.</div><div><br></div><div><div dir="ltr"><div>TeX Hour: Thursday 22 June, 6:30 to 7:30pm BST</div><div>URL: <a href="https://texhour.github.io/2023/06/15/talmo-access-math/" target="_blank">https://texhour.github.io/2023/06/22/access-fib-wed-cake/</a></div><div>Zoom URL: <a href="https://us02web.zoom.us/j/78551255396?pwd=cHdJN0pTTXRlRCtSd1lCTHpuWmNIUT09" rel="noreferrer" target="_blank">https://us02web.zoom.us/j/78551255396?pwd=cHdJN0pTTXRlRCtSd1lCTHpuWmNIUT09</a></div></div><br>Here's something that surprised me. Pascal's triangle can be presented in several ways. For a sighted person the usual way (using Markdown) is:<br><br>||||| 1 |<br>|||| 1 || 1 |<br>||| 1 || 2 || 1 |<br>|| 1 || 3 || 3 || 1 |<br>| 1 || 4 || 6 || 3 || 1 |<br><br>The surprise was the thought that for a blind person (again in Markdown) this left-aligned form might be much better.<br><br>| 1 |<br>| 1 | 1 |<br>| 1 | 2 | 1 |<br>| 1 | 3 | 3 | 1 |<br>| 1 | 4 | 6 | 4 | 1 |<br><br>I'd very much welcome any feedback on access to number triangles. Although the Fibonacci wedding cake is connected to some advanced topics, no special knowledge of pure math is required for this talk. Just an interest in learning about and discovering patterns.</div></div><div dir="ltr">
<br>
with best regards<font color="#888888"><br>
<br>
Jonathan</font></div>
</div></div>
</div></div>
</div></div>
</div></div>
</div></div>
</div></div>
----------- Please Consult the Following Before Posting -----------<br>TeX FAQ: https://www.tug.org/mactex/faq/index.html<br>List Reminders and Etiquette: https://sites.esm.psu.edu/~gray/TeX/<br>List Archives: http://dir.gmane.org/gmane.comp.tex.macosx<br> https://email.esm.psu.edu/pipermail/macosx-tex/<br>TeX on Mac OS X Website: https://www.tug.org/mactex/index.html<br>List Info: https://email.esm.psu.edu/mailman/listinfo/macosx-tex<br></div></blockquote></div><br><div>
<div>---<br>Murray Eisenberg<span class="Apple-tab-span" style="white-space: pre;"> </span>murrayeisenberg@gmail.com<br>Mobile (413)-427-5334<br>503 King Farm Blvd #101<span class="Apple-tab-span" style="white-space: pre;"> </span><br>Rockville, MD 20850-6667<span class="Apple-tab-span" style="white-space: pre;"> </span></div><div><br></div><br class="Apple-interchange-newline">
</div>
<br></div></body></html>