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.

A326780 E.g.f.: Product_{k>=1} 1/(1 - x^(4*k-3)/(4*k-3)).

This page as a plain text file.
%I A326780 #6 Jul 24 2019 18:09:19
%S A326780 1,1,2,6,24,144,864,6048,48384,475776,4902912,53932032,647184384,
%T A326780 8892398592,126430875648,1906924529664,30510792474624,539606261956608,
%U A326780 9890452422918144,188459240926150656,3773077461736095744,81667528704634650624,1819516013302975561728
%N A326780 E.g.f.: Product_{k>=1} 1/(1 - x^(4*k-3)/(4*k-3)).
%H A326780 Vaclav Kotesovec, <a href="/A326780/b326780.txt">Table of n, a(n) for n = 0..447</a>
%H A326780 D. H. Lehmer, <a href="http://matwbn.icm.edu.pl/ksiazki/aa/aa21/aa21123.pdf">On reciprocally weighted partitions</a>, Acta Arithmetica XXI (1972), 379-388 (Theorem 7).
%F A326780 a(n) ~ 2^(7/2) * exp(-gamma/4) * n^(1/4) * n! / Gamma(1/4)^2, where gamma is the Euler-Mascheroni constant A001620 and Gamma() is the Gamma function [Lehmer, 1972].
%t A326780 nmax = 25; CoefficientList[Series[1/Product[(1-x^(4*k-3)/(4*k-3)), {k, 1, Floor[nmax/4] + 1}], {x, 0, nmax}], x] * Range[0, nmax]!
%Y A326780 Cf. A007841, A294506, A309319, A326755, A326756, A326779.
%K A326780 nonn
%O A326780 0,3
%A A326780 _Vaclav Kotesovec_, Jul 24 2019