# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a085707 Showing 1-1 of 1 %I A085707 #30 Aug 24 2024 17:21:54 %S A085707 1,1,0,1,1,0,1,3,3,0,1,6,17,17,0,1,10,55,155,155,0,1,15,135,736,2073, %T A085707 2073,0,1,21,280,2492,13573,38227,38227,0,1,28,518,6818,60605,330058, %U A085707 929569,929569,0,1,36,882,16086,211419,1879038,10233219,28820619 %N A085707 Triangular array A065547 unsigned and transposed. %D A085707 Louis Comtet, Analyse Combinatoire, PUF, 1970, Tome 2, pp. 98-99. %H A085707 J. M. Hammersley, <a href="/A006846/a006846.pdf">An undergraduate exercise in manipulation</a>, Math. Scientist, 14 (1989), 1-23. (Annotated scanned copy) %H A085707 J. M. Hammersley, <a href="http://www.appliedprobability.org/data/files/TMS%20articles/14_1_1.pdf">An undergraduate exercise in manipulation</a>, Math. Scientist, 14 (1989), 1-23. %F A085707 Sum_{k >= 0} (-1/2)^k*T(n, k) = (1/2)^n. %F A085707 Sum_{k >= 0} (-1/6)^k*T(n, k) = (4^(n+1)- 1)/3*(6^n). %F A085707 Equals A000035 DELTA [0, 1, 2, 4, 6, 9, 12, 16, 20, 25, 30, ...], where DELTA is Deléham's operator defined in A084938. %F A085707 T(n,n-1) = A110501(n), Genocchi numbers of first kind of even index. - _Philippe Deléham_, Feb 16 2007 %e A085707 1; %e A085707 1, 0; %e A085707 1, 1, 0; %e A085707 1, 3, 3, 0; %e A085707 1, 6, 17, 17, 0; %e A085707 1, 10, 55, 155, 155, 0; %e A085707 ... %t A085707 h[n_, x_] := Sum[c[k]*x^k, {k, 0, n}]; eq[n_] := SolveAlways[h[n, x*(x-1)] == EulerE[2*n, x], x]; row[n_] := Table[c[k], {k, 0, n}] /. eq[n] // First // Abs // Reverse; Table[row[n], {n, 0, 10}] // Flatten (* _Jean-François Alcover_, Oct 02 2013 *) %Y A085707 Row sums Sum_{k>=0} T(n, k) = A006846(n), values of Hammersley's polynomial p_n(1). %Y A085707 Sum_{k>=0} 2^k*T(n, k) = A005647(n), Salie numbers. %Y A085707 Sum_{k>=0} 3^k*T(n, k) = A094408(n). %Y A085707 Sum_{k>=0} 4^k*T(n, k) = A000364(n), Euler numbers. %Y A085707 Cf. A006846, A005647, A000364, A065547, A000795. %Y A085707 Cf. A006846 A005647 A000364 A065547 A000795 A084938. %K A085707 nonn,tabl %O A085707 0,8 %A A085707 _Philippe Deléham_, Jul 19 2003 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE