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

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

Original entry on oeis.org

1, 28, 756, 20412, 551124, 14880348, 401769396, 10847773692, 292889889684, 7908027021468, 213516729579636, 5764951698650172, 155653695863554644, 4202649788315975388, 113471544284531335476, 3063731695682346057474
Offset: 0

Views

Author

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

Keywords

Comments

The initial terms coincide with those of A170747, 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)/(351*t^15 - 26*t^14 - 26*t^13 - 26*t^12 - 26*t^11 - 26*t^10 - 26*t^9 - 26*t^8 - 26*t^7 - 26*t^6 - 26*t^5 - 26*t^4 - 26*t^3 - 26*t^2 - 26*t + 1), {t, 0, 50}], t] (* G. C. Greubel, Jun 20 2016 *)
    coxG[{15,351,-26}] (* The coxG program is at A169452 *) (* Harvey P. Dale, Apr 19 2018 *)

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)/(351*t^15 - 26*t^14 - 26*t^13 - 26*t^12 - 26*t^11 - 26*t^10 - 26*t^9 - 26*t^8 - 26*t^7 - 26*t^6 - 26*t^5 - 26*t^4 - 26*t^3 - 26*t^2 - 26*t + 1).

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

Original entry on oeis.org

1, 28, 756, 20412, 551124, 14880348, 401769396, 10847773692, 292889889684, 7908027021468, 213516729579636, 5764951698650172, 155653695863554644, 4202649788315975388, 113471544284531335476, 3063731695682346057852
Offset: 0

Views

Author

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

Keywords

Comments

The initial terms coincide with those of A170747, 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-27*x+377*x^16-351*x^17) )); // G. C. Greubel, Sep 08 2023
    
  • Mathematica
    CoefficientList[Series[(1+t)*(1-t^16)/(1-27*t+377*t^16-351*t^17), {t, 0, 50}], t] (* G. C. Greubel, Jul 02 2016; Sep 08 2023 *)
    coxG[{16,35,-26}] (* The coxG program is at A169452 *) (* Harvey P. Dale, Mar 20 2021 *)
  • SageMath
    def A167943_list(prec):
        P. = PowerSeriesRing(ZZ, prec)
        return P( (1+x)*(1-x^16)/(1-27*x+377*x^16-351*x^17) ).list()
    A167943_list(40) # G. C. Greubel, Sep 08 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)/( 351*t^16 - 26*t^15 - 26*t^14 - 26*t^13 - 26*t^12 - 26*t^11 - 26*t^10 - 26*t^9 - 26*t^8 - 26*t^7 - 26*t^6 - 26*t^5 - 26*t^4 - 26*t^3 - 26*t^2 - 26*t + 1).
a(n) = -351*a(n-16) + 26*Sum_{k=1..15} a(n-k). - Wesley Ivan Hurt, Sep 03 2022
G.f.: (1+t)*(1-t^16)/(1 - 27*t + 377*t^16 - 351*t^17). - G. C. Greubel, Sep 08 2023

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

Original entry on oeis.org

1, 28, 756, 20412, 551124, 14880348, 401769396, 10847773692, 292889889684, 7908027021468, 213516729579636, 5764951698650172, 155653695863554644, 4202649788315975388, 113471544284531335476, 3063731695682346057852
Offset: 0

Views

Author

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

Keywords

Comments

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

Crossrefs

Cf. A170747 (G.f.: (1+x)/(1-27*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)/(351*t^17 - 26*t^16 - 26*t^15 - 26*t^14 - 26*t^13 - 26*t^12 - 26*t^11 - 26*t^10 - 26*t^9 - 26*t^8 - 26*t^7 - 26*t^6 - 26*t^5 - 26*t^4 - 26*t^3 - 26*t^2 - 26*t + 1), {t,0,50}], t] (* G. C. Greubel, Aug 04 2016 *)
    coxG[{17,351,-26}] (* The coxG program is at A169452 *) (* Harvey P. Dale, Jun 01 2017 *)

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)/(351*t^17 - 26*t^16 - 26*t^15 - 26*t^14 - 26*t^13 - 26*t^12 - 26*t^11 - 26*t^10 - 26*t^9 - 26*t^8 - 26*t^7 - 26*t^6 - 26*t^5 - 26*t^4 - 26*t^3 - 26*t^2 - 26*t + 1).

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

