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.

A316086 Product_{k>=1} 1/(1 - a(k)*x^k) = 1 + Sum_{k>=1} k^2*x^k.

This page as a plain text file.
%I A316086 #16 Jun 24 2018 11:34:00
%S A316086 1,3,5,-2,-6,-35,-4,8,16,-62,-158,-1149,56,556,680,-1566,-4966,3544,
%T A316086 6132,20268,15792,-75194,-162814,-1246153,333904,805112,235968,
%U A316086 -2775034,-5259270,7160120,15199212,25457976,-4403208,-119142438,-161039518,211525304,635914664
%N A316086 Product_{k>=1} 1/(1 - a(k)*x^k) = 1 + Sum_{k>=1} k^2*x^k.
%H A316086 Seiichi Manyama, <a href="/A316086/b316086.txt">Table of n, a(n) for n = 1..500</a>
%e A316086 1/((1-x)*(1-3*x^2)*(1-5*x^3)*(1+2*x^4)* ... ) = 1 + x + 4*x^2 + 9*x^3 + 16*x^4 + ... .
%Y A316086 Cf. A147559, A253909, A316087.
%K A316086 sign
%O A316086 1,2
%A A316086 _Seiichi Manyama_, Jun 24 2018