• 5 has three strict partitions: (5), (4,1), (3,2).

    From henhanna@gmail.com@21:1/5 to All on Sun Sep 18 14:27:00 2022
    i'm wondering HOW this (strict partition) shows up in real life...

    ------ card game, like Blackjack ?

    ___ postage stamps.... Or making exact payment

    what (how) else ?



    https://codegolf.stackexchange.com/questions/71941/strict-partitions-of-a-positive-integer

    5 has three strict partitions: (5), (4,1), (3,2).

    10 has ten [strict] partitions:

    (10) (9,1)
    (8,2) (7,3)
    (6,4) (7,2,1)
    (6,3,1) (5,4,1)
    (5,3,2) (4,3,2,1)


    https://en.wikipedia.org/wiki/Partition_function_(number_theory)

    3 = (1+2), (3)
    4 = (1+3), (4)
    5 = (2+3), (1+4), (5)
    6 = (1+2+3), (2+4), (1+5), (6)
    7 = (1+2+4), (3+4), (2+5), (1+6), (7)

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)