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!)
A111560 Matrix logarithm of triangle A111553. 4
0, 1, 0, 5, 2, 0, 34, 7, 3, 0, 282, 44, 10, 4, 0, 2696, 354, 60, 14, 5, 0, 28792, 3328, 470, 84, 19, 6, 0, 337072, 35144, 4344, 654, 118, 25, 7, 0, 4273632, 407984, 45320, 6008, 936, 164, 32, 8, 0, 58195072, 5137824, 521200, 62344, 8704, 1352, 224, 40, 9, 0 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
EXAMPLE
Triangle begins:
0;
1,0;
5,2,0;
34,7,3,0;
282,44,10,4,0;
2696,354,60,14,5,0;
28792,3328,470,84,19,6,0;
337072,35144,4344,654,118,25,7,0;
4273632,407984,45320,6008,936,164,32,8,0; ...
PROG
(PARI) {T(n, k)=local(M=matrix(n+2, n+2, m, j, if(m==j, 1, if(m==j+1, -m+1, -(m-j-1)*polcoeff(log(sum(i=0, m, (i+3)!/3!*x^i)), m-j-1))))); sum(i=1, #M, (M^0-M)^i/i)[n+1, k+1]}
CROSSREFS
Sequence in context: A269980 A319231 A058512 * A371026 A324609 A211991
KEYWORD
nonn,tabl
AUTHOR
Paul D. Hanna, Aug 07 2005
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 June 10 08:02 EDT 2024. Contains 373253 sequences. (Running on oeis4.)