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

A039814 Matrix square of Stirling-1 triangle A008275.

Original entry on oeis.org

1, -2, 1, 7, -6, 1, -35, 40, -12, 1, 228, -315, 130, -20, 1, -1834, 2908, -1485, 320, -30, 1, 17582, -30989, 18508, -5005, 665, -42, 1, -195866, 375611, -253400, 81088, -13650, 1232, -56, 1, 2487832, -5112570, 3805723, -1389612, 279048, -32130, 2100, -72, 1
Offset: 1

Views

Author

Christian G. Bower, Feb 15 1999

Keywords

Comments

Exponential Riordan array [1/((1 + x)*(1 + log(1 + x))), log(1 + log(1 + x))]. The row sums of the unsigned array give A007840 (apart from the initial term). - Peter Bala, Jul 22 2014
Also the Bell transform of (-1)^n*A003713(n+1). For the definition of the Bell transform see A264428. - Peter Luschny, Jan 28 2016

Examples

			Triangle begins:
      1;
     -2,    1;
      7,   -6,     1;
    -35,   40,   -12,   1;
    228, -315,   130, -20,   1;
  -1834, 2908, -1485, 320, -30, 1;
...
		

Crossrefs

Column k=1..3 give (-1)^(n-1) * A003713(n), (-1)^n * A341587(n), (-1)^(n-1) * A341588(n).
Cf. A007840.

Programs

  • Maple
    # The function BellMatrix is defined in A264428.
    # Adds (1,0,0,0, ..) as column 0.
    BellMatrix(n -> (-1)^n*add(k!*abs(Stirling1(n+1,k+1)), k=0..n), 10); # Peter Luschny, Jan 28 2016
  • Mathematica
    max = 9; t = Table[StirlingS1[n, k], {n, 1, max}, {k, 1, max}]; t2 = t.t; Table[t2[[n, k]], {n, 1, max}, {k, 1, n}] // Flatten (* Jean-François Alcover, Feb 01 2013 *)
    rows = 9;
    t = Table[(-1)^n*Sum[k!*Abs[StirlingS1[n+1, k+1]], {k,0,n}], {n, 0, rows}];
    T[n_, k_] := BellY[n, k, t];
    Table[T[n, k], {n, 1, rows}, {k, 1, n}] // Flatten (* Jean-François Alcover, Jun 22 2018, after Peter Luschny *)
  • PARI
    T(n, k) = sum(j=0, n, stirling(n, j, 1)*stirling(j, k, 1)); \\ Seiichi Manyama, Feb 13 2022

Formula

E.g.f. of k-th column: ((log(1+log(1+x)))^k)/k!.
E.g.f.: 1/(1 + t)*( 1 + log(1 + t) )^(x-1) = 1 + (-2 + x)*t + (7 - 6*x + x^2)*t^2/2! + .... - Peter Bala, Jul 22 2014
T(n,k) = Sum_{j=0..n} Stirling1(n,j) * Stirling1(j,k). - Seiichi Manyama, Feb 13 2022

A051141 Triangle read by rows: a(n, m) = S1(n, m)*3^(n-m), where S1 are the signed Stirling numbers of first kind A008275 (n >= 1, 1 <= m <= n).

Original entry on oeis.org

1, -3, 1, 18, -9, 1, -162, 99, -18, 1, 1944, -1350, 315, -30, 1, -29160, 22194, -6075, 765, -45, 1, 524880, -428652, 131544, -19845, 1575, -63, 1, -11022480, 9526572, -3191076, 548289, -52920, 2898, -84, 1, 264539520, -239660208
Offset: 1

Views

Author

Keywords

Comments

Previous name was: Generalized Stirling number triangle of first kind.
a(n,m) = R_n^m(a=0,b=3) in the notation of the given reference.
a(n,m) is a Jabotinsky matrix, i.e., the monic row polynomials E(n,x) := Sum_{m=1..n} a(n,m)*x^m = Product_{j=0..n-1} (x - 3*j), n >= 1 and E(0,x) := 1 are exponential convolution polynomials (see A039692 for the definition and a Knuth reference).
This is the signed Stirling1 triangle with diagonals d>=0 (main diagonal d=0) scaled with 3^d.
Exponential Riordan array [1/(1 + 3*x), log(1 + 3*x)/3]. The unsigned triangle is [1/(1 - 3*x), log(1/(1 - 3*x)^(1/3))]. - Paul Barry, Apr 29 2009
Also the Bell transform of the triple factorial numbers A032031 which adds a first column (1, 0, 0 ...) on the left side of the triangle and computes the unsigned values. For the definition of the Bell transform, see A264428. See A004747 for the triple factorial numbers A008544 and A203412 for the triple factorial numbers A007559 as well as A039683 and A132062 for the case of double factorial numbers. - Peter Luschny, Dec 21 2015

Examples

			Triangle starts:
       1;
      -3,       1;
      18,      -9,      1;
    -162,      99,    -18,      1;
    1944,   -1350,    315,    -30,    1;
  -29160,   22194,  -6075,    765,  -45,   1;
  524880, -428652, 131544, -19845, 1575, -63, 1;
---
Row polynomial E(3,x) = 18*x-9*x^2+x^3.
From _Paul Barry_, Apr 29 2009: (Start)
The unsigned array [1/(1 - 3*x), log(1/(1 - 3*x)^(1/3))] has production matrix
    3,    1;
    9,    6,    1;
   27,   27,    9,   1;
   81,  108,   54,  12,   1;
  243,  405,  270,  90,  15,  1;
  729, 1458, 1215, 540, 135, 18, 1;
  ...
which is A007318^{3} beheaded (by viewing A007318 as a lower triangular matrix). See the comment above. (End)
		

Crossrefs

First (m=1) column sequence is: A032031(n-1).
Row sums (signed triangle): A008544(n-1)*(-1)^(n-1).
Row sums (unsigned triangle): A007559(n).
Cf. A008275 (Stirling1 triangle, b=1), A039683 (b=2), A051142 (b=4).

Programs

Formula

a(n, m) = a(n-1, m-1) - 3*(n-1)*a(n-1, m) for n >= m >= 1; a(n, m) = 0 for n < m; a(n, 0) = 0 for n >= 1; a(0, 0) = 1.
E.g.f. for the m-th column of the signed triangle: (log(1 + 3*x)/3)^m/m!.
|a(n,1)| = A032031(n-1). - Peter Luschny, Dec 23 2015

Extensions

Name clarified using a formula of the author by Peter Luschny, Dec 23 2015

A039817 Triangle read by rows: matrix 5th power of the Stirling-1 triangle A008275.

Original entry on oeis.org

1, -5, 1, 40, -15, 1, -440, 235, -30, 1, 6170, -4200, 775, -50, 1, -105315, 86020, -20475, 1925, -75, 1, 2120610, -2001055, 577570, -70525, 4025, -105, 1, -49242470, 52305780, -17609620, 2623145, -195300, 7490, -140, 1, 1296133195, -1520815230, 581516560, -101595060, 9264045, -464940, 12810, -180, 1
Offset: 1

Views

Author

Christian G. Bower, Feb 15 1999

Keywords

Examples

			Triangle begins:
        1;
       -5,     1;
       40,   -15,      1;
     -440,   235,    -30,    1;
     6170, -4200,    775,  -50,   1;
  -105315, 86020, -20475, 1925, -75, 1;
  ...
		

Crossrefs

Cf. A000359 (first column), A008275.

Programs

  • Mathematica
    Flatten[Table[SeriesCoefficient[(Log[1+Log[1+Log[1+Log[1+Log[1+x]]]]])^k,{x,0,n}] n!/k!, {n,9}, {k,n}]] (* Stefano Spezia, Sep 12 2022 *)

Formula

E.g.f. of k-th column: ((log(1+log(1+log(1+log(1+log(1+x))))))^k)/k!.

A039815 Triangle read by rows: matrix cube of the Stirling-1 triangle A008275.

Original entry on oeis.org

1, -3, 1, 15, -9, 1, -105, 87, -18, 1, 947, -975, 285, -30, 1, -10472, 12657, -4680, 705, -45, 1, 137337, -188090, 82887, -15960, 1470, -63, 1, -2085605, 3159699, -1598954, 370237, -43890, 2730, -84, 1, 36017472, -59326371, 33613353, -9009294, 1292067, -103950, 4662, -108, 1
Offset: 1

Views

Author

Christian G. Bower, Feb 15 1999

Keywords

Examples

			Triangle begins:
       1;
      -3,     1;
      15,    -9,     1;
    -105,    87,   -18,   1;
     947,  -975,   285, -30,   1;
  -10472, 12657, -4680, 705, -45, 1;
  ...
		

Crossrefs

Cf. A000268 (first column), A008275.

Programs

  • Maple
    T:= Matrix(10,10,(i,j) -> `if`(i>= j, combinat:-stirling1(i,j),0)):
    M:= T^3:
    seq(seq(M[i,j],j=1..i),i=1..10); # Robert Israel, Sep 12 2022
  • Mathematica
    Flatten[Table[SeriesCoefficient[(Log[1+Log[1+Log[1+x]]])^k, {x,0,n}] n!/k!, {n,9}, {k,n}]] (* Stefano Spezia, Sep 12 2022 *)

Formula

E.g.f. of k-th column: ((log(1+log(1+log(1+x))))^k)/k!.

A039816 Triangle read by rows: matrix 4th power of the Stirling-1 triangle A008275.

Original entry on oeis.org

1, -4, 1, 26, -12, 1, -234, 152, -24, 1, 2696, -2210, 500, -40, 1, -37919, 36976, -10710, 1240, -60, 1, 630521, -704837, 245896, -36750, 2590, -84, 1, -12111114, 15132932, -6120324, 1109696, -101500, 4816, -112, 1, 264051201, -362099010, 165387680, -34990620, 3901296, -241164, 8232, -144, 1
Offset: 1

Views

Author

Christian G. Bower, Feb 15 1999

Keywords

Examples

			Triangle begins:
       1;
      -4,     1;
      26,   -12,      1;
    -234,   152,    -24,    1;
    2696, -2210,    500,  -40,   1;
  -37919, 36976, -10710, 1240, -60, 1;
  ...
		

Crossrefs

Cf. A000310 (first column), A008275.

Programs

  • Maple
    T:= Matrix(10,10,(i,j) -> `if`(i>= j, combinat:-stirling1(i,j),0)):
    M:= T^4:
    seq(seq(M[i,j],j=1..i),i=1..10); # Robert Israel, Sep 12 2022
  • Mathematica
    Flatten[Table[SeriesCoefficient[(Log[1+Log[1+Log[1+Log[1+x]]]])^k,{x,0,n}] n!/k!, {n,9}, {k,n}]] (* Stefano Spezia, Sep 12 2022 *)

Formula

E.g.f. of k-th column: ((log(1+log(1+log(1+log(1+x)))))^k)/k!.

A079641 Matrix product of Stirling2-triangle A008277(n,k) and unsigned Stirling1-triangle |A008275(n,k)|.

Original entry on oeis.org

1, 2, 1, 6, 6, 1, 26, 36, 12, 1, 150, 250, 120, 20, 1, 1082, 2040, 1230, 300, 30, 1, 9366, 19334, 13650, 4270, 630, 42, 1, 94586, 209580, 166376, 62160, 11900, 1176, 56, 1, 1091670, 2562354, 2229444, 952728, 220500, 28476, 2016, 72, 1, 14174522
Offset: 1

Views

Author

Vladeta Jovovic, Jan 30 2003

Keywords

Comments

Triangle T(n,k), 1<=k<=n, read by rows, given by (0, 2, 1, 4, 2, 6, 3, 8, 4, 10, 5, ...) DELTA (1, 0, 1, 0, 1, 0, 1, 0, 1, 0, ...) where DELTA is the operator defined in A084938. - Philippe Deléham, Dec 22 2011
Subtriangle of triangle in A129062. - Philippe Deléham, Feb 17 2013
Also the Bell transform of A000629. For the definition of the Bell transform see A264428. - Peter Luschny, Jan 26 2016

Examples

			Triangle begins:
  1;
  2,1;
  6,6,1;
  26,36,12,1;
  150,250,120,20,1;
  1082,2040,1230,300,30,1;
  ...
Triangle (0,2,1,4,2,6,3,8,4,...) DELTA (1,0,1,0,1,0,1,0,1,...) begins:
  1
  0, 1
  0, 2, 1
  0, 6, 6, 1
  0, 26, 36, 12, 1
  0, 150, 250, 120, 20, 1
  0, 1082, 2040, 1230, 300, 30, 1. - _Philippe Deléham_, Dec 22 2011
		

Crossrefs

Cf. A000670 (row sums), A000629 (first column), A195204, A195205. A209849, A129062

Programs

  • Maple
    # The function BellMatrix is defined in A264428.
    # Adds (1, 0, 0, 0, ..) as column 0.
    BellMatrix(n -> add((-1)^(n-k)*2^k*k!*combinat:-stirling2(n, k), k=0..n), 9); # Peter Luschny, Jan 26 2016
  • Mathematica
    rows = 10;
    t = Table[Sum[(-1)^(n-k)*2^k*k!*StirlingS2[n, k], {k,0,n}], {n, 0, rows}];
    T[n_, k_] := BellY[n, k, t];
    Table[T[n, k], {n, 1, rows}, {k, 1, n}] // Flatten (* Jean-François Alcover, Jun 22 2018 *)

Formula

T(n, k) = Sum_{i=k..n} A008277(n, i) * |A008275(i, k)|.
E.g.f.: (2-exp(x))^(-y). - Vladeta Jovovic, Nov 22 2003
From Peter Bala, Sep 12 2011: (Start)
The row generating polynomials R(n,x) begin R(1,x) = x, R(2,x) = 2*x + x^2, R(3,x) = 6*x + 6*x^2 + x^3 and satisfy the recurrence R(n+1,x) = x*(2*R(n,x+1) - R(n,x)). They form a sequence of binomial type polynomials. In particular, denoting R(n,x) by x^[n] to emphasize the analogies with the monomial polynomials x^n, we have the binomial expansion (x + y)^[n] = Sum_{k = 0..n} binomial(n,k)*x^[n-k]*y^[k].
There is a Dobinski-type formula: exp(-x)*Sum_{k >= 0} (-k)^[n] * x^k/k! = Bell(n,-x). The alternating n-th row entries (-1)^k * T(n,k) are the connection coefficients expressing the polynomial Bell(n,-x) as a linear combination of Bell(k,x), 1 <= k <= n. For example, the list of coefficients of R(4,x) is [26, 36, 12, 1] and we have Bell(4,-x) = -26*Bell(1,x) + 36*Bell(2,x) - 12*Bell(3,x) + Bell(4,x).
The row polynomials also satisfy an analog of the Bernoulli's summation formula for powers of integers, namely, Sum_{k = 1..n} k^[p] = 1/(p+1) * Sum_{k = 0..p} binomial(p+1,k) * B_k * n^[p+1-k], where B_k denotes the Bernoulli numbers. Compare with A195204 and A195205. (End)
Let D be the forward difference operator D(f(x)) = f(x+1) - f(x). Then the n-th row polynomial R(n,x) = 1/f(x) * (x*D)^n(f(x)) with f(x) = 2^x. Cf. A209849. Also cf. A008277, where the row polynomials are given by 1/f(x) * (x*d/dx)^n(f(x)), where now f(x) = exp(x). - Peter Bala, Mar 16 2012
Conjecture: o.g.f. as a continued fraction of Stieltjes type: 1/(1 - x*z/(1 - 2*z/(1 - (x + 1)*z/(1 - 4*z/(1 - (x + 2)*z/(1 - 6*z/(1 - (x + 3)*z/(1 - 8*z/(1 - ... ))))))))) = 1 + x*z + (2*x + x^2)*z^2 + (6*x + 6*x^2 + x^3)*z^3 + .... - Peter Bala, Dec 12 2024

A112002 Seventh diagonal of triangle A008275 (Stirling1) and seventh column of |A008276|.

Original entry on oeis.org

720, 13068, 118124, 723680, 3416930, 13339535, 44990231, 135036473, 368411615, 928095740, 2185031420, 4853222764, 10246937272, 20692933630, 40171771630, 75289668850, 136717357942, 241276443496, 414908513800, 696829576300
Offset: 1

Views

Author

Wolfdieter Lang, Sep 12 2005

Keywords

Crossrefs

Sixth diagonal A053567; A130534.

Programs

Formula

