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!)
A174489 Column 3 of triangle A174485. 4

%I #2 Mar 30 2012 18:37:21

%S 1,4,56,1672,85904,6741544,749040472,111786940612,21558649749088,

%T 5215883627856592,1546429233541304456,551278120123210461436,

%U 232603216443181020788944,114634034948809175011787176

%N Column 3 of triangle A174485.

%C Triangular matrix described by A174485 transforms diagonals of the array A174480 of coefficients of successive iterations of x*exp(x).

%o (PARI) {a(n,k=3)=local(F=x, xEx=x*exp(x+x*O(x^(n+k+1))), M, N, P, m=n+k); M=matrix(m+2, m+2, r, c, F=x; for(i=1, r+c-2, F=subst(F, x, xEx)); polcoeff(F, c)); N=matrix(m+1, m+1, r, c, M[r, c]); P=matrix(m+1, m+1, r, c, M[r+1, c]); n!*(P~*N~^-1)[n+k+1, k+1]}

%Y Cf. A174480, A174485, A174486, A174487, A174488.

%K nonn

%O 0,2

%A _Paul D. Hanna_, Apr 18 2010

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 April 16 04:38 EDT 2024. Contains 371696 sequences. (Running on oeis4.)