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 A371550 #5 Mar 30 2024 02:32:55 %S A371550 1,1,1,4,4,11,67,29,260,876,3841,34134,69774,152231,774243,4182754, %T A371550 30376720,409813561,1056300594,3175397668,3655126844,91668397027, %U A371550 499871922705,5219638765816,120716816247428,17518596045460,193032439198301,3860666483055372,22675538336311998 %N A371550 Expansion of e.g.f. Product_{k>=1} (1 + mu(k)^2*x^k/k!). %t A371550 nmax = 28; CoefficientList[Series[Product[(1 + MoebiusMu[k]^2 x^k/k!), {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]! %Y A371550 Cf. A005117, A007837, A008683, A032310, A087188, A115278, A334370, A371549. %K A371550 nonn %O A371550 0,4 %A A371550 _Ilya Gutkovskiy_, Mar 27 2024