a(n)= Stirling1(n+6, n), n>=1, with Stirling1(n, k)= A008275(n, k).
E.g.f. with offset 6: exp(x)*sum(A112486(6, m)*(x^(6+m))/(6+m)!, m=0..6).
a(n)= (f(n+5, 6)/12!)*sum(A112486(6, m)*f(12, 6-m)*f(n-1, m), m=0..min(6, n-1)), with the falling factorials f(n, k):=n*(n-1)*...*(n-(k-1)). From the e.g.f.
a(n)=(binomial(n+6, 7)/r(8, 5))*sum(A112007(5, m)*r(n+7, 5-m)*f(n-1, m), m=0..5), with rising factorials r(n, k):=n*(n+1)*...*(n+(k-1)) and falling factorials f(n, m). From the g.f.
G.f.: x*(720+3708*x+4400*x^2+1452*x^3+114*x^4+x^5)/(1-x)^13. See row k=5 of triangles A112007 or A008517 for the coefficients.
Explicit formula: a(n) = n(n + 1)(n + 2)(n + 3)(n + 4)(n + 5)(n + 6)(63n^5 + 1575n^4 + 15435n^3 + 73801n^2 + 171150n + 152696)/2903040. - Vaclav Kotesovec, Jan 30 2010

A136124 Triangle read by rows: T(n,k) = (-1)^(n+k)*Sum_{j=1..k} s(n,j), where s(n,j) are the signed Stirling numbers of the first kind (n >= 2; 1 <= k <= n-1; s(n,j) = A008275(n,j)).

Original entry on oeis.org

1, 2, 1, 6, 5, 1, 24, 26, 9, 1, 120, 154, 71, 14, 1, 720, 1044, 580, 155, 20, 1, 5040, 8028, 5104, 1665, 295, 27, 1, 40320, 69264, 48860, 18424, 4025, 511, 35, 1, 362880, 663696, 509004, 214676, 54649, 8624, 826, 44, 1, 3628800, 6999840, 5753736, 2655764
Offset: 2

Views

Author

Emeric Deutsch, Dec 23 2007

Keywords

Comments

Sum of entries in row n = n!/2 = A001710(n). T(n,1) = (n-1)! = A000142(n-1). Columns 2,3,4 and 5 yield A001705,A001706,A001707 and A001708, respectively.
See A143491 for the interpretation of these numbers as restricted Stirling numbers of the first kind. See A049444 for a signed version of this array. - Peter Bala, Aug 25 2008
With offset n=0, k=0: triangle T(n,k), read by rows, given by [2,1,3,2,4,3,5,4,6,5,...] DELTA [1,0,1,0,1,0,1,0,1,0,1,0,...] where DELTA is the operator defined in A084938. - Philippe Deléham, Sep 29 2011
With offset n=0, k=0: T(n,k) is the number of ways to seat n people at any number of round tables and serve exactly k of the tables water, some number of the remaining tables red wine, and the rest of the tables white wine. - Geoffrey Critzer, Mar 13 2015

Examples

			T(6,3)=71 because (-1)^9*[s(6,1)+s(6,2)+s(6,3)]=-(-120+274-225)=71.
Triangle starts:
    1;
    2,   1;
    6,   5,   1;
   24,  26,   9,   1;
  120, 154,  71,  14,   1;
		

Crossrefs

