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

A003945 Expansion of g.f. (1+x)/(1-2*x).

Original entry on oeis.org

1, 3, 6, 12, 24, 48, 96, 192, 384, 768, 1536, 3072, 6144, 12288, 24576, 49152, 98304, 196608, 393216, 786432, 1572864, 3145728, 6291456, 12582912, 25165824, 50331648, 100663296, 201326592, 402653184, 805306368, 1610612736, 3221225472, 6442450944, 12884901888
Offset: 0

Views

Author

Keywords

Comments

Coordination sequence for infinite tree with valency 3.
Number of Hamiltonian cycles in K_3 X P_n.
Number of ternary words of length n avoiding aa, bb, cc.
For n > 0, row sums of A029635. - Paul Barry, Jan 30 2005
Binomial transform is {1, 4, 13, 40, 121, 364, ...}, see A003462. - Philippe Deléham, Jul 23 2005
Convolved with the Jacobsthal sequence A001045 = A001786: (1, 4, 12, 32, 80, ...). - Gary W. Adamson, May 23 2009
Equals (n+1)-th row sums of triangle A161175. - Gary W. Adamson, Jun 05 2009
a(n) written in base 2: a(0) = 1, a(n) for n >= 1: 11, 110, 11000, 110000, ..., i.e.: 2 times 1, (n-1) times 0 (see A003953(n)). - Jaroslav Krizek, Aug 17 2009
INVERTi transform of A003688. - Gary W. Adamson, Aug 05 2010
An elephant sequence, see A175655. For the central square four A[5] vectors, with decimal values 42, 138, 162 and 168, lead to this sequence. For the corner squares these vectors lead to the companion sequence A083329. - Johannes W. Meijer, Aug 15 2010
A216022(a(n)) != 2 and A216059(a(n)) != 3. - Reinhard Zumkeller, Sep 01 2012
Number of length-n strings of 3 letters with no two adjacent letters identical. The general case (strings of r letters) is the sequence with g.f. (1+x)/(1-(r-1)*x). - Joerg Arndt, Oct 11 2012
Sums of pairs of rows of Pascal's triangle A007318, T(2n,k)+T(2n+1,k); Sum_{n>=1} A000290(n)/a(n) = 4. - John Molokach, Sep 26 2013

Crossrefs

Essentially same as A007283 (3*2^n) and A042950.
Generating functions of the form (1+x)/(1-k*x) for k=1 to 12: A040000, A003945, A003946, A003947, A003948, A003949, A003950, A003951, A003952.
Generating functions of the form (1+x)/(1-k*x) for k=13 to 30: A170732, A170733, A170734, A170735, A170736, A170737, A170738, A170739, A170740, A170741, A170742, A170743, A170744, A170745, A170746, A170747, A170748.
Generating functions of the form (1+x)/(1-k*x) for k=31 to 50: A170749, A170750, A170751, A170752, A170753, A170754, A170755, A170756, A170757, A170758, A170759, A170760, A170761, A170762, A170763, A170764, A170765, A170766, A170767, A170768, A170769.
Cf. A003688.

