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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A104764 Triangle T(n,k) = Lucas(n-k+1) read by rows, 1<=k<=n. 2
1, 3, 1, 4, 3, 1, 7, 4, 3, 1, 11, 7, 4, 3, 1, 18, 11, 7, 4, 3, 1, 29, 18, 11, 7, 4, 3, 1, 47, 29, 18, 11, 7, 4, 3, 1, 76, 47, 29, 18, 11, 7, 4, 3, 1, 123, 76, 47, 29, 18, 11, 7, 4, 3, 1, 199, 123, 76, 47, 29, 18, 11, 7, 4, 3, 1, 322, 199, 123 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,2

FORMULA

T(n,k) = A000204(n-k+1).

EXAMPLE

First few rows of the triangle are:

1;

3, 1;

4, 3, 1;

7, 4, 3, 1;

11, 7, 4, 3, 1;

18, 11, 7, 4, 3, 1;

...

MAPLE

A104764 := proc(n, k)

        A000204(n-k+1) ;

end proc:

seq(seq(A104764(n, k), k=1..n), n=1..13) ; # R. J. Mathar, Oct 30 2011

CROSSREFS

Cf. A104765, A000204.

Sequence in context: A008314 A104568 A030758 * A152842 A082909 A029151

Adjacent sequences:  A104761 A104762 A104763 * A104765 A104766 A104767

KEYWORD

nonn,tabl,easy

AUTHOR

Gary W. Adamson (qntmpkt(AT)yahoo.com), Mar 24 2005

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 21:56 EST 2012. Contains 205860 sequences.