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.

A340025 Number of connected graphs with vertices labeled with positive integers summing to n.

This page as a plain text file.
%I A340025 #8 Jan 10 2021 12:42:14
%S A340025 1,1,2,4,12,41,210,1478,17128,352926,14181309,1129005180,175491164826,
%T A340025 52346463432414,29666505555854777,31806668884174645842,
%U A340025 64442744342933382243031,246898165053174167804654086,1791518193851453375966274280997,24668222649527263942329934357240780
%N A340025 Number of connected graphs with vertices labeled with positive integers summing to n.
%H A340025 Andrew Howroyd, <a href="/A340025/b340025.txt">Table of n, a(n) for n = 0..50</a>
%o A340025 (PARI) \\ See A340022 for permcount, edges.
%o A340025 InvEulerT(v)={my(p=log(1+x*Ser(v))); dirdiv(vector(#v,n,polcoef(p,n)), vector(#v,n,1/n))}
%o A340025 seq(n) = {concat([1], InvEulerT(Vec(sum(k=1, n, my(s=0); forpart(p=k, s+=permcount(p) * 2^edges(p) * x^k/prod(j=1, #p, 1 - x^p[j] + O(x^(n-k+1)))); s/k!))))}
%Y A340025 Cf. A001349, A337717, A340022, A340026, A340027.
%K A340025 nonn
%O A340025 0,3
%A A340025 _Andrew Howroyd_, Jan 01 2021