Programs

  • Maple
    k := 3; if n = 0 then 1 else k*(k-1)^(n-1); fi;
  • Mathematica
    Join[{1}, 3*2^Range[0, 60]] (* Vladimir Joseph Stephan Orlovsky, Jun 09 2011 *)
    Table[2^n+Floor[2^(n-1)], {n,0,30}] (* Martin Grymel, Oct 17 2012 *)
    CoefficientList[Series[(1+x)/(1-2x),{x,0,40}],x] (* or *) LinearRecurrence[ {2},{1,3},40] (* Harvey P. Dale, May 04 2017 *)
  • PARI
    a(n)=if(n,3<Charles R Greathouse IV, Jan 12 2012

Formula

a(0) = 1; for n > 0, a(n) = 3*2^(n-1).
a(n) = 2*a(n-1), n > 1; a(0)=1, a(1)=3.
More generally, the g.f. (1+x)/(1-k*x) produces the sequence [1, 1 + k, (1 + k)*k, (1 + k)*k^2, ..., (1+k)*k^(n-1), ...], with a(0) = 1, a(n) = (1+k)*k^(n-1) for n >= 1. Also a(n+1) = k*a(n) for n >= 1. - Zak Seidov and N. J. A. Sloane, Dec 05 2009
The g.f. (1+x)/(1-k*x) produces the sequence with closed form (in PARI notation) a(n)=(n>=0)*k^n+(n>=1)*k^(n-1). - Jaume Oliver Lafont, Dec 05 2009
Binomial transform of A000034. a(n) = (3*2^n - 0^n)/2. - Paul Barry, Apr 29 2003
a(n) = Sum_{k=0..n} (n+k)*binomial(n, k)/n. - Paul Barry, Jan 30 2005
a(n) = Sum_{k=0..n} A029653(n, k)*x^k for x = 1. - Philippe Deléham, Jul 10 2005
Binomial transform of A000034. Hankel transform is {1,-3,0,0,0,...}. - Paul Barry, Aug 29 2006
a(0) = 1, a(n) = 2 + Sum_{k=0..n-1} a(k) for n >= 1. - Joerg Arndt, Aug 15 2012
a(n) = 2^n + floor(2^(n-1)). - Martin Grymel, Oct 17 2012
E.g.f.: (3*exp(2*x) - 1)/2. - Stefano Spezia, Jan 31 2023

Extensions

Edited by N. J. A. Sloane, Dec 04 2009

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

Original entry on oeis.org

1, 31, 930, 27900, 837000, 25110000, 753300000, 22598999535, 677969972100, 20339098744965, 610172949807900, 18305188118005500, 549155632253220000, 16474668628988250000, 494240048711397215760, 14827201156594414216125
Offset: 0

Views

Author

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

Keywords

Comments

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

Programs

  • GAP
    a:=[31, 930, 27900, 837000, 25110000, 753300000, 22598999535];; for n in [8..20] do a[n]:=29*(a[n-1] +a[n-2]+a[n-3]+a[n-4]+a[n-5]+a[n-6]) -435*a[n-7]; od; Concatenation([1], a); # G. C. Greubel, Sep 15 2019
  • Magma
    R:=PowerSeriesRing(Integers(), 20); Coefficients(R!( (1+t)*(1-t^7)/(1-30*t+464*t^7-435*t^8) )); // G. C. Greubel, Sep 15 2019
    
  • Maple
    seq(coeff(series((1+t)*(1-t^7)/(1-30*t+464*t^7-435*t^8), t, n+1), t, n), n = 0 .. 20); # G. C. Greubel, Sep 15 2019
  • Mathematica
    CoefficientList[Series[(1+t)*(1-t^7)/(1-30*t+464*t^7-435*t^8), {t, 0, 20}], t] (* G. C. Greubel, Sep 15 2019 *)
    coxG[{7, 435, -29}] (* The coxG program is at A169452 *) (* G. C. Greubel, Sep 15 2019 *)
  • PARI
    my(t='t+O('t^20)); Vec((1+t)*(1-t^7)/(1-30*t+464*t^7-435*t^8)) \\ G. C. Greubel, Sep 15 2019
    
  • Sage
    def A164667_list(prec):
        P. = PowerSeriesRing(ZZ, prec)
        return P((1+t)*(1-t^7)/(1-30*t+464*t^7-435*t^8)).list()
    A164667_list(20) # G. C. Greubel, Sep 15 2019
    

Formula

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

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

Original entry on oeis.org

1, 31, 930, 27900, 836535, 25082100, 752044965, 22548807900, 676088221260, 20271372436125, 607803134933490, 18223958540698875, 546414860017738110, 16383333982098029400, 491226816855341457015, 14728612983261055500600
Offset: 0

Views

Author

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

Keywords

Comments

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

Programs

  • GAP
    a:=[31,930,27900,836535];; for n in [5..20] do a[n]:=29*(a[n-1]+ a[n-2] +a[n-3] -15*a[n-4]); od; Concatenation([1], a); # G. C. Greubel, Apr 28 2019
  • Magma
    R:=PowerSeriesRing(Integers(), 20); Coefficients(R!( (1+x)*(1-x^4)/(1-30*x+464*x^4-435*x^5) )); // G. C. Greubel, Apr 28 2019
    
  • Mathematica
    coxG[{4,435,-29}] (* The coxG program is at A169452 *) (* Harvey P. Dale, Apr 24 2016 *)
    CoefficientList[Series[(t^4+2*t^3+2*t^2+2*t+1)/(435*t^4-29*t^3-29*t^2 - 29*t+1), {t,0,20}], t] (* or *) LinearRecurrence[{29,29,29,-435}, {1,31, 930,27900,836535}, 20] (* G. C. Greubel, Dec 10 2016 *)
  • PARI
    my(x='x+O('x^20)); Vec((1+x)*(1-x^4)/(1-30*x+464*x^4-435*x^5)) \\ G. C. Greubel, Dec 10 2016, modified Apr 28 2019
    
  • Sage
    ((1+x)*(1-x^4)/(1-30*x+464*x^4-435*x^5)).series(x, 20).coefficients(x, sparse=False) # G. C. Greubel, Apr 28 2019
    

