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.

A302238 Expansion of Product_{k>=1} ((1 + x^k)/(1 - x^k))^prime(k).

This page as a plain text file.
%I A302238 #4 Apr 03 2018 15:12:10
%S A302238 1,4,14,46,136,382,1022,2626,6530,15784,37218,85842,194146,431358,
%T A302238 943038,2031454,4316884,9058662,18787730,38542526,78264298,157403290,
%U A302238 313712482,619919350,1215125262,2363570168,4563951858,8751621598,16670498062,31553539214,59361428202
%N A302238 Expansion of Product_{k>=1} ((1 + x^k)/(1 - x^k))^prime(k).
%C A302238 Convolution of the sequences A030009 and A061152.
%H A302238 N. J. A. Sloane, <a href="/transforms.txt">Transforms</a>
%F A302238 G.f.: Product_{k>=1} ((1 + x^k)/(1 - x^k))^A000040(k).
%t A302238 nmax = 30; CoefficientList[Series[Product[((1 + x^k)/(1 - x^k))^Prime[k], {k, 1, nmax}], {x, 0, nmax}], x]
%Y A302238 Cf. A000040, A015128, A030009, A061152, A156616, A206622, A206623, A206624, A260916, A261386, A261452, A261519, A261520, A301554, A301555.
%K A302238 nonn
%O A302238 0,2
%A A302238 _Ilya Gutkovskiy_, Apr 03 2018