Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A159924
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A159924 Triangle read by rows: a(m,m) = 1, for all m. For n < m, a(m,n) = a(m-1,n) + (sum of all terms in rows 1 through m-1). +0
4
1, 2, 1, 6, 5, 1, 22, 21, 17, 1, 99, 98, 94, 78, 1, 546, 545, 541, 525, 448, 1, 3599, 3598, 3594, 3578, 3501, 3054, 1, 27577, 27576, 27572, 27556, 27479, 27032, 23979, 1, 240327, 240326, 240322, 240306, 240229, 239782, 236729, 212751, 1, 2343850 (list; table; graph; listen)
OFFSET

1,2

COMMENT

Row sums are A159925. Sum of all terms in rows 1 through m is A159926(m). A159926(m) - A159926(m-1) = A159925(m), for m >= 2.

EXAMPLE

The triangle starts like this:

1,

2,1,

6,5,1,

22,21,17,1

The sum of all these terms is 77. So adding 77 to each of the terms of the 4th row gets the fifth row: 22+77=99, 21+77=98, 17+77=94, 1+77=78, and the final terms is set at 1. So, row 5 is: 99,98,94,78,1.

MAPLE

A159924 := proc(n, m) option remember ; local s; if n = m then 1; else s := add(add(procname(r, c), c=1..r), r=1..n-1) ; procname(n-1, m)+s ; fi; end: for n from 1 to 13 do for m from 1 to n do printf("%d, ", A159924(n, m)) ; od: od: [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 29 2009]

CROSSREFS

A159925, A159926, A1599247

Sequence in context: A055896 A159965 A116395 this_sequence A133367 A121576 A121575

Adjacent sequences: A159921 A159922 A159923 this_sequence A159925 A159926 A159927

KEYWORD

nonn,tabl

AUTHOR

Leroy Quet (q1qq2qqq3qqqq(AT)yahoo.com), Apr 26 2009

EXTENSIONS

More terms from R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 29 2009

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 November 24 19:42 EST 2009. Contains 167435 sequences.


AT&T Labs Research