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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A134483 Triangle read by rows: T(n,k)=2n+k-2; 1<=k<=n. 1
1, 3, 4, 5, 6, 7, 7, 8, 9, 10, 9, 10, 11, 12, 13, 11, 12, 13, 14, 15, 6, 13, 14, 15, 16, 17, 18, 19, 15, 16, 17, 18, 19, 20, 21, 22, 17, 18, 19, 20, 21, 22, 23, 24, 25, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Row sums = the heptagonal numbers, A000566: (1, 7, 18, 34, 55, 81,...).

Row n consists of n consecutive integers starting with 2n-1. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Nov 04 2007

FORMULA

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

EXAMPLE

First few rows of the triangle are:

1;

3, 4;

5, 6, 7;

7, 8, 9, 10;

9, 10, 11, 12, 13;

...

MAPLE

for n to 10 do seq(2*n+k-2, k=1..n) end do; # yields sequence in triangular form - Emeric Deutsch (deutsch(AT)duke.poly.edu), Nov 04 2007

CROSSREFS

Cf. A000566.

Sequence in context: A121854 A196119 A198458 * A121151 A088243 A154660

Adjacent sequences:  A134480 A134481 A134482 * A134484 A134485 A134486

KEYWORD

nonn,tabl

AUTHOR

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

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 16 19:14 EST 2012. Contains 205945 sequences.