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.

A316083 Product_{k>=1} (1 + a(k)*x^k) = Sum_{k>=0} (k*x)^k.

This page as a plain text file.
%I A316083 #18 Jun 18 2019 06:55:21
%S A316083 1,4,23,233,2800,42832,763220,15761709,366711200,9537738596,
%T A316083 273549419552,8587897407548,292755986184548,10773140836162944,
%U A316083 425587704331945152,17966341563465800813,807152054953801845760,38451432814472749509872,1936082850634342992601636
%N A316083 Product_{k>=1} (1 + a(k)*x^k) = Sum_{k>=0} (k*x)^k.
%H A316083 Seiichi Manyama, <a href="/A316083/b316083.txt">Table of n, a(n) for n = 1..386</a>
%F A316083 a(n) ~ n^n. - _Vaclav Kotesovec_, Jun 18 2019
%e A316083 (1+x)*(1+4*x^2)*(1+23*x^3)*(1+233*x^4)* ... = 1 + x + 4*x^2 + 27*x^3 + 256*x^4 + ... .
%Y A316083 Cf. A000312, A147559, A147654, A158094, A316085.
%K A316083 nonn
%O A316083 1,2
%A A316083 _Seiichi Manyama_, Jun 23 2018