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 A351991 #12 Feb 27 2022 11:11:20 %S A351991 1,0,1,1,6,11,110,232,3136,10032,141492,561001,9708864,43864471, %T A351991 886873780,4775054571,106484438048,651701988633,16430255716392, %U A351991 111498817293652,3124376125290804,23598473924038152,721819990948712614,5975067276022072669,199594173117826648968 %N A351991 Expansion of e.g.f. Product_{k>=1} 1/(1 - x^prime(k) / prime(k)!). %o A351991 (PARI) my(N=40, x='x+O('x^N)); Vec(serlaplace(1/prod(k=1, N, 1-isprime(k)*x^k/k!))) %Y A351991 Cf. A005651, A319112, A334370. %K A351991 nonn %O A351991 0,5 %A A351991 _Seiichi Manyama_, Feb 27 2022