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.

A346579 a(n) = (1/(5*n)) * Sum_{d|n} mu(n/d) * binomial(5*d,d).

This page as a plain text file.
%I A346579 #7 Jul 25 2021 02:41:14
%S A346579 1,4,30,240,2125,19776,192129,1922496,19692504,205444500,2175519379,
%T A346579 23322637440,252631900235,2760767859780,30400169155500,
%U A346579 336977763170048,3757141504436392,42107201575798248,474084628585822412,5359833703935374000,60823006052351537106,692556314455384443196
%N A346579 a(n) = (1/(5*n)) * Sum_{d|n} mu(n/d) * binomial(5*d,d).
%C A346579 Inverse Euler transform of A002294.
%C A346579 Moebius transform of A261498.
%t A346579 Table[(1/(5 n)) Sum[MoebiusMu[n/d] Binomial[5 d, d], {d, Divisors[n]}], {n, 22}]
%o A346579 (PARI) a(n) = sumdiv(n, d, moebius(n/d)*binomial(5*d,d))/(5*n); \\ _Michel Marcus_, Jul 24 2021
%Y A346579 Cf. A001449, A002294, A008683, A022553, A261498, A346577, A346578, A346580, A346581, A346582.
%K A346579 nonn
%O A346579 1,2
%A A346579 _Ilya Gutkovskiy_, Jul 24 2021