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.

A384087 a(n) = [x^n] Product_{k=1..n} ((1 + k*x)/(1 - k*x))^3.

Original entry on oeis.org

1, 6, 162, 7848, 552000, 51035310, 5853933666, 802178739936, 127879052859648, 23252775004089990, 4750089647035004250, 1077069265550569663416, 268437124701985949614944, 72940650531961450912140558, 21461129870889481564510048050, 6797577340761206051865208521600, 2306127185536355501260494657447936
Offset: 0

Views

Author

Vaclav Kotesovec, May 19 2025

Keywords

Crossrefs

Programs

  • Mathematica
    Table[SeriesCoefficient[Product[(1+k*x)^3/(1-k*x)^3, {k, 1, n}], {x, 0, n}], {n, 0, 16}]

Formula

a(n) ~ c * d^n * n! / n, where d = 22.56625698335414867480351407039325848948214595770919713967057... and c = 0.403760467212667768540403611728406212428403946576093482938996...

A384088 a(n) = [x^n] Product_{k=1..n} ((1 + k*x)/(1 - k*x))^4.

Original entry on oeis.org

1, 8, 288, 18528, 1728000, 211687080, 32159822688, 5835397918336, 1231573968949248, 296447550279133320, 80158746419240852000, 24057027574081163030688, 7935414295799696292767232, 2853706409310576479751168168, 1111199574070700473937862463200, 465782420445680979210397280524800
Offset: 0

Views

Author

Vaclav Kotesovec, May 19 2025

Keywords

Crossrefs

Programs

  • Mathematica
    Table[SeriesCoefficient[Product[(1+k*x)^4/(1-k*x)^4, {k, 1, n}], {x, 0, n}], {n, 0, 16}]

Formula

a(n) ~ c * d^n * n! / n, where d = 29.85915450232266280267400661836716424701025678171993103713550551... and c = 0.415660498916272367812330643610916948922178337726778287649763513...
Showing 1-2 of 2 results.