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.

A259373 a(n) = Product_{k=0..n} p(k)^k, where p(k) is the partition function A000041.

Original entry on oeis.org

1, 1, 4, 108, 67500, 1134472500, 2009787236572500, 343390991123754492187500, 18843880602308850038793150000000000, 370904101895245095313565571450000000000000000000, 6335115544513765517772271190776403515352524800000000000000000000
Offset: 0

Views

Author

Vaclav Kotesovec, Jun 25 2015

Keywords

Crossrefs

Programs

  • Mathematica
    Table[Product[PartitionsP[k]^k,{k,0,n}],{n,0,10}]

Formula

a(n) ~ c * Product_{k=1..n} ( (exp(Pi*sqrt(2/3*(k-1/24))) / (4*sqrt(3)*(k-1/24)) * (1 - sqrt(3/(2*(k-1/24)))/Pi)) )^k, where c = A259405 = 0.90866166764445489256...