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.

Showing 1-8 of 8 results.

A331360 Number of chiral pairs of colorings of the edges of a tesseract with n available colors.

Original entry on oeis.org

0, 11158298, 4825452718593, 48038354542204960, 60632976384183154375, 20725679827848535509690, 2876113731787568888218778, 206323339833986421110604288, 8941884948181243949620880070
Offset: 1

Views

Author

Robert A. Russell, Jan 14 2020

Keywords

Comments

A tesseract is a regular 4-dimensional orthotope or hypercube with 16 vertices and 32 edges. Its Schläfli symbol is {4,3,3}. The chiral colorings of its edges come in pairs, each the reflection of the other. Also the number of chiral pairs of colorings of the triangular faces of a regular 4-dimensional orthoplex {3,3,4} with n available colors.

Crossrefs

Cf. A331358 (oriented), A331359 (unoriented), A331361 (achiral).
Cf. A331352 (simplex), A331356 (orthoplex), A338954 (24-cell), A338966 (120-cell, 600-cell).

Programs

  • Mathematica
    Table[(48n^4 - 92n^8 + 32n^12 + 3n^16 + 24n^18 - 16n^20 + n^32)/384, {n, 1, 25}]

Formula

a(n) = (48*n^4 - 92*n^8 + 32*n^12 + 3*n^16 + 24*n^18 - 16*n^20 + n^32) / 384.
a(n) = 11158298*C(n,2) + 4825419243699*C(n,3) + 48019052798280376*C(n,4) + 60392832865887732525*C(n,5) + 20362602448352682660450*C(n,6) + 2732305584323178619545720*C(n,7) + 183891356930602707657018720*C(n,8) + 7186781660616776435004792900*C(n,9) + 179941570948806294173832581400*C(n,10) + 3092495918794375534919002047600*C(n,11) + 38355721930663201428803366004000*C(n,12) + 356388702642050543223746618030400*C(n,13) + 2552262270629803579790727658473600*C(n,14) + 14398742619650630430045069333120000*C(n,15) + 65081946248235477116326789514496000*C(n,16) + 238774230958640305192143667115328000*C(n,17) + 718111905257279415879360961204608000*C(n,18) + 1783226074397879200641306482407680000*C(n,19) + 3674025240535453233675992278371840000*C(n,20) + 6297428247692138525542940292326400000*C(n,21) + 8984640042458034573900227275929600000*C(n,22) + 10651431202956156039912718487654400000*C(n,23) + 10448264801973961157855568414105600000*C(n,24) + 8418935641672774875938561280000000000*C(n,25) + 5510766716064148076659382317056000000*C(n,26) + 2882400456553496466714071801856000000*C(n,27) + 1175640370514915165746352603136000000*C(n,28) + 360177463966855890088916582400000000*C(n,29) + 77945658076061560043023564800000000*C(n,30) + 10621166594979816972895518720000000*C(n,31) + 685236554514826901477130240000000*C(n,32), where the coefficient of C(n,k) is the number of colorings using exactly k colors.
a(n) = A331358(n) - A331359(n) = (A331358(n) - A331361(n)) / 2 = A331359(n) - A331361(n).

A331356 Number of chiral pairs of colorings of the edges of a regular 4-dimensional orthoplex with n available colors.

Original entry on oeis.org

0, 40927, 731279799, 732272925320, 155180061396500, 12338466190481025, 498892380429882397, 12297640855782563904, 207723543409061974215, 2604156223742219218875, 25650287482426463967550, 207022761847763612943192
Offset: 1

Views

Author

Robert A. Russell, Jan 14 2020

Keywords

Comments

A regular 4-dimensional orthoplex (also hyperoctahedron or cross polytope) has 8 vertices and 24 edges. Its Schläfli symbol is {3,3,4}. The chiral colorings of its edges come in pairs, each the reflection of the other. Also the number of chiral pairs of colorings of the square faces of a tesseract {4,3,3} with n available colors.

Crossrefs

Cf. A331354 (oriented), A331355 (unoriented), A331357 (achiral).
Other polychora: A331352 (5-cell), A331360 (8-cell), A338954 (24-cell), A338966 (120-cell, 600-cell).
Row 4 of A337413 (orthoplex edges, orthotope ridges) and A337889 (orthotope faces, orthoplex peaks).

Programs

  • Mathematica
    Table[(48n^3 - 20n^6 - 60n^7 + 8n^8 + 12n^9 - 3n^12 + 12n^13 + 18n^14 - 12n^15 - 4n^18 + n^24)/384, {n, 1, 25}]

