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-1 of 1 results.

A386880 a(n) = [x^n] 1/(1 - x)^(n*(n+1)/2).

Original entry on oeis.org

1, 1, 6, 56, 715, 11628, 230230, 5379616, 145008513, 4431613550, 151473214816, 5727160371180, 237377895350076, 10704005376506540, 521748877569771510, 27338999059076777600, 1532576541123942256285, 91527291781199227579626, 5801648509628587739612170, 389032765009190361630625600
Offset: 0

Views

Author

Vaclav Kotesovec, Aug 06 2025

Keywords

Crossrefs

Programs

  • Mathematica
    Table[SeriesCoefficient[1/(1-x)^(n*(n+1)/2), {x, 0, n}], {n, 0, 25}]
    Join[{1}, Table[Binomial[n*(n + 3)/2, n]*(n + 1)/(n + 3), {n, 1, 25}]]

Formula

a(n) ~ exp(n+2) * n^(n - 1/2) / (sqrt(Pi) * 2^(n + 1/2)).
For n > 0, a(n) = binomial(n*(n+3)/2, n) * (n+1)/(n+3).
Showing 1-1 of 1 results.