
The flag of Saudi Arabia bearing a sword and the Shahada

The flag of Saudi Arabia bearing a sword and the Shahada
If you want a good example of how, in math, something very simple can quickly get very deep, just look at partitions. Here are the partitions of 1 to 5, that is, the ways 1 to 5 can be expressed as a sum of integers smaller than or equal to themselves:
1 = 1
numbpart(1) = 1
2 = 2
1 + 1 = 2numbpart(2) = 2
3 = 3
1 + 2 = 3
1 + 1 + 1 = 3numbpart(3) = 3
4 = 4
1 + 3 = 4
2 + 2 = 4
1 + 1 + 2 = 4
1 + 1 + 1 + 1 = 4numbpart(4) = 5
5 = 5
1 + 4 = 5
2 + 3 = 5
1 + 1 + 3 = 5
1 + 2 + 2 = 5
1 + 1 + 1 + 2 = 5
1 + 1 + 1 + 1 + 1 = 5numbpart(5) = 7
It’s very easy to understand the concept of partitions, but very difficult to understand how partitions behave. For example, here is numbpart(n), the count of partitions for 1, 2, 3,…
1, 2, 3, 5, 7, 11, 15, 22, 30, 42, 56, 77, 101, 135, 176, 231, 297, 385, 490, 627, 792, 1002, 1255, 1575, 1958, 2436, 3010, 3718, 4565, 5604, 6842, 8349, 10143, 12310, 14883, 17977, 21637, 26015, 31185, 37338, 44583, 53174, 63261, 75175, 89134, 105558, 124754, 147273, 173525, 204226, … A000041 at the Online Encyclopedia of Integer Sequences, “a(n) is the number of partitions of n (the partition numbers)”
What’s the formula for numbpart(n)? That’s a tricky question. And what’s the formula for the curves produced by counting the various lengths of partitions(n)? That’s another tricky question, but one thing is easy to see. As n gets bigger, the graph of countlen(partitions(n)) acquires a strange, lopsided beauty. Here are the partitions of 8, with the count of how many partitions of a particular length there are:
8 = 8 (1 partition of length 1)
1 + 7 = 8
2 + 6 = 8
3 + 5 = 8
4 + 4 = 8 (4 partitions of length 2)
1 + 1 + 6 = 8
1 + 2 + 5 = 8
1 + 3 + 4 = 8
2 + 2 + 4 = 8
2 + 3 + 3 = 8 (5 of length 3)
1 + 1 + 1 + 5 = 8
1 + 1 + 2 + 4 = 8
1 + 1 + 3 + 3 = 8
1 + 2 + 2 + 3 = 8
2 + 2 + 2 + 2 = 8 (5 of length 4)
1 + 1 + 1 + 1 + 4 = 8
1 + 1 + 1 + 2 + 3 = 8
1 + 1 + 2 + 2 + 2 = 8 (3 of length 5)
1 + 1 + 1 + 1 + 1 + 3 = 8
1 + 1 + 1 + 1 + 2 + 2 = 8 (2 of length 6)
1 + 1 + 1 + 1 + 1 + 1 + 2 = 8 (1 of length 7)
1 + 1 + 1 + 1 + 1 + 1 + 1 + 1 = 8 (1 of length 8)
When counts like that are shown as a graph, the graphs look like this (maximum counts are normalized to the same height):

graph of countlen(partitions(2))