Original entry on oeis.org

1, 28, 756, 20412, 551124, 14880348, 401769396, 10847773692, 292889889684, 7908027021468, 213516729579636, 5764951698650172, 155653695863554644, 4202649788315975388, 113471544284531335476, 3063731695682346057852
Offset: 0

Views

Author

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

Keywords

Comments

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

Crossrefs

Cf. A170747 (G.f.: (1+x)/(1-27*x)).

Programs

  • Mathematica
    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)/(351*t^18 - 26*t^17 - 26*t^16 - 26*t^15 - 26*t^14 - 26*t^13 - 26*t^12 - 26*t^11 - 26*t^10 - 26*t^9 - 26*t^8 - 26*t^7 - 26*t^6 - 26*t^5 - 26*t^4 - 26*t^3 - 26*t^2 - 26*t + 1), {t, 0, 50}], t] (* G. C. Greubel, Aug 10 2016 *)
    coxG[{18,351,-26}] (* The coxG program is at A169452 *) (* Harvey P. Dale, Feb 23 2020 *)

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)/(351*t^18 - 26*t^17 - 26*t^16 - 26*t^15 - 26*t^14 - 26*t^13 - 26*t^12 - 26*t^11 - 26*t^10 - 26*t^9 - 26*t^8 - 26*t^7 - 26*t^6 - 26*t^5 - 26*t^4 - 26*t^3 - 26*t^2 - 26*t + 1).

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

Original entry on oeis.org

1, 28, 756, 20412, 551124, 14880348, 401769396, 10847773692, 292889889684, 7908027021468, 213516729579636, 5764951698650172, 155653695863554644, 4202649788315975388, 113471544284531335476, 3063731695682346057852
Offset: 0

Views

Author

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

Keywords

Comments

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

Crossrefs

Cf. A170747 (G.f.: (1+x)/(1-27*x)).

Programs

  • Mathematica
    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)/(351*t^19 - 26*t^18 - 26*t^17 - 26*t^16 - 26*t^15 - 26*t^14 - 26*t^13 - 26*t^12 - 26*t^11 - 26*t^10 - 26*t^9 - 26*t^8 - 26*t^7 - 26*t^6 - 26*t^5 - 26*t^4 - 26*t^3 - 26*t^2 - 26*t + 1), {t, 0, 50}], t] (* G. C. Greubel, Aug 16 2016 *)
    coxG[{19,351,-26}] (* The coxG program is at A169452 *) (* Harvey P. Dale, Jun 12 2018 *)

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)/(351*t^19 - 26*t^18 - 26*t^17 - 26*t^16 - 26*t^15 - 26*t^14 - 26*t^13 - 26*t^12 - 26*t^11 - 26*t^10 - 26*t^9 - 26*t^8 - 26*t^7 - 26*t^6 - 26*t^5 - 26*t^4 - 26*t^3 - 26*t^2 - 26*t + 1).

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

Original entry on oeis.org

1, 28, 756, 20412, 551124, 14880348, 401769396, 10847773692, 292889889684, 7908027021468, 213516729579636, 5764951698650172, 155653695863554644, 4202649788315975388, 113471544284531335476, 3063731695682346057852
Offset: 0

Views

Author

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

Keywords

Comments

The initial terms coincide with those of A170747, 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 378. - Vincenzo Librandi, Dec 06 2012