Formula

G.f.: (t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(435*t^4 - 29*t^3 - 29*t^2 - 29*t + 1).
a(n) = 29*(a(n-1) + a(n-2) + a(n-3) - 15*a(n-4)). - G. C. Greubel, Apr 28 2019

A163564 Number of reduced words of length n in Coxeter group on 31 generators S_i with relations (S_i)^2 = (S_i S_j)^5 = I.

Original entry on oeis.org

1, 31, 930, 27900, 837000, 25109535, 753272100, 22597744965, 677919807900, 20337218005500, 610105253435760, 18302819007466125, 549074412543683490, 16471927651538698875, 494148687972122850750, 14824186397015923722360
Offset: 0

Views

Author

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

Keywords

Comments

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

Programs

  • Magma
    R:=PowerSeriesRing(Integers(), 20); Coefficients(R!( (1+x)*(1-x^5)/(1-30*x+464*x^5-435*x^6) )); // G. C. Greubel, May 18 2019
    
  • Mathematica
    With[{num=Total[2t^Range[4]]+t^5+1, den=Total[-29 t^Range[4]]+435t^5+1}, CoefficientList[Series[num/den,{t,0,20}],t]] (* Harvey P. Dale, Sep 16 2011 *)
    CoefficientList[Series[(1+x)*(1-x^5)/(1-30*x+464*x^5-435*x^6), {x,0,20}], x] (* or *) coxG[{5, 435, -29}] (* The coxG program is at A169452 *) (* G. C. Greubel, May 18 2019 *)
  • PARI
    my(x='x+O('x^20)); Vec((1+x)*(1-x^5)/(1-30*x+464*x^5-435*x^6)) \\ G. C. Greubel, Jul 28 2017
    
  • Sage
    ((1+x)*(1-x^5)/(1-30*x+464*x^5-435*x^6)).series(x, 20).coefficients(x, sparse=False) # G. C. Greubel, May 18 2019

Formula

G.f.: (t^5 + 2*t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(435*t^5 - 29*t^4 - 29*t^3 - 29*t^2 - 29*t + 1).
a(n) = 29*a(n-1)+29*a(n-2)+29*a(n-3)+29*a(n-4)-435*a(n-5). - Wesley Ivan Hurt, May 11 2021

A164030 Number of reduced words of length n in Coxeter group on 31 generators S_i with relations (S_i)^2 = (S_i S_j)^6 = I.

Original entry on oeis.org

1, 31, 930, 27900, 837000, 25110000, 753299535, 22598972100, 677968744965, 20339049807900, 610171118005500, 18305122253220000, 549153328988465760, 16474589711416216125, 494237386595541683490, 14827112455463543698875
Offset: 0

Views

Author

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

Keywords

Comments

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

Programs

  • GAP
    a:=[31, 930, 27900, 837000, 25110000, 753299535];; for n in [7..30] do a[n]:=29*(a[n-1] +a[n-2]+a[n-3]+a[n-4]+a[n-5]) -435*a[n-6]; od; Concatenation([1], a); # G. C. Greubel, Aug 13 2019
  • Magma
    R:=PowerSeriesRing(Integers(), 30); Coefficients(R!( (1+t)*(1-t^6)/(1-30*t+464*t^6-435*t^7) )); // G. C. Greubel, Aug 13 2019
    
  • Maple
    seq(coeff(series((1+t)*(1-t^6)/(1-30*t+464*t^6-435*t^7), t, n+1), t, n), n = 0 .. 30); # G. C. Greubel, Aug 13 2019
  • Mathematica
    coxG[{6,435,-29}] (* The coxG program is at A169452 *) (* Harvey P. Dale, Sep 29 2016 *)
    CoefficientList[Series[(1+t)*(1-t^6)/(1-30*t+464*t^6-435*t^7), {t,0,30}], t] (* G. C. Greubel, Sep 07 2017 *)
  • PARI
    my(t='t+O('t^30)); Vec((1+t)*(1-t^6)/(1-30*t+464*t^6-435*t^7)) \\ G. C. Greubel, Sep 07 2017
    
  • Sage
    def A164030_list(prec):
        P. = PowerSeriesRing(ZZ, prec)
        return P((1+t)*(1-t^6)/(1-30*t+464*t^6-435*t^7)).list()
    A164030_list(30) # G. C. Greubel, Aug 13 2019
    

