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.

A330537 Expansion of e.g.f. Product_{k>=1} 1 / (1 - arctan(x^k)).

This page as a plain text file.
%I A330537 #6 Dec 17 2019 19:11:12
%S A330537 1,1,4,16,104,704,6368,58752,662272,7802880,106639872,1511241216,
%T A330537 24062834688,398765162496,7252942872576,137324083666944,
%U A330537 2804224273514496,59594575901687808,1352293406316822528,31831016595468189696
%N A330537 Expansion of e.g.f. Product_{k>=1} 1 / (1 - arctan(x^k)).
%F A330537 E.g.f.: exp(Sum_{k>=1} Sum_{d|k} arctan(x^(k/d))^d / d).
%t A330537 nmax = 19; CoefficientList[Series[Product[1/(1 - ArcTan[x^k]), {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
%t A330537 nmax = 19; CoefficientList[Series[Exp[Sum[Sum[ArcTan[x^(k/d)]^d/d, {d, Divisors[k]}], {k, 1, nmax}]], {x, 0, nmax}], x] Range[0, nmax]!
%Y A330537 Cf. A010050, A270665, A330538.
%K A330537 nonn
%O A330537 0,3
%A A330537 _Ilya Gutkovskiy_, Dec 17 2019