Programs

  • Maple
    A136124_row := proc(n) local k,j; `if`(n=0,1,seq((-1)^(n+1-k)*add(stirling1(n+1,j), j=1..k),k=1..n)) end: seq(print(A136124_row(r)),r=1..6); # Peter Luschny, Sep 29 2011
    with(combinat): T:=proc(n, k) options operator, arrow: (-1)^(n+k)*(sum(stirling1(n,j),j=1..k)) end proc: for n from 2 to 11 do seq(T(n,k),k=1..n-1) end do; # yields sequence in triangular form
  • Mathematica
    nn = 10; Map[Select[#, # > 0 &] &,Range[0,nn]!CoefficientList[Series[Exp[(2 + y) Log[1/(1 - x)]], {x, 0, nn}], {x,y}]] // Flatten (* Geoffrey Critzer, Mar 13 2015 *)

Formula

E.g.f.: Sum[(1/n!)T(n,k)x^n*t^k, k=1..n-1, n>=2]=1/[(1+t)(1-x)^t]-(1+tx)/(1+t). Generating polynomial of row n = t*Product(j+t, j=2..n-1). T(n,k) is the sum of all products of n-k-1 different integers taken from {2,3,...,n-1}. For example, T(6,3) = 2*3 + 2*4 + 2*5 + 3*4 + 3*5 + 4*5 = 71.

A079640 Matrix product of unsigned Stirling1-triangle |A008275(n,k)| and unsigned Lah-triangle |A008297(n,k)|.

Original entry on oeis.org

1, 3, 1, 14, 9, 1, 88, 83, 18, 1, 694, 860, 275, 30, 1, 6578, 10084, 4245, 685, 45, 1, 72792, 132888, 69244, 14735, 1435, 63, 1, 920904, 1950024, 1209880, 318969, 41020, 2674, 84, 1, 13109088, 31580472, 22715972, 7133784, 1137549, 98028, 4578, 108, 1
Offset: 1

Views

Author

Vladeta Jovovic, Jan 30 2003

Keywords

Comments

Also the Bell transform of A007840(n+1). For the definition of the Bell transform see A264428. - Peter Luschny, Jan 26 2016

Examples

			1; 3,1; 14,9,1; 88,83,18,1; 694,860,275,30,1; 6578,10084,4245,685,45,1; ...
		

Crossrefs

Cf. A007840 (first column).

Programs

  • Maple
    # The function BellMatrix is defined in A264428.
    # Adds (1, 0, 0, 0, ..) as column 0.
    BellMatrix(n -> add(k!*abs(combinat:-stirling1(n+1, k)), k=0..n+1), 9); # Peter Luschny, Jan 26 2016
  • Mathematica
    BellMatrix[f_Function, len_] := With[{t = Array[f, len, 0]}, Table[BellY[n, k, t], {n, 0, len - 1}, {k, 0, len - 1}]];
    rows = 12;
    M = BellMatrix[Function[n, Sum[k!*Abs[StirlingS1[n+1, k]], {k, 0, n+1}]], rows];
    Table[M[[n, k]], {n, 2, rows}, {k, 2, n}] // Flatten (* Jean-François Alcover, Jun 26 2018, after Peter Luschny *)

Formula

T(n, k) = Sum_{i=k..n} |A008275(n, i)| * |A008297(i, k)|.
E.g.f.: (1-x)^(-y/(1+log(1-x))). - Vladeta Jovovic, Nov 22 2003

A079642 Matrix product of unsigned Stirling1-triangle |A008275(n,k)| and Stirling1-triangle A008275(n,k).

Original entry on oeis.org

1, 0, 1, 1, 0, 1, 1, 4, 0, 1, 8, 5, 10, 0, 1, 26, 58, 15, 20, 0, 1, 194, 217, 238, 35, 35, 0, 1, 1142, 2035, 1008, 728, 70, 56, 0, 1, 9736, 13470, 11611, 3444, 1848, 126, 84, 0, 1, 81384, 134164, 85410, 47815, 9660, 4116, 210, 120, 0, 1, 823392, 1243770, 983059
Offset: 1

Views

Author

Vladeta Jovovic, Jan 30 2003

Keywords

Comments

Also the Bell transform of A089064(n+1). For the definition of the Bell transform see A264428. - Peter Luschny, Jan 26 2016

Examples

			1; 0,1; 1,0,1; 1,4,0,1; 8,5,10,0,1; 26,58,15,20,0,1; ...
		

Programs

  • Maple
    # The function BellMatrix is defined in A264428.
    # Adds (1, 0, 0, 0, ..) as column 0.
    BellMatrix(n -> add((-1)^n*(k-1)!*combinat:-stirling1(n+1, k), k=1..n+1), 9); # Peter Luschny, Jan 26 2016
  • Mathematica
    BellMatrix[f_, len_] := With[{t = Array[f, len, 0]}, Table[BellY[n, k, t], {n, 0, len - 1}, {k, 0, len - 1}]];
    B = BellMatrix[Function[n, Sum[(-1)^n*(k-1)! StirlingS1[n+1, k], {k, 1, n+1} ] ], rows = 12];
    Table[B[[n, k]], {n, 2, rows}, {k, 2, n}] // Flatten (* Jean-François Alcover, Jun 28 2018, after Peter Luschny *)

Formula

T(n, k) = Sum_{i=k..n} |A008275(n, i)| * A008275(i, k).
E.g.f.: (1-log(1-x))^y. - Vladeta Jovovic, Nov 22 2003
Showing 1-10 of 265 results. Next