cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

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).

This page as a plain text file.
%I A096540 #8 Jun 13 2017 22:07:53
%S A096540 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,
%T A096540 143,132,66,15,1,1,10,57,204,476,728,715,429,143,22,1,1,13,100,506,
%U A096540 1771,4389,7752,9690,8398,4862,1768,364,35,1,1,14,117,650,2530,7084,14421
%N 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).
%o A096540 (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
%o A096540 forprime(p=2,31, for(k=1,p\2,print1(T(p,k)/p,",")))
%Y A096540 Cf. A034807, A096539.
%Y A096540 Row sums are in A064723. - _Klaus Brockhaus_, May 29 2009
%K A096540 nonn,tabf
%O A096540 1,6
%A A096540 _Lekraj Beedassy_, Jun 24 2004
%E A096540 Edited and extended by _Klaus Brockhaus_, Jun 27 2004