Animated gif of partlen graphs (courtesy EZgif)
The graphs have a long, low right tail because the counts rise to great heights very quick, then fall away again, as you can see with partitions(100):
1 = count(partitions(10),len=1)
50 = count(partitions(10),len=2)
833 = count(partitions(10),len=3)
7153 = count(partitions(10),len=4)
38225 = count(partitions(10),len=5)
143247 = count(partitions(10),len=6)[…]
10643083 = count(partitions(10),len=16)
11022546 = count(partitions(10),len=17)
11087828 = count(partitions(10),len=18)
10885999 = count(partitions(10),len=19)
10474462 = count(partitions(10),len=20)[…]
30 = count(partitions(10),len=91)
22 = count(partitions(10),len=92)
15 = count(partitions(10),len=93)
11 = count(partitions(10),len=94)
7 = count(partitions(10),len=95)
5 = count(partitions(10),len=96)
3 = count(partitions(10),len=97)
2 = count(partitions(10),len=98)
1 = count(partitions(10),len=99)
1 = count(partitions(10),len=100)
Tsavudz’ gvdjo
Hmorksa ržmju:
Í hmístaghjo,
Í hmůldzva lšju! — Franček Zymosjő (1883-1941)
White butterflies,
On paper wings,
Are mystagogues,
Enchanted things!
• Translation by Elena Nebotsaya in On Paper Wings: Selected Poems and Prose of Franček Zymosjő (Symban Press 1986)
Smooth between sea and land
Is laid the yellow sand,
And here through summer days
The seed of Adam plays.
Here the child comes to found
His unremaining mound,
And the grown lad to score
Two names upon the shore.
Here, on the level sand,
Between the sea and land,
What shall I build or write
Against the fall of night?
Tell me of runes to grave
That hold the bursting wave,
Or bastions to design
For longer date than mine.
Shall it be Troy or Rome
I fence against the foam,
Or my own name, to stay
When I depart for aye?
Nothing: too near at hand,
Planing the figure sand,
Effacing clean and fast
Cities not built to last
And charms devised in vain,
Pours the confounding main. — A.E. Housman, “XLV” of More Poems (1936)
sum(4,17) = 147 = 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11 + 12 + 13 + 14 + 15 + 16 + 17
sum(1,20) = 210
sum(19,59) = 1599
sum(22,77) = 2772
sum(20,156) = 12056
sum(34,167) = 13467
sum(23,211) = 22113
sum(79,227) = 22797
sum(84,229) = 22849
sum(61,236) = 26136
sum(199,599) = 159999
sum(203,771) = 277103
sum(222,777) = 277722
sum(266,778) = 267786
sum(277,797) = 279777
sum(145,1520) = 1145520
sum(117,1522) = 1152217
sum(149,1525) = 1152549
sum(167,1527) = 1152767
sum(208,1568) = 1208568
sum(334,1667) = 1334667
sum(540,1836) = 1540836
sum(315,1990) = 1931590
sum(414,2062) = 2041462
sum(418,2063) = 2041863
sum(158,2083) = 2158083
sum(244,2132) = 2244132
sum(554,2139) = 2135549
sum(902,2347) = 2349027
sum(883,2558) = 2883558
sum(989,2637) = 2989637
sum(436,2963) = 4296336
sum(503,3303) = 5330303
sum(626,3586) = 6235866
sum(816,4183) = 8418316
sum(1075,4700) = 10470075
sum(1117,4922) = 11492217
sum(1306,5273) = 13052736
sum(1377,5382) = 13538277
sum(1420,5579) = 14557920
sum(1999,5999) = 15999999
sum(2727,7272) = 22727727
sum(2516,7528) = 25175286
sum(2625,7774) = 26777425
sum(2222,7777) = 27777222
sum(3765,9490) = 37949065
sum(535,10319) = 53103195
sum(1101,14973) = 111497301
sum(2088,15688) = 120885688
sum(3334,16667) = 133346667
sum(2603,19798) = 192603798
sum(3093,19893) = 193093893
sum(1162,20039) = 200116239
sum(1415,20095) = 200914155
sum(1563,20118) = 201156318
sum(2707,20294) = 202270794
sum(2518,20318) = 203251818
sum(2608,20333) = 203326083
sum(2895,20370) = 203289570
sum(3424,20552) = 205342452
sum(4255,20855) = 208425555
sum(4571,20971) = 209457171
sum(4613,21028) = 210461328
sum(4742,21259) = 214742259
sum(6318,21798) = 217631898
sum(6498,21943) = 219649843
sum(7080,22305) = 223708005
sum(7243,22358) = 223724358
sum(6833,22368) = 226833368
sum(7128,22473) = 227128473
sum(4523,22603) = 245232603
sum(4978,22898) = 249782898
sum(8339,23019) = 230183399
sum(8610,23191) = 231861091
sum(6013,23588) = 260133588
sum(9252,23652) = 236925252
sum(6488,23913) = 264883913
sum(8379,25254) = 283795254
sum(4012,28667) = 402866712
sum(4922,31762) = 492317622
sum(4998,31801) = 493180198
sum(5200,32675) = 520326750
sum(7707,40092) = 774009207
sum(7868,40431) = 786404318
sum(9325,44450) = 944450325
sum(11047,48287) = 1104828747
sum(14699,56100) = 1465610099
sum(16235,59860) = 1659860235
sum(19999,59999) = 1599999999
sum(17264,61239) = 1726123964
sum(17405,61605) = 1746160505
sum(18457,63782) = 1863782457
sum(25016,75028) = 2501750286
sum(28022,79942) = 2802799422
sum(37060,93740) = 3706937400
sum(7567,119567) = 7119567567
sum(9638,135513) = 9135513638
sum(15392,152607) = 11526075392
sum(17744,152880) = 11528807744
sum(12012,156387) = 12156387012
sum(20888,156888) = 12088856888
sum(30663,164538) = 13066364538
sum(33334,166667) = 13333466667
sum(36038,168838) = 13603868838
Once in the wind of morning
I ranged the thymy wold;
The world-wide air was azure
And all the brooks ran gold.
There through the dews beside me
Behold a youth that trod,
With feathered cap on forehead,
And poised a golden rod.
With mien to match the morning
And gay delightful guise
And friendly brows and laughter
He looked me in the eyes.
Oh whence, I asked, and whither?
He smiled and would not say,
And looked at me and beckoned
And laughed and led the way.
And with kind looks and laughter
And nought to say beside
We two went on together,
I and my happy guide.
Across the glittering pastures
And empty upland still
And solitude of shepherds
High in the folded hill,
By hanging woods and hamlets
That gaze through orchards down
On many a windmill turning
And far-discovered town,
With gay regards of promise
And sure unslackened stride
And smiles and nothing spoken
Led on my merry guide.
By blowing realms of woodland
With sunstruck vanes afield
And cloud-led shadows sailing
About the windy weald,
By valley-guarded granges
And silver waters wide,
Content at heart I followed
With my delightful guide.
And like the cloudy shadows
Across the country blown
We two fare on for ever,
But not we two alone.
With the great gale we journey
That breathes from gardens thinned,
Borne in the drift of blossoms
Whose petals throng the wind;
Buoyed on the heaven-heard whisper
Of dancing leaflets whirled
From all the woods that autumn
Bereaves in all the world.
And midst the fluttering legion
Of all that ever died
I follow, and before us
Goes the delightful guide,
With lips that brim with laughter
But never once respond,
And feet that fly on feathers,
And serpent-circled wand.
• A.E. Housman, A Shropshire Lad, XLII

