Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A122076
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A122076 Coefficients of a generalized Jaco-Lucas polynomial (even indices) read by rows. +0
1
2, 3, 2, 7, 8, 2, 18, 30, 15, 2, 47, 104, 80, 24, 2, 123, 340, 355, 170, 35, 2, 322, 1068, 1410, 932, 315, 48, 2, 843, 3262, 5208, 4396, 2079, 532, 63, 2, 2207, 9760, 18280, 18784, 11440, 4144, 840, 80, 2, 5778, 28746, 61785, 74838, 55809, 26226, 7602, 1260 (list; table; graph; listen)
OFFSET

1,1

LINKS

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

FORMULA

T(n,k)=sum_(j=0..n) 2n*binomial(2n-j,j)*binomial(j,k)/(2n-j).

EXAMPLE

2

3 2

7 8 2

18 30 15 2

47 104 80 24 2

PROGRAM

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

CROSSREFS

Sequence in context: A158747 A122697 A129022 this_sequence A014784 A048601 A008317

Adjacent sequences: A122073 A122074 A122075 this_sequence A122077 A122078 A122079

KEYWORD

easy,nonn,tabl

AUTHOR

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

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 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research