The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A060063 Triangle of coefficients of certain polynomials used for G.f.s of columns of triangle A060058. 10

%I #14 Aug 28 2019 16:44:46

%S 1,1,1,5,26,9,61,775,1179,225,1385,32516,114318,87156,11025,50521,

%T 1894429,11982834,20371266,9652725,893025,2702765,148008446,

%U 1472351967,4417978068,4546174779,1502513550

%N Triangle of coefficients of certain polynomials used for G.f.s of columns of triangle A060058.

%C The row polynomials p(n,x) (rising powers of x) appear as numerators of the column g.f.s of triangle A060058.

%C First column (m=0) gives A000364 (Euler numbers). See A091742, A091743, A091744 for columns m=1..3.

%C The main diagonal gives A001818. The row sums give A052502. The alternating row sums give A091745.

%H W. Lang, <a href="/A060063/a060063.txt">First 8 rows</a>.

%F The row polynomials p(n, x) := Sum_{m=0..n} a(n, m)*x^m satisfy the differential equation: p(n, x) = x*((1-x)^2)*(d^2/dx^2)p(n-1, x) + (1+6*(n-1)*x+(5-6*n)*x^2)*(d/dx)p(n-1, x) + (3*n-2)*(1+(3*n-2)*x)*p(n-1, x), n >= 1, with input p(0, x)=1. - _Wolfdieter Lang_, Feb 13 2004

%e Triangle begins:

%e {1};

%e {1,1};

%e {5,26,9}; <-- p(2,n)=5+26*x+9*x^2.

%e {61,775,1179,225};

%e ...

%K nonn,easy,tabl

%O 0,4

%A _Wolfdieter Lang_, Mar 16 2001

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 May 13 07:22 EDT 2024. Contains 372498 sequences. (Running on oeis4.)