Formula

G.f.: (t^6 + 2*t^5 + 2*t^4 + 2*t^3 + 2*t^2 + 2*t + 1)/(435*t^6 - 29*t^5 - 29*t^4 - 29*t^3 - 29*t^2 - 29*t + 1).
a(n) = -435*a(n-6) + 29*Sum_{k=1..5} a(n-k). - Wesley Ivan Hurt, May 11 2021

A166075 Number of reduced words of length n in Coxeter group on 31 generators S_i with relations (S_i)^2 = (S_i S_j)^10 = I.

Original entry on oeis.org

1, 31, 930, 27900, 837000, 25110000, 753300000, 22599000000, 677970000000, 20339100000000, 610172999999535, 18305189999972100, 549155699998744965, 16474670999949807900, 494240129998118005500, 14827203899932253220000
Offset: 0

Views

Author

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

Keywords

Comments

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

Programs

  • GAP
    a:=[31, 930, 27900, 837000, 25110000, 753300000, 22599000000, 677970000000, 20339100000000, 610172999999535];; for n in [11..30] do a[n]:=29*Sum([1..9], j-> a[n-j]) - 435*a[n-10]; od; Concatenation([1], a); # G. C. Greubel, Dec 05 2019
  • Magma
    R:=PowerSeriesRing(Integers(), 30); Coefficients(R!( (1+t)*(1-t^10)/(1-30*t+464*t^10-435*t^11) )); // G. C. Greubel, Dec 05 2019
    
  • Maple
    seq(coeff(series((1+t)*(1-t^10)/(1-30*t+464*t^10-435*t^11), t, n+1), t, n), n = 0..30); # G. C. Greubel, Dec 05 2019
  • Mathematica
    CoefficientList[Series[(1+t)*(1-t^10)/(1-30*t+464*t^10-435*t^11), {t,0,30}], t] (* G. C. Greubel, Apr 24 2016 *)
  • PARI
    my(t='t+O('t^30)); Vec((1+t)*(1-t^10)/(1-30*t+464*t^10-435*t^11)) \\ G. C. Greubel, Dec 05 2019
    
  • Sage
    def A166075_list(prec):
        P. = PowerSeriesRing(ZZ, prec)
        return P((1+t)*(1-t^10)/(1-30*t+464*t^10-435*t^11)).list()
    A166075_list(30) # G. C. Greubel, Dec 05 2019
    

Formula

G.f.: (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)/(435*t^10 - 29*t^9 - 29*t^8 - 29*t^7 - 29*t^6 - 29*t^5 - 29*t^4 - 29*t^3 - 29*t^2 - 29*t + 1).

A166425 Number of reduced words of length n in Coxeter group on 31 generators S_i with relations (S_i)^2 = (S_i S_j)^11 = I.

Original entry on oeis.org

1, 31, 930, 27900, 837000, 25110000, 753300000, 22599000000, 677970000000, 20339100000000, 610173000000000, 18305189999999535, 549155699999972100, 16474670999998744965, 494240129999949807900, 14827203899998118005500
Offset: 0

Views

Author

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

Keywords

Comments

The initial terms coincide with those of A170750, 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(), 30);
    Coefficients(R!( (1+x)*(1-x^11)/(1-30*x+464*x^11-435*x^12) )); // G. C. Greubel, Jul 25 2024
    
  • Mathematica
    With[{p=435, q=29}, CoefficientList[Series[(1+t)*(1-t^11)/(1-(q+1)*t + (p+q)*t^11-p*t^12), {t,0,40}], t]] (* G. C. Greubel, May 13 2016; Jul 25 2024 *)
    coxG[{11,435,-29}] (* The coxG program is at A169452 *) (* Harvey P. Dale, Dec 26 2021 *)
  • SageMath
    def A166425_list(prec):
        P. = PowerSeriesRing(ZZ, prec)
        return P( (1+x)*(1-x^11)/(1-30*x+464*x^11-435*x^12) ).list()
    A166425_list(30) # G. C. Greubel, Jul 25 2024

Formula

