There has been an uncharacteristic hiatus in my posts during April. My last post was on April 3rd on the occasion of my 76th birthday, and I've been ill ever since. However, today is a very special day and marks the appearance of four sevens in the number associated with my diurnal age. The number is
This number has some interesting properties. Firstly, it is the last so-called
A number is called iban if its name (in English) does not contain the letter "i". Assuming that the name of every power of 10 greater thanends in "-illion" (like million, billion, trillion, etc.), then the iban numbers are finite. Counting 0 (zero) there are 30276 of them, the largest being 777777. Iban numbers belong to the same family as aban numbers, eban numbers, oban numbers, and uban numbers. See my blog post Iban Numbers.
So whether we write "twenty seven thousand seven hundred seventy seven" (American style) or "twenty seven thousand seven hundred and seventy seven" (British style", the iban property is unaffected.
A second, related property of the number is that it is a member of OEIS A002810 with
The associated sequence in American English is OEIS A045736 where the "and" is omitted and thus the number of syllables required is one less. There is an interesting paradox associated with this OEIS sequence that goes like this (to quote from the OEIS comments) and involves one of its members (1117777):
a(19) = 111777 is precisely the number used for Berry's paradox. In UK English the name of the number 111777 requires 19 syllables -- "one hundred and eleven thousand seven hundred and seventy-seven" -- and it's exactly the smallest number containing 19 syllables in UK English.
The paradox occurs when we consider that this integer is "the least integer not nameable in fewer than nineteen syllables" yet 111777 has just now been defined in eighteen syllables with this last sentence. So there is a contradiction, because the smallest integer expressible in no fewer than nineteen syllables can be expressed in eighteen syllables. This contradiction is Berry's paradox.
It can be noted that 27777, though not prime itself, contains only prime digits (2 and 7). Interestingly we have:
While composing this post I ran into a problem with getting the vertical bar to cover the number. This was part of a broader problem with my LaTeX displaying properly on my Macbook Air when using Chrome. For example, mathematical variables would not display in italics but remained upright. These were just two of several other minor glitches and so I got Gemini to examine my HTML code and suggest a solution. It did and the fix worked just fine.
However, another problem soon emerged in that the new line command wasn't working and was being ignored in my updated MathJax code. Again, Gemini was quick to offer a solution.
Using
\\
outside a Multi-Line Environment:If you're just putting
\\
inside$ ... $
or$$...$$
without an environment, MathJax will likely ignore it because those delimiters are meant for single mathematical expressions, even if they span multiple lines of code.Solution:
You need to wrap your multi-line math content in an appropriate environment. Common ones supported by MathJax are (see Figure 1):
align
: For aligning equations at a specific point (e.g., the equals sign).gather
: For centering multiple equations without alignment.array
: For creating arrays or matrices, where\\
separates rows.
![]() |
Figure 1 |
You've hit upon a common point of confusion with website editors like Blogger. The composing window where you write your posts is part of Blogger's administrative interface. The styles (like fonts, sizes, and sometimes even line spacing) you see while typing in that editor are controlled by Blogger's own styling for the editor itself, not by the theme you apply to your public blog.
Think of it like writing a document in a word processor (the Blogger editor) versus how that document looks when you save it as a PDF or print it (your live blog). The word processor might use a default font for typing, but the final output uses the fonts you've specified in the document's formatting.
Therefore, you cannot directly change the font used within the Blogger post composing window by editing your blog's theme HTML or CSS. That part of the interface is controlled by Blogger's platform and is not customizable by individual users.
The good news is that this is purely a visual difference while you're working. Even though the text might not appear in Ubuntu while you're typing or editing, it will display correctly in Ubuntu 12px (or whatever styles you've set in your theme) when you save or publish the post and view it on your actual blog.
So, you don't need to worry that the editor font is different; it won't affect how your readers see your posts.
No comments:
Post a Comment