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.

Previous Showing 11-20 of 65 results. Next

A034198 Number of binary codes (not necessarily linear) of length n with 3 words.

Original entry on oeis.org

0, 1, 3, 6, 10, 16, 23, 32, 43, 56, 71, 89, 109, 132, 158, 187, 219, 255, 294, 337, 384, 435, 490, 550, 614, 683, 757, 836, 920, 1010, 1105, 1206, 1313, 1426, 1545, 1671, 1803, 1942, 2088, 2241, 2401, 2569, 2744, 2927, 3118, 3317, 3524, 3740
Offset: 1

Views

Author

Keywords

Comments

Number of distinct triangles on vertices of n-dimensional cube.
Also, a(n) is the number of orbits of C_2^2 subgroups of C_2^n under automorphisms of C_2^n.
Also, a(n) is the number of faithful representations of C_2^2 of dimension n up to equivalence by automorphisms of (C_2^2).
Also, a([n/2]) is equal to the number of partitions mu such that there exists a C_2^2 subgroup G of S_n such that the i^th largest (nontrivial) product of 2-cycles in G consists of mu_i 2-cycles (see below example). - John M. Campbell, Jan 22 2016

Examples

			Let t denote the trivial representation and u_1, u_2, u_3 the three nontrivial irreducible representations of C_2^2 (so the u_i are all equivalent up to automorphisms of C_2^2). Then the a(4) = 6 faithful representations of dimension 4 are:
  2t+u_1+u_2; t+2u_1+u_2; t+u_1+u_2+u_3;
  3u_1+u_2;   2u_1+2u_2;  2u_1+u_2+u_3.
From _John M. Campbell_, Jan 22 2016: (Start)
Letting n=8, there are a([n/2])=a(4)=6 partitions mu such that there exists a Klein four-subgroup G of S_n such that the i^th largest (nontrivial) product of 2-cycles in G consists of mu_i 2-cycles, as indicated below:
{2, 1, 1} <-> {(12)(34), (12), (34), id}
{3, 2, 1} <-> {(12)(34)(56), (34)(56), (12), id}
{2, 2, 2} <-> {(12)(34), (34)(56), (56)(12), id}
{4, 3, 1} <-> {(12)(34)(56)(78), (34)(56)(78), (12), id}
{4, 2, 2} <-> {(12)(34)(56)(78), (56)(78), (12)(34), id}
{3, 3, 2} <-> {(12)(34)(56), (34)(56)(78), (12)(78), id}
(End)
		

Crossrefs

Cf. A034188.
Column k=2 of both A034356 and A076831 (which are the same except for column k=0).

Programs

Formula

a(n) = floor(n*(2*n^2 + 21*n - 6)/72).
G.f.: (-x^5 + x^3 + x^2)/((1 - x)^2*(1 - x^2)*(1 - x^3)) = 1/((1 - x)^2*(1 - x^2)*(1 - x^3)) - 1/(1 - x)^2.
a(1) = 0, a(2) = 1, a(3) = 3, a(4) = 6, a(5) = 10, a(6) = 16, a(7) = 23, and a(n) = 2*a(n-1) - a(n-3) - a(n-4) + 2*a(n-6) - a(n-7) for n >= 8. [Harvey P. Dale, Dec 25 2011]
From Irena Swanson, Feb 11 2024: (Start)
The roots of the characteristic polynomial corresponding to the above recurrence are 1, 1, 1, 1, -1, -1/2 - sqrt(-3)/2 and -1/2 + sqrt(-3)/2. The corresponding closed form is:
a(n) = -25/144 - n/12 + 7n^2/24 + n^3/36 + (-1)^n/16 + (1/18 + sqrt(-3)/54)(-1/2 - sqrt(-3)/2)^n + (1/18 - sqrt(-3)/54)(-1/2 + sqrt(-3)/2)^n for n >= 1. (End)

Extensions

Additional comments from Max Alekseyev, Jul 09 2006
Additional comments from Andrew Rupinski, Jan 20 2010

A034199 Number of binary codes (not necessarily linear) of length n with 4 words.

Original entry on oeis.org

0, 1, 6, 19, 47, 103, 203, 373, 649, 1079, 1727, 2681, 4048, 5969, 8620, 12218, 17028, 23378, 31654, 42324, 55941, 73155, 94725
Offset: 1

Views

Author

Keywords

Crossrefs

Extensions

a(15)-a(23) from Sean A. Irvine, Aug 07 2020

A034200 Number of binary codes (not necessarily linear) of length n with 5 words.

Original entry on oeis.org

0, 0, 3, 27, 131, 497, 1606, 4647, 12320, 30493, 71218, 158374, 337375, 691981, 1371917, 2637956, 4932911, 8992413, 16013007, 27904818, 47663115, 79909497, 131666339
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A034188-.

Extensions

a(15)-a(23) from Sean A. Irvine, Aug 07 2020

A034216 Number of ternary codes of length 4 with n words.

Original entry on oeis.org

1, 1, 4, 20, 144, 1245, 12473, 120213, 1067757, 8508432, 60801152, 391078610, 2277606189, 12079172109, 58646808981, 261900799332, 1080219903328, 4129996450120, 14683917874810, 48687786994190, 150930310833366
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A034188-.

A034217 Number of ternary codes of length 5 with n words.

Original entry on oeis.org

1, 1, 5, 35, 490, 11075, 334678, 10274578, 293142769, 7563157341, 176207637611, 3726299739235, 71996867385677, 1279018609068332, 21010435342847404, 320746985138432185, 4570573075546774047
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A034188-.

A034218 Number of ternary codes of length 6 with n words.

Original entry on oeis.org

1, 1, 6, 57, 1470, 82918, 7194272, 664545445, 57778060974, 4570181600483, 327615878641570, 21381615692198496, 1278652375557906920, 70509371505314767968, 3605811115784411350607
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A034188-.

A034219 Number of ternary codes of length 7 with n words.

Original entry on oeis.org

1, 1, 7, 87, 3990, 545544, 131828470, 35754455353, 9300033719253, 2216652346764139, 480242932559153642, 94874768179629903791, 17193541252761002222476, 2876019980110265392778268
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A034188-.

A034234 Number of quaternary codes of length 3 with n words.

Original entry on oeis.org

1, 1, 3, 10, 55, 254, 1643, 10164, 63488, 364843, 1930906, 9262768, 40411006, 160421289, 581839267, 1934022164
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A034188-.

A034235 Number of quaternary codes of length 4 with n words.

Original entry on oeis.org

1, 1, 4, 20, 223, 3227, 77194, 2097080, 57796870, 1502295684, 36065804158, 795109767172, 16115614918786, 301341514055753, 5220182848555434, 84132279974374399
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A034188-.

A034236 Number of quaternary codes of length 5 with n words.

Original entry on oeis.org

1, 1, 5, 35, 759, 32970, 2877651, 311400852, 34630385050, 3667889498353, 360865277628727, 32754692969489938, 2743732568913925577, 212759983293659858532, 15334208540810309509868
Offset: 0

Views

Author

Keywords

Crossrefs

Cf. A034188-.
Previous Showing 11-20 of 65 results. Next