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.

A038066 Product_{k>=1} 1/(1 - x^k)^a(k) = 1 + 5x.

Original entry on oeis.org

5, -15, 40, -150, 624, -2620, 11160, -48750, 217000, -976872, 4438920, -20343700, 93900240, -435970980, 2034504992, -9536718750, 44878791360, -211927733500, 1003867701480, -4768371093720, 22706531339280
Offset: 1

Views

Author

Christian G. Bower, Jan 04 1999

Keywords

Crossrefs

Programs

  • PARI
    x='x+O('x^22); Vec(sum(k=1, 22, moebius(k)*log(1 + 5*x^k)/k)) \\ Indranil Ghosh, May 24 2017

Formula

G.f.: Sum_{k>=1} mu(k)*log(1 + 5*x^k)/k. - Ilya Gutkovskiy, May 23 2017
a(n) ~ -(-1)^n * 5^n / n. - Vaclav Kotesovec, Jun 12 2018
a(n) = -(1/n) * Sum_{d|n} mu(n/d) * (-5)^d. - Seiichi Manyama, Apr 12 2025