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.

A258672 Number of partitions of n*2^n into parts that are at most n.

Original entry on oeis.org

0, 1, 5, 61, 2280, 273052, 110537709, 156456474138, 790541795804221, 14445283925963101577, 963056085414756870071490, 235864774408401842540220265704, 213426797830699546133563821747980513, 717147073290996884137625501875655000693923
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) ~ n^n * 2^(n*(n-1)) / (n!)^2.