Programs

  • Mathematica
    With[{num = Total[2 t^Range[49]] + t^50 + 1, den = Total[-26 t^Range[49]] + 351 t^50 + 1}, CoefficientList[Series[num/den, {t, 0, 30}], t]] (* Vincenzo Librandi, Dec 06 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)/(351*t^50 - 26*t^49 - 26*t^48 - 26*t^47 - 26*t^46 - 26*t^45 -
26*t^44 - 26*t^43 - 26*t^42 - 26*t^41 - 26*t^40 - 26*t^39 - 26*t^38 -
26*t^37 - 26*t^36 - 26*t^35 - 26*t^34 - 26*t^33 - 26*t^32 - 26*t^31 -
26*t^30 - 26*t^29 - 26*t^28 - 26*t^27 - 26*t^26 - 26*t^25 - 26*t^24 -
26*t^23 - 26*t^22 - 26*t^21 - 26*t^20 - 26*t^19 - 26*t^18 - 26*t^17 -
26*t^16 - 26*t^15 - 26*t^14 - 26*t^13 - 26*t^12 - 26*t^11 - 26*t^10 -
26*t^9 - 26*t^8 - 26*t^7 - 26*t^6 - 26*t^5 - 26*t^4 - 26*t^3 - 26*t^2 -
26*t + 1).

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

Original entry on oeis.org

1, 28, 756, 20034, 530712, 14054040, 372171618, 9855587196, 260988761124, 6911320818402, 183020737961880, 4846626473132808, 128344953881202786, 3398740810188105564, 90003063973732401492, 2383397845569631005570
Offset: 0

Views

Author

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

Keywords

Comments

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

Formula

G.f.: (t^3 + 2*t^2 + 2*t + 1)/(351*t^3 - 26*t^2 - 26*t + 1)

A163187 Number of reduced words of length n in Coxeter group on 28 generators S_i with relations (S_i)^2 = (S_i S_j)^4 = I.

Original entry on oeis.org

1, 28, 756, 20412, 550746, 14859936, 400943088, 10818033408, 291886435386, 7875524871396, 212493231821052, 5733379591597476, 154695004916717538, 4173898512013677720, 112617914185202621832, 3038596784018807730264
Offset: 0

Views

Author

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

Keywords

Comments

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

Programs

  • Mathematica
    coxG[{4,351,-26}] (* The coxG program is at A169452 *) (* Harvey P. Dale, Jul 05 2017 *)
  • PARI
    Vec((t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(351*t^4 - 26*t^3 - 26*t^2 - 26*t + 1) + O(t^20)) \\ Jinyuan Wang, Mar 23 2020

Formula

G.f.: (t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(351*t^4 - 26*t^3 - 26*t^2 - 26*t + 1).

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

Original entry on oeis.org

1, 28, 756, 20412, 551124, 14880348, 401769396, 10847773692, 292889889306, 7908027001056, 213516728753328, 5764951668909888, 155653694859957840, 4202649755802415008, 113471543260421145072, 3063731664082781293056
Offset: 0

Views

Author

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

Keywords

Comments

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

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)/(351*t^8 -
26*t^7 - 26*t^6 - 26*t^5 - 26*t^4 - 26*t^3 - 26*t^2 - 26*t + 1)

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

Original entry on oeis.org

1, 28, 756, 20412, 551124, 14880348, 401769396, 10847773692, 292889889684, 7908027021468, 213516729579636, 5764951698650172, 155653695863554644, 4202649788315975388, 113471544284531335476, 3063731695682346057852
Offset: 0

Views

Author

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

Keywords

Comments

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

Crossrefs

Cf. A170747 (G.f.: (1+x)/(1-27*x)).

Programs

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)/(351*t^20 - 26*t^19 - 26*t^18 - 26*t^17 - 26*t^16 - 26*t^15 - 26*t^14 - 26*t^13 - 26*t^12 - 26*t^11 - 26*t^10 - 26*t^9 - 26*t^8 - 26*t^7 - 26*t^6 - 26*t^5 - 26*t^4 - 26*t^3 - 26*t^2 - 26*t + 1).
Previous Showing 11-20 of 49 results. Next