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.

A270924 Coefficient of x^n in Product_{k>=1} ((1 + x^k) / (1 - x^k))^(k*n).

Original entry on oeis.org

1, 2, 16, 128, 1056, 8952, 77200, 673948, 5937792, 52689170, 470210016, 4215834328, 37945215552, 342650763392, 3102866408560, 28166168335128, 256220106742272, 2335126111557564, 21317113277158336, 194890649121580880, 1784158030393621056, 16353089279998330456
Offset: 0

Views

Author

Vaclav Kotesovec, Mar 26 2016

Keywords

Comments

From Peter Bala, Apr 18 2023: (Start)
The Gauss congruences a(n*p^k) == a(n*p^(k-1)) (mod p^k) hold for all primes p and all positive integers n and k.
Conjecture: the stronger supercongruences a(n*p^k) == a(n*p^(k-1)) (mod p^(2*k)) hold for all primes p >= 3 and all positive integers n and k. (End)

Crossrefs

Programs

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

Formula

a(n) ~ c * d^n / sqrt(n), where d = 9.38812912875337022533876219516002188057967... and c = 0.2845468763296311652189248055322905919858...