# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a253186 Showing 1-1 of 1 %I A253186 #79 May 15 2023 12:40:21 %S A253186 0,0,1,2,3,4,6,7,9,11,13,15,18,20,23,26,29,32,36,39,43,47,51,55,60,64, %T A253186 69,74,79,84,90,95,101,107,113,119,126,132,139,146,153,160,168,175, %U A253186 183,191,199,207,216,224,233,242,251,260,270,279,289,299,309,319,330 %N A253186 Number of connected unlabeled loopless multigraphs with 3 vertices and n edges. %C A253186 a(n) is also the number of ways to partition n into 2 or 3 parts. %C A253186 a(n) is also the dimension of linear space of three-dimensional 2n-homogeneous polynomial vector fields, which have an octahedral symmetry (for a given representation), which are solenoidal, and which are vector fields on spheres. - _Giedrius Alkauskas_, Sep 30 2017 %C A253186 Apparently a(n) = A244239(n-6) for n > 4. - _Georg Fischer_, Oct 09 2018 %C A253186 a(n) is also the number of loopless connected n-regular multigraphs with 4 nodes. - _Natan Arie Consigli_, Aug 09 2019 %C A253186 a(n) is also the number of inequivalent linear [n, k=2] binary codes without 0 columns (see A034253 for more details). - _Petros Hadjicostas_, Oct 02 2019 %C A253186 Differs from A160138 only by the offset. - _R. J. Mathar_, May 15 2023 %H A253186 Danny Rorabaugh, Table of n, a(n) for n = 0..10000 %H A253186 Giedrius Alkauskas, Projective and polynomial superflows. I, arxiv.org/1601.06570 [math.AG], 2017; see Section 5.3. %H A253186 Harald Fripertinger, Isometry Classes of Codes. %H A253186 Harald Fripertinger, Snk2: Number of the isometry classes of all binary (n,k)-codes without zero-columns. [See column k = 2.] %H A253186 H. Fripertinger and A. Kerber, Isometry classes of indecomposable linear codes. In: G. Cohen, M. Giusti, T. Mora (eds), Applied Algebra, Algebraic Algorithms and Error-Correcting Codes, 11th International Symposium, AAECC 1995, Lect. Notes Comp. Sci. 948 (1995), pp. 194-204. [Here a(n) = S_{n,2,2}.] %H A253186 R. J. Mathar, Statistics on Small Graphs, arXiv:1709.09000 [math.CO], 2017; see Eq. (23). %H A253186 Gordon Royle, Small Multigraphs. %H A253186 Index entries for linear recurrences with constant coefficients, signature (1,1,0,-1,-1,1). %F A253186 a(n) = A004526(n) + A069905(n). %F A253186 a(n) = floor(n/2) + floor((n^2 + 6)/12). %F A253186 G.f.: x^2*(x^3 - x - 1)/((x - 1)^2*(x^2 - 1)*(x^2 + x + 1)). %e A253186 On vertex set {a, b, c}, every connected multigraph with n = 5 edges is isomorphic to a multigraph with one of the following a(5) = 4 edge multisets: {ab, ab, ab, ab, ac}, {ab, ab, ab, ac, ac}, {ab, ab, ab, ac, bc}, and {ab, ab, ac, ac, bc}. %t A253186 CoefficientList[Series[- x^2 (x^3 - x - 1) / ((1 - x) (1 - x^2) (1 - x^3)), {x, 0, 70}], x] (* _Vincenzo Librandi_, Mar 24 2015 *) %t A253186 LinearRecurrence[{1, 1, 0, -1, -1, 1}, {0, 0, 1, 2, 3, 4}, 61] (* _Robert G. Wilson v_, Oct 11 2017 *) %t A253186 a[n_]:=Floor[n/2] + Floor[(n^2 + 6)/12]; Array[a, 70, 0] (* _Stefano Spezia_, Oct 09 2018 *) %o A253186 (Sage) [floor(n/2) + floor((n^2 + 6)/12) for n in range(70)] %o A253186 (Magma) [Floor(n/2) + Floor((n^2 + 6)/12): n in [0..70]]; // _Vincenzo Librandi_, Mar 24 2015 %Y A253186 Cf. A001399, A003082, A014395, A014396, A014397, A014398, A050535, A076864. %Y A253186 Column k = 3 of A191646 and column k = 2 of A034253. %Y A253186 First differences of A034198 (excepting the first term). %K A253186 nonn,easy %O A253186 0,4 %A A253186 _Danny Rorabaugh_, Mar 23 2015 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE