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 A293488 #15 Oct 11 2017 05:42:50 %S A293488 1,1,1,6,24,180,1080,10080,90720,907200,10886400,139708800,2035756800, %T A293488 29578348800,479480601600,7846046208000,146459529216000, %U A293488 2845499424768000,58421660064768000,1246862279190528000,28586598596075520000,664182248232222720000 %N A293488 E.g.f.: Product_{m>0} (1 + x^(2*m-1) + x^(4*m-2)/2!). %H A293488 Seiichi Manyama, <a href="/A293488/b293488.txt">Table of n, a(n) for n = 0..446</a> %F A293488 a(n) ~ 2^(-3/4) * c^(1/4) * exp(sqrt(2*c*n) - n) * n^(n-1/4), where c = -polylog(2, -1/2 - I/2) - polylog(2, -1/2 + I/2) = 0.966945612722157030083754546059357521... - _Vaclav Kotesovec_, Oct 11 2017 %o A293488 (PARI) N=66; x='x+O('x^N); Vec(serlaplace(prod(m=1, N, 1+x^(2*m-1)+x^(4*m-2)/2))) %Y A293488 Column k=2 of A293486. %Y A293488 Cf. A293138, A293304. %K A293488 nonn %O A293488 0,4 %A A293488 _Seiichi Manyama_, Oct 10 2017