Formula

a(n) = (48*n^3 - 20*n^6 - 60*n^7 + 8*n^8 + 12*n^9 - 3*n^12 + 12*n^13 + 18*n^14 - 12*n^15 - 4*n^18 + n^24) / 384.
a(n) = 40927*C(n,2) + 731157018*C(n,3) + 729348051686*C(n,4) + 151526009158620*C(n,5) + 11418355290999750*C(n,6) + 415756294427389020*C(n,7) + 8643340000393019040*C(n,8) + 113987930725267657695*C(n,9) + 1022999668724320645050*C(n,10) + 6559258733377155798300*C(n,11) + 31097930936416379343000*C(n,12) + 111710735118080165667600*C(n,13) + 309231158315533166512800*C(n,14) + 666846639586795403736000*C(n,15) + 1126625894182469352672000*C(n,16) + 1492173540716221595232000*C(n,17) + 1541987121926231652672000*C(n,18) + 1229356526029003532160000*C(n,19) + 741102367008078915840000*C(n,20) + 326583680209195368960000*C(n,21) + 99234043419574103040000*C(n,22) + 18581137031073576960000*C(n,23) + 1615751046180311040000*C(n,24), where the coefficient of C(n,k) is the number of colorings using exactly k colors.
a(n) = A331354(n) - A331355(n) = (A331354(n) - A331357(n)) / 2 = A331355(n) - A331357(n).

A338950 Number of chiral pairs of colorings of the 24 octahedral facets (or 24 vertices) of the 4-D 24-cell using subsets of a set of n colors.

Original entry on oeis.org

12232, 241146903, 243616903380, 51700252145825, 4112117375683170, 166286156041490247, 4099088542944703728, 69240138924298950135, 868045130573811864300, 8550057218442459279340, 69007402402972868503812
Offset: 2

Views

Author

Robert A. Russell, Nov 17 2020

Keywords

Comments

Each member of a chiral pair is a reflection but not a rotation of the other. The Schläfli symbol of the 24-cell is {3,4,3}. It is self-dual.

Crossrefs

Cf. A338948 (oriented), A338949 (unoriented), A338951 (achiral), A338954 (edges, faces), A000389 (5-cell), A337954 (8-cell vertices, 16-cell facets), A234249(16-cell vertices, 8-cell facets), A338966 (120-cell, 600-cell).

Programs

  • Mathematica
    Table[(96n^2+144n^3-48n^4-52n^6-228n^7-24n^8+36n^9+21n^12+60n^13+18n^14-12n^15-12n^18+n^24)/1152,{n,2,15}]

Formula

a(n) = (96*n^2 + 144*n^3 - 48*n^4 - 52*n^6 - 228*n^7 - 24*n^8 + 36*n^9 + 21*n^12 + 60*n^13 + 18*n^14 - 12*n^15 - 12*n^18 + n^24) / 1152.
a(n) = 12232*C(n,2) + 241110207*C(n,3) + 242652389160*C(n,4) + 50484578975635*C(n,5) + 3805565293604340*C(n,6) + 138578521555036815*C(n,7) + 2881060406691096840*C(n,8) + 37995709352029326765*C(n,9) + 340998954354320550750*C(n,10) + 2186417251809922893300*C(n,11) + 10365972799754686653000*C(n,12) + 37236906263669699386800*C(n,13) + 103077047681129825503200*C(n,14) + 222282209861028829512000*C(n,15) + 375541963275099452832000*C(n,16) + 497391179860822639392000*C(n,17) + 513995707264282955712000*C(n,18) + 409785508676334510720000*C(n,19) + 247034122336026305280000*C(n,20) + 108861226736398456320000*C(n,21) + 33078014473191367680000*C(n,22) + 6193712343691192320000*C(n,23) + 538583682060103680000*C(n,24), where the coefficient of C(n,k) is the number of chiral pairs of colorings using exactly k colors.
a(n) = A338948(n) - A338949(n) = (A338948(n) - A338951(n)) / 2 = A338949(n) - A338951(n).

A331352 Number of chiral pairs of colorings of the edges (or triangular faces) of a regular 4-dimensional simplex with n available colors.

Original entry on oeis.org

0, 6, 405, 7904, 76880, 486522, 2300305, 8806336, 28725192, 82626270, 214744629, 513368064, 1144198952, 2402617490, 4792612545, 9142333696, 16768783408, 29707141878, 51023629173, 85234690080, 138859666848
Offset: 1