An aventurine obelisk (Unlimited Crystals)
Practically speaking, I’d never heard of them. Practical numbers, that is. They’re defined like this at the Online Encyclopedia of Integer Sequences:
A005153 Practical numbers: positive integers m such that every k <= sigma(m) is a sum of distinct divisors of m. Also called panarithmic numbers. […] Equivalently, positive integers m such that every number k <= m is a sum of distinct divisors of m. — A005153 at OEIS
In other words, if you take, say, divisors(12) = 1, 2, 3, 4, 6, you can find partial sums of those divisors that equal every number from 1 to 16, where 16 = 1+2+3+4+6. Here are all those sums, with c as the count of divisor-sums equalling a particular k (to simplify things, I’m excluding 12 as a divisor of 12):
1, 2, 3, 4, 6 = divisors(12)
01 = 1 (c=1)
02 = 2 (c=1)
03 = 1 + 2 = 3 (c=2)
04 = 1 + 3 = 4 (c=2)
05 = 2 + 3 = 1 + 4 (c=2)
06 = 1 + 2 + 3 = 2 + 4 = 6 (c=3)
07 = 1 + 2 + 4 = 3 + 4 = 1 + 6 (c=3)
08 = 1 + 3 + 4 = 2 + 6 (c=2)
09 = 2 + 3 + 4 = 1 + 2 + 6 = 3 + 6 (c=3)
10 = 1 + 2 + 3 + 4 = 1 + 3 + 6 = 4 + 6 (c=3)
11 = 2 + 3 + 6 = 1 + 4 + 6 (c=2)
12 = 1 + 2 + 3 + 6 = 2 + 4 + 6 (c=2)
13 = 1 + 2 + 4 + 6 = 3 + 4 + 6 (c=2)
14 = 1 + 3 + 4 + 6 (c=1)
15 = 2 + 3 + 4 + 6 (c=1)
16 = 1 + 2 + 3 + 4 + 6 (c=1)
Learning about practical numbers inspired me to look at the graphs of the count of the divisor-sums for 12. If you include count(0) = 1 (there is one way of choosing divisors of 12 to equal 0, namely, by choosing none of the divisors), the graph looks like this:

counts of divisorsum(12) = k, where 12 = 2^2 * 3 → 1, 2, 3, 4, 6
Here are some more graphs for partialsumcount(n), adjusted for a standardized y-max. They remind me variously of skyscrapers, pyramids, stupas, factories and factory façades, forts bristling with radar antennae, and the Houses of Parliament. All in an art-deco style:

18 = 2 * 3^2 → 1, 2, 3, 6, 9
24 = 2^3 * 3 → 1, 2, 3, 4, 6, 8, 12
30 = 2 * 3 * 5 → 1, 2, 3, 5, 6, 10, 15
36 = 2^2 * 3^2 → 1, 2, 3, 4, 6, 9, 12, 18
48 = 2^4 * 3 → 1, 2, 3, 4, 6, 8, 12, 16, 24
54 = 2 * 3^3 → 1, 2, 3, 6, 9, 18, 27
60 = 2^2 * 3 * 5 → 1, 2, 3, 4, 5, 6, 10, 12, 15, 20, 30
72 = 2^3 * 3^2 → 1, 2, 3, 4, 6, 8, 9, 12, 18, 24, 36
88 = 2^3 * 11 → 1, 2, 4, 8, 11, 22, 44, 88
96 = 2^5 * 3 → 1, 2, 3, 4, 6, 8, 12, 16, 24, 32, 48
100 = 2^2 * 5^2 → 1, 2, 4, 5, 10, 20, 25, 50
108 = 2^2 * 3^3 → 1, 2, 3, 4, 6, 9, 12, 18, 27, 36, 54
120 = 2^3 * 3 * 5 → 1, 2, 3, 4, 5, 6, 8, 10, 12, 15, 20, 24, 30, 40, 60
126 = 2 * 3^2 * 7 → 1, 2, 3, 6, 7, 9, 14, 18, 21, 42, 63
162 = 2 * 3^4 → 1, 2, 3, 6, 9, 18, 27, 54, 81
220 = 2^2 * 5 * 11 → 1, 2, 4, 5, 10, 11, 20, 22, 44, 55, 110
And what about im-practical numbers, where the partial sums of divisors(m) don’t equal every number 1..sigma(m)? There are interesting fractal patterns to be uncovered there, as you can see from the graph for 190 (because all divsumcount(k) = 1, the graph looks like a bar-code):

190 = 2 * 5 * 19 → 1, 2, 5, 10, 19, 38, 95
A.A. Milne’s Winnie-the-Pooh (1926) is a core kiddy-culture classic. And I’ve always been a big fan. Especially of Eeyore. But it wasn’t till 2025 that I noticed a big bit of bad writing in the book. Or maybe it isn’t. Maybe the redundancy here is more natural English than the same passage with the redundancy removed. But I still think removing the redundancy makes it read better. See for yourself:
One day when he was out walking, he [Winnie-the-Pooh] came to an open place in the middle of the forest, and in the middle of this place was a large oak-tree, and, from the top of the tree, there came a loud buzzing-noise.
In this drawing, Winnie-the-Pooh is peering up. There are tiny things swarming around up there.
Winnie-the-Pooh sat down at the foot of the tree, put his head between his paws and began to think.
First of all he said to himself: “That buzzing-noise means something. You don’t get a buzzing-noise like that, just buzzing and buzzing, without its meaning something. If there’s a buzzing-noise, somebody’s making a buzzing-noise, and the only reason for making a buzzing-noise that I know of is because you’re a bee.”
Then he thought another long time, and said: “And the only reason for being a bee that I know of is making honey.”
And then he got up, and said: “And the only reason for making honey is so as I can eat it.” So he began to climb the tree. — Winnie-the-Pooh, chapter 1
↓
REMOVING
↓
REDUNDANCY
↓
One day when he was out walking, he came to an open place in the middle of the forest, and in the middle of this place was a large oak-tree, and, from the top of the tree, there came a loud buzzing.
In this drawing, Winnie-the-Pooh is peering up. There are tiny things swarming around up there.
Winnie-the-Pooh sat down at the foot of the tree, put his head between his paws and began to think.
First of all he said to himself: “That buzzing means something. You don’t get a buzzing like that, just buzzing and buzzing, without its meaning something. If there’s a buzzing, somebody’s making a buzzing, and the only reason for making a buzzing that I know of is because you’re a bee.”
Then he thought another long time, and said: “And the only reason for being a bee that I know of is making honey.”
And then he got up, and said: “And the only reason for making honey is so as I can eat it.” So he began to climb the tree. — Winnie-the-Pooh, chapter 1
Elsewhere Other-Accessible…
• Winnie-the-Pooh (1926) at Gutenberg
Previously Pre-Posted…
• Noise Annoys — discussion of the redundancy of “noise”
• Nice Noise — more discussion of the redundancy of “noise”

Leibniz's beautiful formula for π using odd reciprocals (image)
Elsewhere Other-Accessible…
• Leibniz formula for π at Wikipedia

(Image courtesy Karmaka)