G.f.: (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)/(435*t^11 - 29*t^10 - 29*t^9 - 29*t^8 - 29*t^7 - 29*t^6 - 29*t^5 - 29*t^4 - 29*t^3 - 29*t^2 - 29*t + 1).
From G. C. Greubel, Jul 25 2024: (Start)
a(n) = 29*Sum_{j=1..10} a(n-j) - 435*a(n-11).
G.f.: (1+x)*(1-x^11)/(1 - 30*x + 464*x^11 - 435*x^12). (End)

A166618 Number of reduced words of length n in Coxeter group on 31 generators S_i with relations (S_i)^2 = (S_i S_j)^12 = I.

Original entry on oeis.org

1, 31, 930, 27900, 837000, 25110000, 753300000, 22599000000, 677970000000, 20339100000000, 610173000000000, 18305190000000000, 549155699999999535, 16474670999999972100, 494240129999998744965, 14827203899999949807900
Offset: 0

Views

Author

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

Keywords

Comments

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

Programs

  • Mathematica
    CoefficientList[Series[(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)/(435*t^12 - 29*t^11 - 29*t^10 - 29*t^9 - 29*t^8 - 29*t^7 - 29*t^6 - 29*t^5 - 29*t^4 - 29*t^3 - 29*t^2 - 29*t + 1), {t, 0, 50}], t] (* G. C. Greubel, May 19 2016 *)
    coxG[{12,435,-29}] (* The coxG program is at A169452 *) (* Harvey P. Dale, Nov 26 2020 *)

Formula

G.f.: (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)/(435*t^12 - 29*t^11 - 29*t^10 - 29*t^9 -29*t^8 -29*t^7 - 29*t^6 - 29*t^5 - 29*t^4 - 29*t^3 - 29*t^2 - 29*t +1).

A167084 Number of reduced words of length n in Coxeter group on 31 generators S_i with relations (S_i)^2 = (S_i S_j)^13 = I.

Original entry on oeis.org

1, 31, 930, 27900, 837000, 25110000, 753300000, 22599000000, 677970000000, 20339100000000, 610173000000000, 18305190000000000, 549155700000000000, 16474670999999999535, 494240129999999972100, 14827203899999998744965
Offset: 0

Views

Author

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

Keywords

Comments

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

Programs

  • Mathematica
    CoefficientList[Series[(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)/(435*t^13 - 29*t^12 - 29*t^11 - 29*t^10 - 29*t^9 - 29*t^8 - 29*t^7 - 29*t^6 - 29*t^5 - 29*t^4 - 29*t^3 - 29*t^2 - 29*t + 1), {t, 0, 50}], t] (* G. C. Greubel, Jun 01 2016 *)
    coxG[{13,435,-29}] (* The coxG program is at A169452 *) (* Harvey P. Dale, Mar 02 2018 *)

Formula

G.f.: (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)/(435*t^13 - 29*t^12 - 29*t^11 - 29*t^10 - 29*t^9 - 29*t^8 - 29*t^7 - 29*t^6 - 29*t^5 - 29*t^4 - 29*t^3 - 29*t^2 - 29*t + 1).

A167378 Number of reduced words of length n in Coxeter group on 31 generators S_i with relations (S_i)^2 = (S_i S_j)^14 = I.

Original entry on oeis.org

1, 31, 930, 27900, 837000, 25110000, 753300000, 22599000000, 677970000000, 20339100000000, 610173000000000, 18305190000000000, 549155700000000000, 16474671000000000000, 494240129999999999535, 14827203899999999972100
Offset: 0

Views

Author

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

Keywords

Comments

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

Programs

  • Mathematica
    CoefficientList[Series[(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)/ (435*t^14 - 29*t^13 - 29*t^12 - 29*t^11 - 29*t^10 - 29*t^9 - 29*t^8 - 29*t^7 - 29*t^6 - 29*t^5 - 29*t^4 - 29*t^3 - 29*t^2 - 29*t + 1), {t, 0, 50}], t] (* G. C. Greubel, Jun 12 2016 *)
    coxG[{14,435,-29}] (* The coxG program is at A169452 *) (* Harvey P. Dale, Apr 27 2019 *)

Formula

G.f.: (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)/(435*t^14 - 29*t^13 - 29*t^12 - 29*t^11 - 29*t^10 - 29*t^9 - 29*t^8 - 29*t^7 - 29*t^6 - 29*t^5 - 29*t^4 - 29*t^3 - 29*t^2 - 29*t + 1).
Showing 1-10 of 49 results. Next