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.

A268500 Expansion of Product_{k>=1} ((1 + k*x^k) / (1 + x^k)).

This page as a plain text file.
%I A268500 #4 Feb 06 2016 10:52:41
%S A268500 1,0,1,2,2,6,7,14,11,42,39,70,95,142,239,378,418,624,1106,1200,2250,
%T A268500 2836,4166,4902,8021,10410,14961,21268,29477,36714,54172,68358,95071,
%U A268500 134946,168035,254190,322335,427338,541054,787264,964969,1340730,1748094,2311386
%N A268500 Expansion of Product_{k>=1} ((1 + k*x^k) / (1 + x^k)).
%H A268500 Vaclav Kotesovec, <a href="/A268500/b268500.txt">Table of n, a(n) for n = 0..5000</a>
%t A268500 nmax = 50; CoefficientList[Series[Product[(1+k*x^k)/(1+x^k), {k, 1, nmax}], {x, 0, nmax}], x]
%Y A268500 Cf. A022629, A267004, A267005, A268498, A268499.
%K A268500 nonn
%O A268500 0,4
%A A268500 _Vaclav Kotesovec_, Feb 06 2016