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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A014430 Subtract 1 from Pascal's triangle, read by rows. 5
1, 2, 2, 3, 5, 3, 4, 9, 9, 4, 5, 14, 19, 14, 5, 6, 20, 34, 34, 20, 6, 7, 27, 55, 69, 55, 27, 7, 8, 35, 83, 125, 125, 83, 35, 8, 9, 44, 119, 209, 251, 209, 119, 44, 9, 10, 54, 164, 329, 461, 461, 329, 164, 54, 10, 11, 65, 219, 494, 791, 923, 791, 494, 219, 65, 11 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Each value of the sequence (T(x,y)) is equal to the sum of all values in Pascal's Triangle that are in the rectangle defined by the tip (0,0) and the position (x,y). - Florian Kleedorfer (florian.kleedorfer(AT)austria.fm), May 23 2005

FORMULA

T(n, k) = T(n-1, k) + T(n-1, k-1) + 1, T(0, 0)=1. - R. Stephan, Jan 23 2005

G.f.: 1 / [(1-x)*(1-xy)*(1-x(1+y)) ]. - R. Stephan, Jan 24 2005

Generating function: T(N, K)=sum(k=0...K){sum(n=k...k+(N-K)){C(n, k)}}. - Florian Kleedorfer (florian.kleedorfer(AT)austria.fm), May 23 2005

EXAMPLE

1; 2 2; 3 5 3; 4 9 9 4; ...

CROSSREFS

Cf. A007318.

Triangle with zeros: A014473.

Sequence in context: A129312 A115262 A128141 * A196436 A197199 A196957

Adjacent sequences:  A014427 A014428 A014429 * A014431 A014432 A014433

KEYWORD

nonn,tabl,easy

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

EXTENSIONS

More terms from Erich Friedman (erich.friedman(AT)stetson.edu).

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 15 04:23 EST 2012. Contains 205694 sequences.