Views

Author

Robert A. Russell, Jan 14 2020

Keywords

Comments

A 4-dimensional simplex has 5 vertices and 10 edges. Its Schläfli symbol is {3,3,3}. The chiral colorings of its edges come in pairs, each the reflection of the other.

Crossrefs

Cf. A331350 (oriented), A063843 (unoriented), A331353 (achiral).
Other polychora: A331360 (8-cell), A331356 (16-cell), A338954 (24-cell), A338966 (120-cell, 600-cell).
Row 4 of A327085 (simplex edges and ridges) and A337885 (simplex faces and peaks).

Programs

  • Mathematica
    Table[(24n^2 - 50n^3 + 20n^4 + 15n^6 - 10n^7 + n^10)/120, {n, 1, 25}]

Formula

a(n) = (24*n^2 - 50*n^3 + 20*n^4 + 15*n^6 - 10*n^7 + n^10) / 120.
a(n) = 6*C(n,2) + 387*C(n,3) + 6320*C(n,4) + 41350*C(n,5) + 135792*C(n,6) + 246540*C(n,7) + 252000*C(n,8) + 136080*C(n,9) + 30240*C(n,10), where the coefficient of C(n,k) is the number of colorings using exactly k colors.
a(n) = A331350(n) - A063843(n) = (A331350(n) - A331353(n)) / 2 = A063843(n) - A331353(n).

A338952 Number of oriented colorings of the 96 edges (or triangular faces) of the 4-D 24-cell using subsets of a set of n colors.

Original entry on oeis.org

1, 137548893254081168086800768, 11046328890861011039111168376671536861388643, 10897746068379654103881579020805286236644252743361724416
Offset: 1

Views

Author

Robert A. Russell, Nov 17 2020

Keywords

Comments

Each chiral pair is counted as two when enumerating oriented arrangements. The Schläfli symbol of the 24-cell is {3,4,3}. It has 24 octahedral facets. It is self-dual. There are 576 elements in the rotation group of the 24-cell. They divide into 20 conjugacy classes. The first formula is obtained by averaging the edge (or face) cycle indices after replacing x_i^j with n^j according to the Pólya enumeration theorem.
Count Even Cycle Indices Count Even Cycle Indices
1 x_1^96 6+6+36+36 x_4^24
72 x_1^4x_2^46 32 x_2^3x_6^15
1+18 x_2^48 8+8+32 x_6^16
32 x_1^6x_3^30 72+72 x_8^12
8+8+32 x_3^32 48+48 x_12^8

Crossrefs

Cf. A338953 (unoriented), A338954 (chiral), A338955 (achiral), A338956 (exactly n colors), A338948 (vertices, facets), A331350 (5-cell), A331358 (8-cell edges, 16-cell faces), A331354 (16-cell edges, 8-cell faces), A338964 (120-cell, 600-cell).

Programs

  • Mathematica
    Table[(96n^8+144n^12+48n^16+32n^18+84n^24+48n^32+32n^36+19n^48+72n^50+n^96)/576,{n,15}]

Formula

a(n) = (96*n^8 + 144*n^12 + 48*n^16 + 32*n^18 + 84*n^24 + 48*n^32 + 32*n^36 + 19*n^48 + 72*n^50 + n^96) / 576.
a(n) = Sum_{j=1..Min(n,96)} A338956(n) * binomial(n,j).
a(n) = A338953(n) + A338954(n) = 2*A338953(n) - A338955(n) = 2*A338954(n) + A338955(n).

A338953 Number of unoriented colorings of the 96 edges (or triangular faces) of the 4-D 24-cell using subsets of a set of n colors.

Original entry on oeis.org

1, 68774446639102959610154176, 5523164445430505961199114292414803649442426, 5448873034189827051954635848284422749083650351583379456, 10956401461402941741829572441752281718329313621842215239237500000
Offset: 1

Views

Author

Robert A. Russell, Nov 17 2020

Keywords

Comments

Each chiral pair is counted as one when enumerating unoriented arrangements. The Schläfli symbol of the 24-cell is {3,4,3}. It has 24 octahedral facets. It is self-dual.

Crossrefs

Cf. A338952 (oriented), A338954 (chiral), A338955 (achiral), A338957 (exactly n colors), A338949 (vertices, facets), A063843 (5-cell), A331359 (8-cell edges, 16-cell faces), A331355 (16-cell edges, 8-cell faces), A338965 (120-cell, 600-cell).

