The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A224065 Triangular array read by rows. T(n,k) is the number of size k connected components over all simple unlabeled graphs with n nodes; n>=1,1<=k<=n. 0

%I #14 Sep 18 2013 04:01:14

%S 1,2,1,4,1,2,8,3,2,6,19,5,4,6,21,53,14,10,12,21,112,209,39,24,24,42,

%T 112,853,1253,170,72,72,84,224,853,11117,13599,1083,322,210,231,448,

%U 1706,11117,261080,288267,12516,2112,948,735,1232,3412,22234,261080,11716571

%N Triangular array read by rows. T(n,k) is the number of size k connected components over all simple unlabeled graphs with n nodes; n>=1,1<=k<=n.

%C Row sums are A224031.

%C Column 1 is A006897.

%C T(n,n) is A001349.

%F O.g.f. for column k is the derivative with respect to y then evaluated at y = 1 of (1/(1 - y*x^k))^A001349(k) * (1 - x^k)^A001349(k) * Product_{k>=1}1/(1 - x^k)^A001349(k).

%e 1,

%e 2, 1,

%e 4, 1, 2,

%e 8, 3, 2, 6,

%e 19, 5, 4, 6, 21,

%e 53, 14, 10, 12, 21, 112,

%e 209, 39, 24, 24, 42, 112, 853,

%e 1253, 170, 72, 72, 84, 224, 853, 11117,

%e 13599, 1083, 322, 210, 231, 448, 1706, 11117, 261080,

%t nn=10;h[list_]:=Select[list,#>0&];f[list_]:=Total[Table[list[[i]]*(i-1),{i,1,Length[list]}]];g[x_]:=Sum[NumberOfGraphs[n]x^n,{n,0,nn}];c[x_]:=Sum[a[n]x^n,{n,0,nn}];a[0]=1;sol=SolveAlways[g[x]==Normal[Series[Product[1/(1-x^i)^a[i],{i,1,nn}],{x,0,nn}]],x];b=Drop[Flatten[Table[a[n],{n,0,nn}]/.sol],1];Map[h,Drop[Transpose[Table[Map[f,CoefficientList[Series[(1/(1-y x^n)^b[[n]])Product[1/(1- x^i)^b[[i]],{i,1,nn}](1-x^n)^b[[n]],{x,0,nn}],{x,y}]],{n,1,nn}]],1]]//Flatten

%Y Cf. A223894 (labeled version).

%K nonn,tabl

%O 1,2

%A _Geoffrey Critzer_, Mar 30 2013

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 1 08:45 EDT 2024. Contains 373015 sequences. (Running on oeis4.)