crowlogic / arb4j

arb4j is a Java API for the arbitrary precision ball arithmetic library found at http://arblib.org
Other
1 stars 0 forks source link

implement swinging factorial #319

Closed crowlogic closed 6 months ago

crowlogic commented 7 months ago

The symbolism denoted here seems cool, Swinging Factorials.

The closest thing I could find in Unicode is ſ, so $nſ$ shall denote the swung factorial of $n$, just like $n!$ denotes the factorial of $n$ and $(a)_n$ denotes the rising factorial of $n$.

SwingingFactorials.pdf

The swinging factorial of a number $n$, denoted by $a(n)$, is defined in several equivalent ways. One prominent definition is given by:

$$ a(n) = 2^{n-(n \text{mod} 2)} \prod_{k=1}^{n} k^{(-1)^{k+1}}, $$

where $\mod$ denotes the modulus operation. An alternative formulation involves factorials and the floor function:

$$ a(n) = \frac{n!}{\left(\lfloor \frac{n}{2} \rfloor!\right)^2}. $$

Properties

Swinging factorials exhibit several notable properties:

Generating Functions and Recurrences

The swinging factorial is characterized by various generating functions and recurrence relations:

Applications and Interpretations

Swinging factorials play a significant role in various mathematical contexts:

Examples

To illustrate the concept, consider the following examples:

Conclusion

The study of swinging factorials unveils a rich mathematical structure interlinking factorials, binomial coefficients, and geometric interpretations. It underscores the depth and breadth of combinatorial mathematics, revealing intricate relationships and properties that extend beyond the conventional factorial function.

crowlogic commented 7 months ago

needs to support syntax like this

a(n)=n!/⌊n/2⌋!²
crowlogic commented 7 months ago

the utf symbol is

in tex its $\wr$ \wr