Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A140874
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A140874 Triangular sequence of second integer differential of the binomial/ Pascal's triangle: t(n,m)=Binomial(n,m+2)-2(Binomial(n,m+1)+Binomial(n,m). +0
1
-4, -4, -8, -3, -12, -13, -1, -15, -25, -19, 2, -16, -40, -44, -26, 6, -14, -56, -84, -70, -34, 11, -8, -70, -140, -154, -104, -43, 17, 3, -78, -210, -294, -258, -147, -53, 24, 20, -75, -288, -504, -552, -405, -200, -64 (list; table; graph; listen)
OFFSET

1,1

COMMENT

Row sums are:

{-4, -12, -28, -60, -124, -252, -508, -1020, -2044};

First two are empty.

REFERENCES

*

FORMULA

t(n,m)=Binomial(n,m+2)-2(Binomial(n,m+1)+Binomial(n,m).

EXAMPLE

{-4},

{-4, -8},

{-3, -12, -13},

{-1, -15, -25, -19},

{2, -16, -40, -44, -26},

{6, -14, -56, -84, -70, -34},

{11, -8, -70, -140, -154, -104, -43},

{17, 3, -78, -210, -294, -258, -147, -53},

{24, 20, -75, -288, -504, -552, -405, -200, -64}

MATHEMATICA

Clear[T, D2, x, a, n, m] T[n_, m_] := Binomial[n, m] D2[n_, m_] := If[m + 2 <= n, T[n, m + 2] - 2*T[n, m + 1] - T[n, m], {} ]; a = Table[Flatten[Table[D2[n, m], {m, 0, n}]], {n, 0, 10}]; Flatten[a]

CROSSREFS

Cf. A007318.

Adjacent sequences: A140871 A140872 A140873 this_sequence A140875 A140876 A140877

Sequence in context: A067736 A091671 A137797 this_sequence A021227 A040013 A117973

KEYWORD

uned,tabl,sign

AUTHOR

Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Jul 21 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified January 7 11:41 EST 2009. Contains 152824 sequences.


AT&T Labs Research