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.

A371493 Expansion of e.g.f. Product_{k>=2} (1 + x^k/k).

This page as a plain text file.
%I A371493 #5 Mar 26 2024 11:14:38
%S A371493 1,0,1,2,6,44,210,1644,11088,119664,1034640,12372480,139629600,
%T A371493 1877722560,25389131040,395162832960,6041860070400,105872058754560,
%U A371493 1864694944465920,35822359116149760,705399920144640000,15048474234019430400,324762706938629836800,7566557300438795366400
%N A371493 Expansion of e.g.f. Product_{k>=2} (1 + x^k/k).
%t A371493 nmax = 23; CoefficientList[Series[Product[(1 + x^k/k), {k, 2, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
%Y A371493 Cf. A007838, A032311, A371487.
%K A371493 nonn
%O A371493 0,4
%A A371493 _Ilya Gutkovskiy_, Mar 25 2024