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 49 results. Next

A167714 Number of reduced words of length n in Coxeter group on 29 generators S_i with relations (S_i)^2 = (S_i S_j)^15 = I.

Original entry on oeis.org

1, 29, 812, 22736, 636608, 17825024, 499100672, 13974818816, 391294926848, 10956257951744, 306775222648832, 8589706234167296, 240511774556684288, 6734329687587160064, 188561231252440481792, 5279714475068333489770
Offset: 0

Views

Author

John Cannon and N. J. A. Sloane, Dec 03 2009

Keywords

Comments

The initial terms coincide with those of A170748, although the two sequences are eventually different.
Computed with MAGMA using commands similar to those used to compute A154638.

Programs

  • Mathematica
    CoefficientList[Series[(t^15 + 2*t^14 + 2*t^13 + 2*t^12 + 2*t^11 + 2*t^10 + 2*t^9 + 2*t^8 + 2*t^7 + 2*t^6 + 2*t^5 + 2*t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(378*t^15 - 27*t^14 - 27*t^13 - 27*t^12 - 27*t^11 - 27*t^10 - 27*t^9 - 27*t^8 - 27*t^7 - 27*t^6 - 27*t^5 - 27*t^4 - 27*t^3 - 27*t^2 - 27*t + 1), {t, 0, 50}], t] (* G. C. Greubel, Jun 20 2016 *)
    coxG[{15,378,-27}] (* The coxG program is at A169452 *) (* Harvey P. Dale, Jun 07 2025 *)

Formula

G.f.: (t^15 + 2*t^14 + 2*t^13 + 2*t^12 + 2*t^11 + 2*t^10 + 2*t^9 + 2*t^8 + 2*t^7 + 2*t^6 + 2*t^5 + 2*t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(378*t^15 - 27*t^14 - 27*t^13 - 27*t^12 - 27*t^11 - 27*t^10 - 27*t^9 - 27*t^8 - 27*t^7 - 27*t^6 - 27*t^5 - 27*t^4 - 27*t^3 - 27*t^2 - 27*t + 1).

A167944 Number of reduced words of length n in Coxeter group on 29 generators S_i with relations (S_i)^2 = (S_i S_j)^16 = I.

Original entry on oeis.org

1, 29, 812, 22736, 636608, 17825024, 499100672, 13974818816, 391294926848, 10956257951744, 306775222648832, 8589706234167296, 240511774556684288, 6734329687587160064, 188561231252440481792, 5279714475068333490176
Offset: 0

Views

Author

John Cannon and N. J. A. Sloane, Dec 03 2009

Keywords

Comments

The initial terms coincide with those of A170748, although the two sequences are eventually different.
Computed with MAGMA using commands similar to those used to compute A154638.

Crossrefs

Programs

  • Magma
    R:=PowerSeriesRing(Integers(), 40); Coefficients(R!( (1+x)*(1-x^16)/(1-28*x+405*x^16-378*x^17) )); // G. C. Greubel, Sep 07 2023
    
  • Mathematica
    coxG[{16,378,-27}] (* The coxG program is at A169452 *) (* Harvey P. Dale, Feb 16 2016 *)
    CoefficientList[Series[(1+t)*(1-t^16)/(1-28*t+405*t^16-378*t^17), {t, 0, 50}], t] (* G. C. Greubel, Jul 02 2016; Sep 07 2023 *)
  • SageMath
    def A167944_list(prec):
        P. = PowerSeriesRing(ZZ, prec)
        return P( (1+x)*(1-x^16)/(1-28*x+405*x^16-378*x^17) ).list()
    A167944_list(40) # G. C. Greubel, Sep 07 2023

Formula

G.f.: (t^16 + 2*t^15 + 2*t^14 + 2*t^13 + 2*t^12 + 2*t^11 + 2*t^10 + 2*t^9 + 2*t^8 + 2*t^7 + 2*t^6 + 2*t^5 + 2*t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/( 378*t^16 - 27*t^15 - 27*t^14 - 27*t^13 - 27*t^12 - 27*t^11 - 27*t^10 - 27*t^9 - 27*t^8 - 27*t^7 - 27*t^6 - 27*t^5 - 27*t^4 - 27*t^3 - 27*t^2 - 27*t + 1).
From G. C. Greubel, Sep 07 2023: (Start)
G.f.: (1+t)*(1-t^16)/(1 - 28*t + 405*t^16 - 378*t^17).
a(n) = 27*Sum_{j=1..15} a(n-j) - 378*a(n-16). (End)

A168706 Number of reduced words of length n in Coxeter group on 29 generators S_i with relations (S_i)^2 = (S_i S_j)^17 = I.

Original entry on oeis.org

1, 29, 812, 22736, 636608, 17825024, 499100672, 13974818816, 391294926848, 10956257951744, 306775222648832, 8589706234167296, 240511774556684288, 6734329687587160064, 188561231252440481792, 5279714475068333490176
Offset: 0

Views

Author

John Cannon and N. J. A. Sloane, Dec 03 2009

Keywords

Comments

The initial terms coincide with those of A170748, although the two sequences are eventually different.
First disagreement at index 17: a(17) = 4139296148453573456297578, A170748(17) = 4139296148453573456297984. - Klaus Brockhaus, Mar 30 2011
Computed with MAGMA using commands similar to those used to compute A154638.

Crossrefs

Cf. A170748 (G.f.: (1+x)/(1-28*x)).

Programs

  • Mathematica
    CoefficientList[Series[(t^17 + 2*t^16 + 2*t^15 + 2*t^14 + 2*t^13 + 2*t^12 + 2*t^11 + 2*t^10 + 2*t^9 + 2*t^8 + 2*t^7 + 2*t^6 + 2*t^5 + 2*t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(378*t^17 - 27*t^16 - 27*t^15 - 27*t^14 - 27*t^13 - 27*t^12 - 27*t^11 - 27*t^10 - 27*t^9 - 27*t^8 - 27*t^7 - 27*t^6 - 27*t^5 - 27*t^4 - 27*t^3 - 27*t^2 - 27*t + 1), {t,0,50}], t] (* G. C. Greubel, Aug 04 2016 *)
    coxG[{17,378,-27}] (* The coxG program is at A169452 *) (* Harvey P. Dale, Sep 06 2020 *)

Formula

G.f.: (t^17 + 2*t^16 + 2*t^15 + 2*t^14 + 2*t^13 + 2*t^12 + 2*t^11 + 2*t^10 + 2*t^9 + 2*t^8 + 2*t^7 + 2*t^6 + 2*t^5 + 2*t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(378*t^17 - 27*t^16 - 27*t^15 - 27*t^14 - 27*t^13 - 27*t^12 - 27*t^11 - 27*t^10 - 27*t^9 - 27*t^8 - 27*t^7 - 27*t^6 - 27*t^5 - 27*t^4 - 27*t^3 - 27*t^2 - 27*t + 1).

A168754 Number of reduced words of length n in Coxeter group on 29 generators S_i with relations (S_i)^2 = (S_i S_j)^18 = I.

Original entry on oeis.org

1, 29, 812, 22736, 636608, 17825024, 499100672, 13974818816, 391294926848, 10956257951744, 306775222648832, 8589706234167296, 240511774556684288, 6734329687587160064, 188561231252440481792, 5279714475068333490176
Offset: 0

Views

Author

John Cannon and N. J. A. Sloane, Dec 03 2009

Keywords

Comments

The initial terms coincide with those of A170748, although the two sequences are eventually different.
First disagreement at index 18: a(18) = 115900292156700056776343146, A170748(18) = 115900292156700056776343552. - Klaus Brockhaus, Mar 26 2011
Computed with MAGMA using commands similar to those used to compute A154638.

Crossrefs

Cf. A170748 (G.f.: (1+x)/(1-28*x)).

Programs

  • Mathematica
    With[{num=Total[2t^Range[17]]+t^18+1,den=Total[-27 t^Range[17]]+ 378t^18+ 1},CoefficientList[Series[num/den,{t,0,30}],t]] (* Harvey P. Dale, Feb 21 2013 *)
    CoefficientList[Series[(t^18 + 2*t^17 + 2*t^16 + 2*t^15 + 2*t^14 + 2*t^13 + 2*t^12 + 2*t^11 + 2*t^10 + 2*t^9 + 2*t^8 + 2*t^7 + 2*t^6 + 2*t^5 + 2*t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(378*t^18 - 27*t^17 - 27*t^16 - 27*t^15 - 27*t^14 - 27*t^13 - 27*t^12 - 27*t^11 - 27*t^10 - 27*t^9 - 27*t^8 - 27*t^7 - 27*t^6 - 27*t^5 - 27*t^4 - 27*t^3 - 27*t^2 - 27*t + 1), {t, 0, 50}], t] (* G. C. Greubel, Aug 10 2016 *)

Formula

G.f.: (t^18 + 2*t^17 + 2*t^16 + 2*t^15 + 2*t^14 + 2*t^13 + 2*t^12 + 2*t^11 + 2*t^10 + 2*t^9 + 2*t^8 + 2*t^7 + 2*t^6 + 2*t^5 + 2*t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(378*t^18 - 27*t^17 - 27*t^16 - 27*t^15 - 27*t^14 - 27*t^13 - 27*t^12 - 27*t^11 - 27*t^10 - 27*t^9 - 27*t^8 - 27*t^7 - 27*t^6 - 27*t^5 - 27*t^4 - 27*t^3 - 27*t^2 - 27*t + 1).

A168802 Number of reduced words of length n in Coxeter group on 29 generators S_i with relations (S_i)^2 = (S_i S_j)^19 = I.

Original entry on oeis.org

1, 29, 812, 22736, 636608, 17825024, 499100672, 13974818816, 391294926848, 10956257951744, 306775222648832, 8589706234167296, 240511774556684288, 6734329687587160064, 188561231252440481792, 5279714475068333490176
Offset: 0

Views

Author

John Cannon and N. J. A. Sloane, Dec 03 2009

Keywords

Comments

The initial terms coincide with those of A170748, although the two sequences are eventually different.
First disagreement at index 19: a(19) = 3245208180387601589737619050, A170748(19) = 3245208180387601589737619456. - Klaus Brockhaus, Apr 01 2011
Computed with MAGMA using commands similar to those used to compute A154638.

Crossrefs

Cf. A170748 (G.f.: (1+x)/(1-28*x)).

Programs

  • Mathematica
    coxG[{19,378,-27}] (* The coxG program is at A169452 *) (* Harvey P. Dale, Dec 27 2014 *)
    CoefficientList[Series[(t^19 + 2*t^18 + 2*t^17 + 2*t^16 + 2*t^15 + 2*t^14 + 2*t^13 + 2*t^12 + 2*t^11 + 2*t^10 + 2*t^9 + 2*t^8 + 2*t^7 + 2*t^6 + 2*t^5 + 2*t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(378*t^19 - 27*t^18 - 27*t^17 - 27*t^16 - 27*t^15 - 27*t^14 - 27*t^13 - 27*t^12 - 27*t^11 - 27*t^10 - 27*t^9 - 27*t^8 - 27*t^7 - 27*t^6 - 27*t^5 - 27*t^4 - 27*t^3 - 27*t^2 - 27*t + 1), {t, 0, 500}], t] (* G. C. Greubel, Aug 16 2016 *)

Formula

G.f.: (t^19 + 2*t^18 + 2*t^17 + 2*t^16 + 2*t^15 + 2*t^14 + 2*t^13 + 2*t^12 + 2*t^11 + 2*t^10 + 2*t^9 + 2*t^8 + 2*t^7 + 2*t^6 + 2*t^5 + 2*t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(378*t^19 - 27*t^18 - 27*t^17 - 27*t^16 - 27*t^15 - 27*t^14 - 27*t^13 - 27*t^12 - 27*t^11 - 27*t^10 - 27*t^9 - 27*t^8 - 27*t^7 - 27*t^6 - 27*t^5 - 27*t^4 - 27*t^3 - 27*t^2 - 27*t + 1).

A170710 Number of reduced words of length n in Coxeter group on 29 generators S_i with relations (S_i)^2 = (S_i S_j)^50 = I.

Original entry on oeis.org

1, 29, 812, 22736, 636608, 17825024, 499100672, 13974818816, 391294926848, 10956257951744, 306775222648832, 8589706234167296, 240511774556684288, 6734329687587160064, 188561231252440481792, 5279714475068333490176
Offset: 0

Views

Author

John Cannon and N. J. A. Sloane, Dec 03 2009

Keywords

Comments

The initial terms coincide with those of A170748, although the two sequences are eventually different.
Computed with MAGMA using commands similar to those used to compute A154638.
About the initial comment, first disagreement is at index 50 and the difference is 406. [Vincenzo Librandi, Dec 06 2012]

Programs

  • Mathematica
    With[{num=Total[2t^Range[49]]+t^50+1,den=Total[-27t^Range[49]]+378t^50+ 1},CoefficientList[Series[num/den,{t,0,30}],t]] (* Harvey P. Dale, Oct 20 2012 *)

Formula

G.f. (t^50 + 2*t^49 + 2*t^48 + 2*t^47 + 2*t^46 + 2*t^45 + 2*t^44 + 2*t^43 +
2*t^42 + 2*t^41 + 2*t^40 + 2*t^39 + 2*t^38 + 2*t^37 + 2*t^36 + 2*t^35 +
2*t^34 + 2*t^33 + 2*t^32 + 2*t^31 + 2*t^30 + 2*t^29 + 2*t^28 + 2*t^27 +
2*t^26 + 2*t^25 + 2*t^24 + 2*t^23 + 2*t^22 + 2*t^21 + 2*t^20 + 2*t^19 +
2*t^18 + 2*t^17 + 2*t^16 + 2*t^15 + 2*t^14 + 2*t^13 + 2*t^12 + 2*t^11 +
2*t^10 + 2*t^9 + 2*t^8 + 2*t^7 + 2*t^6 + 2*t^5 + 2*t^4 + 2*t^3 + 2*t^2 +
2*t + 1)/(378*t^50 - 27*t^49 - 27*t^48 - 27*t^47 - 27*t^46 - 27*t^45 -
27*t^44 - 27*t^43 - 27*t^42 - 27*t^41 - 27*t^40 - 27*t^39 - 27*t^38 -
27*t^37 - 27*t^36 - 27*t^35 - 27*t^34 - 27*t^33 - 27*t^32 - 27*t^31 -
27*t^30 - 27*t^29 - 27*t^28 - 27*t^27 - 27*t^26 - 27*t^25 - 27*t^24 -
27*t^23 - 27*t^22 - 27*t^21 - 27*t^20 - 27*t^19 - 27*t^18 - 27*t^17 -
27*t^16 - 27*t^15 - 27*t^14 - 27*t^13 - 27*t^12 - 27*t^11 - 27*t^10 -
27*t^9 - 27*t^8 - 27*t^7 - 27*t^6 - 27*t^5 - 27*t^4 - 27*t^3 - 27*t^2 -
27*t + 1).

A162831 Number of reduced words of length n in Coxeter group on 29 generators S_i with relations (S_i)^2 = (S_i S_j)^3 = I.

Original entry on oeis.org

1, 29, 812, 22330, 613872, 16870518, 463637790, 12741680700, 350166543426, 9623266966782, 264466349471016, 7268056690405518, 199740527163222822, 5489263483947921132, 150855782871027600954, 4145814332316640869606
Offset: 0

Views

Author

John Cannon and N. J. A. Sloane, Dec 03 2009

Keywords

Comments

The initial terms coincide with those of A170748, although the two sequences are eventually different.
Computed with MAGMA using commands similar to those used to compute A154638.

Programs

Formula

G.f.: (t^3 + 2*t^2 + 2*t + 1)/(378*t^3 - 27*t^2 - 27*t + 1)

A164665 Number of reduced words of length n in Coxeter group on 29 generators S_i with relations (S_i)^2 = (S_i S_j)^7 = I.

Original entry on oeis.org

1, 29, 812, 22736, 636608, 17825024, 499100672, 13974818410, 391294904112, 10956256997238, 306775187021520, 8589704987370528, 240511732667877888, 6734328319302667776, 188561187469333295694, 5279713095949377473052
Offset: 0

Views

Author

John Cannon and N. J. A. Sloane, Dec 03 2009

Keywords

Comments

The initial terms coincide with those of A170748, although the two sequences are eventually different.
Computed with MAGMA using commands similar to those used to compute A154638.

Programs

Formula

G.f.: (t^7 + 2*t^6 + 2*t^5 + 2*t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(378*t^7 - 27*t^6 - 27*t^5 - 27*t^4 - 27*t^3 - 27*t^2 - 27*t + 1).

A164974 Number of reduced words of length n in Coxeter group on 29 generators S_i with relations (S_i)^2 = (S_i S_j)^8 = I.

Original entry on oeis.org

1, 29, 812, 22736, 636608, 17825024, 499100672, 13974818816, 391294926442, 10956257929008, 306775221694326, 8589706198539984, 240511773309887520, 6734329645698353664, 188561229884155989504, 5279714431285226139648
Offset: 0

Views

Author

John Cannon and N. J. A. Sloane, Dec 03 2009

Keywords

Comments

The initial terms coincide with those of A170748, although the two sequences are eventually different.
Computed with MAGMA using commands similar to those used to compute A154638.

Programs

Formula

G.f. (t^8 + 2*t^7 + 2*t^6 + 2*t^5 + 2*t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(378*t^8 -
27*t^7 - 27*t^6 - 27*t^5 - 27*t^4 - 27*t^3 - 27*t^2 - 27*t + 1)

A168850 Number of reduced words of length n in Coxeter group on 29 generators S_i with relations (S_i)^2 = (S_i S_j)^20 = I.

Original entry on oeis.org

1, 29, 812, 22736, 636608, 17825024, 499100672, 13974818816, 391294926848, 10956257951744, 306775222648832, 8589706234167296, 240511774556684288, 6734329687587160064, 188561231252440481792, 5279714475068333490176
Offset: 0

Views

Author

John Cannon and N. J. A. Sloane, Dec 03 2009

Keywords

Comments

The initial terms coincide with those of A170748, although the two sequences are eventually different.
First disagreement at index 20: a(20) = 90865829050852844512653344362, A170748(20) = 90865829050852844512653344768. - Klaus Brockhaus, Apr 02 2011
Computed with MAGMA using commands similar to those used to compute A154638.

Crossrefs

Cf. A170748 (G.f.: (1+x)/(1-28*x)).

Formula

G.f.: (t^20 + 2*t^19 + 2*t^18 + 2*t^17 + 2*t^16 + 2*t^15 + 2*t^14 + 2*t^13 + 2*t^12 + 2*t^11 + 2*t^10 + 2*t^9 + 2*t^8 + 2*t^7 + 2*t^6 + 2*t^5 + 2*t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(378*t^20 - 27*t^19 - 27*t^18 - 27*t^17 - 27*t^16 - 27*t^15 - 27*t^14 - 27*t^13 - 27*t^12 - 27*t^11 - 27*t^10 - 27*t^9 - 27*t^8 - 27*t^7 - 27*t^6 - 27*t^5 - 27*t^4 - 27*t^3 - 27*t^2 - 27*t + 1).
Previous Showing 11-20 of 49 results. Next