Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A134482
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A134482 Triangle read by rows: row n consists of n followed by the numbers n through 2n-2. +0
2
1, 2, 2, 3, 3, 4, 4, 4, 5, 6, 5, 5, 6, 7, 8, 6, 6, 7, 8, 9, 10, 7, 7, 8, 9, 10, 11, 8, 8, 9, 10, 11, 12, 13, 14, 9, 9, 10, 11, 12, 13, 14, 15, 16, 10, 10, 11, 12, 13, 14, 15, 16, 17, 18 (list; table; graph; listen)
OFFSET

1,2

COMMENT

Row sums = A005448.

FORMULA

T(n,1)=n, T(n,k)=n+k-2 for 2<=k<=n. G.f.=z(1-2tz+2zt^2-t^3*z^3)/[(1-z)(1-tz)]^2. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Nov 24 2007

EXAMPLE

First few rows of the triangle are:

1;

2, 2;

3, 3, 4;

4, 4, 5, 6;

5, 5, 6, 7, 8;

6, 6, 7, 8, 9, 10;

7, 7, 8, 9, 10, 11, 12;

...

MAPLE

T:=proc(n, k) if n<k then 0 elif k=1 then n else n+k-2 end if end proc: for n to 10 do seq(T(n, k), k=1..n) end do; # yields sequence in triangular form - Emeric Deutsch (deutsch(AT)duke.poly.edu), Nov 24 2007

CROSSREFS

Cf. A005448.

Adjacent sequences: A134479 A134480 A134481 this_sequence A134483 A134484 A134485

Sequence in context: A104305 A050506 A029122 this_sequence A132921 A028825 A132924

KEYWORD

nonn,tabl

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), Oct 27 2007

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 8 02:43 EST 2009. Contains 152824 sequences.


AT&T Labs Research