login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A107104 Absolute row sums of triangle A107102, which is the matrix inverse of A100862. 2
1, 2, 6, 26, 154, 1182, 11254, 128522, 1715802, 26251118, 453132214, 8714516538, 184817376154, 4285657717694, 107880712446966, 2929921866938858, 85399256991014746, 2659096654189212558, 88091786616208073398 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(n) = 2*A043301(n-1) = 2^n*Sum_{k=0..n-1}(n+k-1)!/(n-k-1)!/k!/4^k for n>0, with a(0) = 1.

PROG

(PARI) a(n)=if(n==0, 1, 2^n*sum(k=0, n-1, (n+k-1)!/(n-k-1)!/k!/4^k)) (PARI) {a(n)=local(X=x+x*O(x^n), Y=y+y*O(y^n)); sum(k=0, n, abs((matrix(n+1, n+1, m, j, if(m>=j, (m-1)!*polcoeff(polcoeff(exp(X+Y*X^2/2+X*Y), m-1, x), j-1, y)))^-1)[n+1, k+1]))}

CROSSREFS

Cf. A100862, A043301, A107102, A107103.

Sequence in context: A159602 A032271 A205502 * A141761 A123306 A099758

Adjacent sequences:  A107101 A107102 A107103 * A107105 A107106 A107107

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), May 21 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 02:50 EST 2012. Contains 205694 sequences.