Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A096540
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A096540 Quotients T(p,k)/p, where T(p,k) is the sub-triangle defined in A096539 of the triangle of coefficients of Lucas polynomials (cf. A034807). +0
1
1, 1, 1, 1, 1, 2, 1, 1, 4, 7, 5, 1, 1, 5, 12, 14, 7, 1, 1, 7, 26, 55, 66, 42, 12, 1, 1, 8, 35, 91, 143, 132, 66, 15, 1, 1, 10, 57, 204, 476, 728, 715, 429, 143, 22, 1, 1, 13, 100, 506, 1771, 4389, 7752, 9690, 8398, 4862, 1768, 364, 35, 1, 1, 14, 117, 650, 2530, 7084, 14421 (list; graph; listen)
OFFSET

1,6

PROGRAM

(PARI) T(n, k)=if(k<0|2*k>n, 0, binomial(n-k, k)+binomial(n-k-1, k-1)+(n==0&k==0)) \\from A034807

forprime(p=2, 31, for(k=1, p\2, print1(T(p, k)/p, ", ")))

CROSSREFS

Cf. A034807, A096539.

Row sums are in A064723. [From Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), May 29 2009]

Sequence in context: A034870 A141036 A011016 this_sequence A111569 A055130 A051292

Adjacent sequences: A096537 A096538 A096539 this_sequence A096541 A096542 A096543

KEYWORD

nonn,tabf

AUTHOR

Lekraj Beedassy (blekraj(AT)yahoo.com), Jun 24 2004

EXTENSIONS

Edited and extended by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jun 27 2004

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 14:25 EST 2009. Contains 167438 sequences.


AT&T Labs Research