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.
%I A341836 #11 Sep 01 2021 03:09:01 %S A341836 1,-10,-10,45,-10,100,-10,-120,45,100,-10,-450,-10,100,100,210,-10, %T A341836 -450,-10,-450,100,100,-10,1200,45,100,-120,-450,-10,-1000,-10,-252, %U A341836 100,100,100,2025,-10,100,100,1200,-10,-1000,-10,-450,-450,100,-10,-2100,45,-450,100,-450 %N A341836 Dirichlet g.f.: 1 / zeta(s)^10. %C A341836 Dirichlet inverse of A111220. %H A341836 Seiichi Manyama, <a href="/A341836/b341836.txt">Table of n, a(n) for n = 1..10000</a> %F A341836 Multiplicative with a(p^e) = (-1)^e * binomial(10, e). %F A341836 a(1) = 1; a(n) = -Sum_{d|n, d < n} tau_10(n/d) * a(d). %t A341836 a[1] = 1; a[n_] := Times @@ ((-1)^#[[2]] Binomial[10, #[[2]]] &/@ FactorInteger[n]); Table[a[n], {n, 52}] %o A341836 (PARI) for(n=1, 100, print1(direuler(p=2, n, (1 - X)^10)[n], ", ")) \\ _Vaclav Kotesovec_, Feb 22 2021 %Y A341836 Row 10 of A346148. %Y A341836 Cf. A007427, A007428, A008683, A111220, A247343, A341831, A341832, A341833, A341834, A341835. %K A341836 sign,mult %O A341836 1,2 %A A341836 _Ilya Gutkovskiy_, Feb 21 2021