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.

A371549 Expansion of e.g.f. Product_{k>=1} 1 / (1 - mu(k)^2*x^k/k!).

Original entry on oeis.org

1, 1, 3, 10, 46, 241, 1557, 11131, 92212, 840024, 8542993, 94539006, 1144279566, 14919897227, 209774942457, 3151449855040, 50530826165712, 859682757161697, 15490902162445818, 294439841770813162, 5891955981426042936, 123754936144549505365, 2723338451934477621489
Offset: 0

Views

Author

Ilya Gutkovskiy, Mar 27 2024

Keywords

Crossrefs

Programs

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

Formula

a(n) ~ c * n!, where c = Product_{k>=2} 1/(1 - mu(k)^2 / k!) = 2.424015771296779544901862396932865784522634598161012752425646675020312449... - Vaclav Kotesovec, Mar 28 2024
Showing 1-1 of 1 results.