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.

Showing 1-2 of 2 results.

A326885 E.g.f.: Product_{k>=1} 1/(1 - k*(exp(x)-1)^k).

Original entry on oeis.org

1, 1, 7, 55, 595, 7351, 110587, 1884415, 36154195, 771983911, 18141124267, 463345240975, 12792709110595, 379854657215671, 12057296962232347, 407072488594360735, 14565548824196479795, 550582832110097346631, 21917855760706255154827, 916261422041320023467695
Offset: 0

Views

Author

Vaclav Kotesovec, Jul 31 2019

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 20; CoefficientList[Series[Product[1/(1-k*(Exp[x]-1)^k), {k, 1, nmax}], {x, 0, nmax}], x] * Range[0, nmax]!

Formula

a(n) = Sum_{k=0..n} A006906(k)*Stirling2(n,k)*k!.
a(n) ~ c * n! / ((3^(2/3) - 2) * (3^(2/3) - 1) * log(1 + 3^(-1/3))^(n+1)), where c = Product_{k>=4} 1/(1 - k/3^(k/3)) = 3468.14377687388560106742710672518465524...

A326886 E.g.f.: Product_{k>=1} (1 + k*(exp(x)-1)^k) / (1 - k*(exp(x)-1)^k).

Original entry on oeis.org

1, 2, 14, 134, 1574, 22262, 370694, 7008374, 147805574, 3447703862, 88047037574, 2438080410614, 72703788119174, 2321967591003062, 79030014919422854, 2854499200663284854, 109018338380110506374, 4388176453133542327862, 185612789014681549094534
Offset: 0

Views

Author

Vaclav Kotesovec, Jul 31 2019

Keywords

Crossrefs

Programs

  • Mathematica
    nmax = 20; CoefficientList[Series[Product[(1+k*(Exp[x]-1)^k)/(1-k*(Exp[x]-1)^k), {k, 1, nmax}], {x, 0, nmax}], x] * Range[0, nmax]!

Formula

a(n) = Sum_{k=0..n} A265758(k)*Stirling2(n,k)*k!.
a(n) ~ c * 2 * (3^(2/3) + 2) * n! / (3*(3^(2/3) - 2) * (3^(1/3) - 1) * log(1 + 3^(-1/3))^(n+1)), where c = Product_{k>=4} (1 + k/3^(k/3)) / (1 - k/3^(k/3)) = 153073.83255100475812062139772279157814388739...
Showing 1-2 of 2 results.