Programs

  • Mathematica
    Table[(96n^8+144n^12+144n^16+128n^18+192n^20+228n^24+48n^32+32n^36+43n^48+72n^50+12n^52+12n^60+n^96)/1152,{n,15}]

Formula

a(n) = (96*n^8 + 144*n^12 + 144*n^16 + 128*n^18 + 192*n^20 + 228*n^24 +
48*n^32 + 32*n^36 + 43*n^48 + 72*n^50 + 12*n^52 + 12*n^60 + n^96) / 1152.
a(n) = Sum_{j=1..Min(n,96)} A338957(n) * binomial(n,j).
a(n) = A338952(n) - A338954(n) = (A338952(n) + A338955(n)) / 2 = A338954(n) + A338955(n).

A338955 Number of achiral colorings of the 96 edges (or triangular faces) of the 4-D 24-cell using subsets of a set of n colors.

Original entry on oeis.org

1, 24124751133507584, 883287060208158070437496209, 27692675763559261523047959805034496, 18070082615414169898334284655914306640625, 1018202231744161700740376040914469837333037056
Offset: 1

Views

Author

Robert A. Russell, Nov 17 2020

Keywords

Comments

An achiral coloring is identical to its reflection. The Schläfli symbol of the 24-cell is {3,4,3}. It has 24 octahedral facets. It is self-dual. There are 576 elements in the automorphism group of the 24-cell that are not in its rotation group. They divide into 10 conjugacy classes. The first formula is obtained by averaging the edge (or face) cycle indices after replacing x_i^j with n^j according to the Pólya enumeration theorem.
Count Odd Cycle Indices Count Odd Cycle Indices
12 x_1^24x_2^36 96 x_1^2x_2^2x_3^2x_6^14
12 x_1^8x_2^44 96 x_3^8x_6^12
12+12 x_3^48 96 x_2^3x_6^15
72+72 x_4^24 96 x_6^16

Crossrefs

Cf. A338952 (oriented), A338953 (unoriented), A338954 (chiral), A338959 (exactly n colors), A338951 (vertices, facets), A331353 (5-cell), A331361 (8-cell edges, 16-cell faces), A331357 (16-cell edges, 8-cell faces), A338967 (120-cell, 600-cell).

Programs

  • Mathematica
    Table[(8n^16+8n^18+16n^20+12n^24+2n^48+n^52+n^60)/48,{n,15}]

Formula

a(n) = (8*n^16 + 8*n^18 + 16*n^20 + 12*n^24 + 2*n^48 + n^52 + n^60) / 48.
a(n) = Sum_{j=1..Min(n,60)} A338959(n) * binomial(n,j).
a(n) = 2*A338953(n) - A338952(n) = A338952(n) - 2*A338954(n) = A338953(n) - A338954(n).

A338958 Number of chiral pairs of colorings of the 96 edges (or triangular faces) of the 4-D 24-cell using exactly n colors.

Original entry on oeis.org

68774446614978208476646592, 5523164445430504871588714239322107782006441, 5448873034167734394145221152621861950913444709790439644, 10956401434158576570935650756489255491646473924447332613392130825
Offset: 2

Views

Author

Robert A. Russell, Nov 17 2020

Keywords

Comments

Each member of a chiral pair is a reflection but not a rotation of the other. The Schläfli symbol of the 24-cell is {3,4,3}. It has 24 octahedral facets. It is self-dual. For n>96, a(n) = 0.

Crossrefs

Cf. A338956 (oriented), A338957 (unoriented), A338959 (achiral), A338954 (up to n colors), A338950 (vertices, facets), A331352 (5-cell), A331360 (8-cell edges, 16-cell faces), A331356 (16-cell edges, 8-cell faces), A338982 (120-cell, 600-cell).

Programs

  • Mathematica
    bp[j_] := Sum[k! StirlingS2[j, k] x^k, {k, 0, j}] (*binomial series*)
    Drop[CoefficientList[bp[8]/12+bp[12]/8-bp[16]/24-bp[18]/18-bp[20]/6-5bp[24]/96+bp[32]/24+bp[36]/36-5bp[48]/1152+bp[50]/16-bp[52]/96-bp[60]/96+bp[96]/1152,x],2]

Formula

A338954(n) = Sum_{j=2..Min(n,96)} a(n) * binomial(n,j).
a(n) = A338956(n) - A338957(n) = (A338956(n) - A338959(n)) / 2 = A338957(n) - A338959(n).
Showing 1-8 of 8 results.