login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A110813 A triangle of pyramidal numbers. 7
1, 3, 1, 5, 4, 1, 7, 9, 5, 1, 9, 16, 14, 6, 1, 11, 25, 30, 20, 7, 1, 13, 36, 55, 50, 27, 8, 1, 15, 49, 91, 105, 77, 35, 9, 1, 17, 64, 140, 196, 182, 112, 44, 10, 1, 19, 81, 204, 336, 378, 294, 156, 54, 11, 1, 21, 100, 285, 540, 714, 672, 450, 210, 65, 12, 1, 23, 121, 385, 825 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Triangle A029653 less first column. In general, the product (1/(1-x),x/(1-x))*(1+m*x,x) yields the Riordan array ((1+(m-1)x)/(1-x)^2,x/(1-x)) with general term T(n,k)=(m*n-(m-1)*k+1)*C(n+1,k+1)/(n+1). This is the reversal of the (1,m)-Pascal triangle, less its first column. - Paul Barry (pbarry(AT)wit.ie), Mar 01 2006

The column sequences give, for k=0..10: A005408 (odd numbers), A000290 (squares), A005330, A002415, A005585, A040977, A050486, A053347, A054333, A054334, A057788.

Linked to Chebyshev polynomials by the fact that this triangle with interpolated zeros in the rows and columns is a scaled version of A053120.

Row sums are A033484. Diagonal sums are A001911(n+1) or F(n+4)-2. Factors as (1/(1-x),x/(1-x))*(1+2x,x). Inverse is A110814 or (-1)^(n-k)*A104709.

This triangle is a subtriangle of the [2,1] Pascal triangle A029653 (omit there the first column).

FORMULA

Number triangle T(n, k)=C(n, k)*(2n-k+1)/(k+1)=2*C(n+1, k+1)-C(n, k); Riordan array ((1+x)/(1-x)^2, x/(1-x)); As a number square read by anti-diagonals, T(n, k)=C(n+k, k)(2n+k+1)/(k+1).

Equals A007318 * an infinite bidiagonal matrix with 1's in the main diagonal and 2's in the subdiagonal. - Gary W. Adamson (qntmpkt(AT)yahoo.com), Dec 01 2007

Binomial transform of an infinite lower triangular matrix with all 1's in the main diagonal, all 2's in the subdiagonal and the rest zeros. - Gary W. Adamson (qntmpkt(AT)yahoo.com), Dec 12 2007

EXAMPLE

As a number triangle, rows begin

1;

3,1;

5,4,1;

7,9,5,1;

9,16,14,6,1;

11,25,30,20,7,1;

As a number square, rows begin

1,_1,_1,__1,__1,__1,...

3,_4,_5,__6,__7,__8,...

5,_9,14,_20,_27,_35,...

7,16,30,_50,_77,112,...

9,25,55,105,182,294,...

CROSSREFS

Cf. A029655.

Sequence in context: A117853 A104734 A029655 * A124883 A131809 A016574

Adjacent sequences:  A110810 A110811 A110812 * A110814 A110815 A110816

KEYWORD

easy,nonn,tabl

AUTHOR

Paul Barry (pbarry(AT)wit.ie), Aug 05 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 13:08 EST 2012. Contains 205623 sequences.