Fungrim home page

Fungrim entry: 32e430

Symbol: LandauG g(n)g(n) Landau's function
Landau's function g(n)g(n) gives the largest order of an element of the symmetric group Sn{S}_{n}.
It can be defined arithmetically as the maximum least common multiple of the partitions of nn, as in 7932c3.
The following table lists conditions such that LandauG(n) is defined in Fungrim.
Domain Codomain
nZ0n \in \mathbb{Z}_{\ge 0} g(n)Z1g(n) \in \mathbb{Z}_{\ge 1}
Table data: (P,Q)\left(P, Q\right) such that (P)        (Q)\left(P\right) \;\implies\; \left(Q\right)
References:
  • https://oeis.org/A000793
Definitions:
Fungrim symbol Notation Short description
LandauGg(n)g(n) Landau's function
ZZGreaterEqualZn\mathbb{Z}_{\ge n} Integers greater than or equal to n
Source code for this entry:
Entry(ID("32e430"),
    SymbolDefinition(LandauG, LandauG(n), "Landau's function"),
    Description("Landau's function", LandauG(n), "gives the largest order of an element of the symmetric group", Subscript(S, n), "."),
    Description("It can be defined arithmetically as the maximum least common multiple of the partitions of", n, ", as in", EntryReference("7932c3"), "."),
    Description("The following table lists conditions such that", SourceForm(LandauG(n)), "is defined in Fungrim."),
    Table(TableRelation(Tuple(P, Q), Implies(P, Q)), TableHeadings(Description("Domain"), Description("Codomain")), List(Tuple(Element(n, ZZGreaterEqual(0)), Element(LandauG(n), ZZGreaterEqual(1))))),
    References("https://oeis.org/A000793"))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2021-03-15 19:12:00.328586 UTC