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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A122075 Coefficients of a generalized Pell-Lucas polynomial read by rows. 1
1, 2, 1, 3, 3, 1, 5, 7, 4, 1, 8, 15, 12, 5, 1, 13, 30, 31, 18, 6, 1, 21, 58, 73, 54, 25, 7, 1, 34, 109, 162, 145, 85, 33, 8, 1, 55, 201, 344, 361, 255, 125, 42, 9, 1, 89, 365, 707, 850, 701, 413, 175, 52, 10, 1, 144, 655, 1416, 1918, 1806, 1239, 630, 236, 63, 11, 1 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,2

LINKS

Y. Sun, Numerical Triangles and Several Classical Sequences, Fib. Quart. 43, no. 4, (2005) 359-370.

FORMULA

T(n,k)=sum_(j=0..n-k+1) binomial(n-k-j+1,j)*binomial(n-j,k). sum_(k>=0) T(n-k,k)=2^n. sum_(k>=0) (-1)^k T(n-k,k)=2-delta(0,n).

EXAMPLE

1

2 1

3 3 1

5 7 4 1

8 15 12 5 1

13 30 31 18 6 1

PROG

(PARI) T(n, k)={ sum(j=0, n-k+1, binomial(n-k-j+1, j)*binomial(n-j, k)) ; } { nmax=10 ; for(n=0, nmax, for(k=0, n, print1(T(n, k), ", ") ; ); ); }

CROSSREFS

See A055830 for another version.

Sequence in context: A100578 A061315 A144265 * A185675 A153341 A127119

Adjacent sequences:  A122072 A122073 A122074 * A122076 A122077 A122078

KEYWORD

easy,nonn,tabl

AUTHOR

R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Oct 16 2006

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 03:44 EST 2012. Contains 205860 sequences.