S-expression: Difference between revisions
ArrowHead294 (talk | contribs) |
ArrowHead294 (talk | contribs) |
||
| Line 2,708: | Line 2,708: | ||
; S-factorization | ; S-factorization | ||
: An expression that takes a list of consecutive integer harmonics including the ''k''th harmonic and raises them to integer powers, similar to a [[smonzo]] but uniquely suited to analysing S-expressions. | : An expression that takes a list of consecutive integer harmonics including the ''k''th harmonic and raises them to integer powers, similar to a [[smonzo]] but uniquely suited to analysing S-expressions. | ||
: For example: {{ | : For example: {{nowrap|S''k'' {{=}} [''k'' − 1, ''k'', ''k'' + 1]<sup>[−1, 2, −1]</sup>}} because {{nowrap|S''k'' {{=}} (''k'' − 1)<sup>−1</sup>''k''<sup>2</sup>(''k'' + 1)<sup>−1</sup>}}. | ||
; S-comma | ; S-comma | ||