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.

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

This page as a plain text file.
%I A295123 #12 Nov 15 2017 09:56:19
%S A295123 1,-1,-7,-14,10,93,242,229,-410,-2446,-5500,-6458,4062,38899,104715,
%T A295123 165843,103045,-327200,-1393131,-3075317,-4305200,-2069461,9129361,
%U A295123 35219829,75832840,109569915,74818084,-143480059,-686408279,-1607860793,-2614721006,-2674073316
%N A295123 Expansion of Product_{k>=1} 1/(1 + x^k)^(k*(3*k-2)).
%C A295123 This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = n*(3*n-2), g(n) = -1.
%H A295123 Seiichi Manyama, <a href="/A295123/b295123.txt">Table of n, a(n) for n = 0..10000</a>
%F A295123 Convolution inverse of A294838.
%F A295123 G.f.: Product_{k>=1} 1/(1 + x^k)^A000567(k).
%F A295123 a(0) = 1 and a(n) = (1/n) * Sum_{k=1..n} b(k)*a(n-k) where b(n) = Sum_{d|n} d^2*(3*d-2)*(-1)^(n/d).
%o A295123 (PARI) N=66; x='x+O('x^N); Vec(1/prod(k=1, N, (1+x^k)^(k*(3*k-2))))
%Y A295123 Cf. A294846 (b=3), A284896 (b=4), A295086 (b=5), A295121 (b=6), A295122 (b=7), this sequence (b=8).
%K A295123 sign
%O A295123 0,3
%A A295123 _Seiichi Manyama_, Nov 15 2017