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.

A258670 Number of partitions of (2*n)! into parts that are at most n.

Original entry on oeis.org

0, 1, 13, 43561, 455366036161, 60209252317216962943201, 291857679749953126623181556402787323521, 120972618144269517756284629487432992029777542693069847287041
Offset: 0

Views

Author

Vaclav Kotesovec, Jun 07 2015

Keywords

Comments

Conjecture: If f(n) >= O(n^4) then "number of partitions of f(n) into parts that are at most n" is asymptotic to f(n)^(n-1) / (n!*(n-1)!). For the examples see A238016 and A238010.

Crossrefs

Formula

a(n) ~ (2*n)!^(n-1) / (n!*(n-1)!).