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!)
A104032 Unsigned row sums of triangle A104030, which is the matrix inverse of the triangle of pairwise sums of trinomial coefficients. 1
1, 3, 13, 83, 781, 10515, 194125, 4721363, 146385805, 5636169363, 263831355085, 14755901813843, 971805538480141, 74439152531508243, 6561768848473177933, 659527417026466047443, 74976638559342869785741 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Row sums of triangle A104030 forms negative Genocchi numbers (of first kind)(A001469).
LINKS
PROG
(PARI) {a(n)=if(n<0, 0, (sum(k=0, n, abs((matrix(n+2, n+2, m, j, if(m>=j, polcoeff((1+x+x^2)^(m-1)+O(x^(2*j)), 2*j-2)+ polcoeff((1+x+x^2)^(m-1)+O(x^(2*j)), 2*j-1))))^-1)[n+1, k+1])))}
CROSSREFS
Cf. A104030.
Sequence in context: A173998 A135743 A123114 * A130406 A225236 A152789
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Feb 26 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 August 27 11:06 EDT 2024. Contains 375468 sequences. (Running on oeis4.)