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.

A319363 a(n) = [x^n] exp(Sum_{k>=1} sigma(k^n)*x^k/k).

This page as a plain text file.
%I A319363 #8 Sep 09 2020 09:55:55
%S A319363 1,1,4,21,296,5677,291348,22679763,3946629792,1281287791090,
%T A319363 840017139222515,1068253745514088673,2745322115165570881474,
%U A319363 14006438682727577999625359,141884380264686466724199980066,2897075017978846591982107951045864,118770312781918226439371316982748736112
%N A319363 a(n) = [x^n] exp(Sum_{k>=1} sigma(k^n)*x^k/k).
%H A319363 Seiichi Manyama, <a href="/A319363/b319363.txt">Table of n, a(n) for n = 0..80</a>
%t A319363 Table[SeriesCoefficient[Exp[Sum[DivisorSigma[1, k^n] x^k/k, {k, 1, n}]], {x, 0, n}], {n, 0, 16}]
%Y A319363 Cf. A000041, A156303, A156304, A202993, A203557, A319362.
%K A319363 nonn
%O A319363 0,3
%A A319363 _Ilya Gutkovskiy_, Sep 17 2018