login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A058402 Coefficient triangle of polynomials (rising powers) related to Pell number convolutions. Companion triangle is A058403. 6
1, 22, 8, 588, 376, 56, 19656, 17024, 4576, 384, 801360, 848096, 313504, 48256, 2624, 38797920, 47494272, 21685888, 4643072, 468608, 17920, 2181332160, 2986217856, 1590913920, 424509952, 60136448, 4307456, 122368, 139864717440 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The row polynomials are p(k,x) := sum(a(k,m)*x^m,m=0..k), k=0,1,2,...
The k-th convolution of P0(n) := A000129(n+1) n >= 0, (Pell numbers starting with P0(0)=1) with itself is Pk( n) := A054456(n+k,k) = (p(k-1,n)*(n+1)*2*P0(n+1) + q(k-1,n)*(n+2)*P0(n))/(k!*8^k)), k=1,2,..., where the companion polynomials q(k,n) := sum(b(k,m)*n^m,m=0..k), k >= 0, are the row polynomials of triangle b(k,m)= A058403(k,m).
LINKS
FORMULA
Recursion for row polynomials defined in the comments: p(k, n)= 4*(n+2)*p(k-1, n+1)+2*(n+2*(k+1))*p(k-1, n)+(n+3)*q(k-1, n); q(k, n)= 4*(n+1)*p(k-1, n+1)+2*(n+2*(k+1))*q(k-1, n+1), k >= 1. [Corrected by Sean A. Irvine, Aug 05 2022]
EXAMPLE
k=2: P2(n)=((22+8*n)*(n+1)*2*P0(n+1)+(20+8*n)*(n+2)*P0(n))/128, cf. A054457.
1; 22,8; 588,376,56; ... (lower triangular matrix a(k,m), k >= m >= 0, else 0).
CROSSREFS
Cf. A000129, A054456, A058403, A058404-5 (falling powers).
Sequence in context: A298176 A113783 A298781 * A248032 A068611 A104061
KEYWORD
nonn,tabl
AUTHOR
Wolfdieter Lang, Dec 11 2000
EXTENSIONS
Link and cross-references added by Wolfdieter Lang, Jul 31 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 11 09:44 EDT 2024. Contains 375059 sequences. (Running on oeis4.)