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.

A370761 Expansion of Product_{k>=1} (1 + 2^(k+1)*x^k) * (1 + 2^(k-1)*x^k).

This page as a plain text file.
%I A370761 #10 Mar 02 2024 04:55:50
%S A370761 1,5,14,70,196,640,2248,6480,19072,56000,169792,466560,1327104,
%T A370761 3642880,10030080,27776000,74541056,199065600,531505152,1401405440,
%U A370761 3672801280,9674588160,25018564608,64701071360,166363136000,426159636480,1084287352832,2756737761280,6979072294912
%N A370761 Expansion of Product_{k>=1} (1 + 2^(k+1)*x^k) * (1 + 2^(k-1)*x^k).
%F A370761 a(n) ~ (Pi^2/3 + log(2)^2)^(1/4) * 2^(n - 3/4) * exp(sqrt(2*(Pi^2/3 + log(2)^2)*n)) / (3*sqrt(Pi)*n^(3/4)).
%t A370761 nmax = 30; CoefficientList[Series[Product[(1 + 2^(k+1)*x^k)*(1 + 2^(k-1)*x^k), {k, 1, nmax}], {x, 0, nmax}], x]
%Y A370761 Cf. A032302, A304961, A370016, A370764, A370765, A370792.
%K A370761 nonn
%O A370761 0,2
%A A370761 _Vaclav Kotesovec_, Mar 01 2024