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!)
A107104 Absolute row sums of triangle A107102, which is the matrix inverse of A100862. 3
1, 2, 6, 26, 154, 1182, 11254, 128522, 1715802, 26251118, 453132214, 8714516538, 184817376154, 4285657717694, 107880712446966, 2929921866938858, 85399256991014746, 2659096654189212558, 88091786616208073398 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
W. Mlotkowski, A. Romanowicz, A family of sequences of binomial type, Probability and Mathematical Statistics, Vol. 33, Fasc. 2 (2013), pp. 401-408.
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
Sequence in context: A159602 A032271 A205502 * A141761 A355206 A242574
KEYWORD
nonn
AUTHOR
Paul D. Hanna, May 21 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 May 14 06:43 EDT 2024. Contains 372528 sequences. (Running on oeis4.)