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.

A346938 a(n) = Sum_{d|n} mu(n/d) * binomial(7*d,d) / (6*d+1).

Original entry on oeis.org

1, 6, 69, 812, 10471, 141702, 1997687, 28988856, 430321563, 6503342378, 99726673129, 1547847703500, 24269405074739, 383846166714410, 6116574500850339, 98106248277869040, 1582638261961640246, 25661404527359789034, 417980115131315136399, 6836064539918615002932
Offset: 1

Views

Author

Ilya Gutkovskiy, Aug 08 2021

Keywords

Comments

Moebius transform of A002296.

Crossrefs

Programs

  • Mathematica
    Table[Sum[MoebiusMu[n/d] Binomial[7 d, d]/(6 d + 1), {d, Divisors[n]}], {n, 20}]