cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A384504 a(n) = Stirling1(n^2, n).

Original entry on oeis.org

1, 1, 11, 118124, 5056995703824, 2677503356427960382362624, 43103055200236892507668550744976954163200, 44206966751754314698168885550132827351582613259130314424320000
Offset: 0

Views

Author

Vaclav Kotesovec, May 31 2025

Keywords

Comments

a(n) is the number of permutations of n^2 objects with n cycles.

Crossrefs

Programs

  • Mathematica
    Table[StirlingS1[n^2, n], {n, 0, 10}]

Formula

a(n)^(1/n^2) ~ exp(-1)*n^2.
a(n) ~ n^((n-1)*(3*n+1)) * w^(n^2) / (sqrt(2*Pi*(w-1)) * exp(n*(n-1)) * (n*w-1)^(n*(n-1))), where w = -LambertW(-1, -exp(-1/n)/n).