Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A107104
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A107104 Absolute row sums of triangle A107102, which is the matrix inverse of A100862. +0
3
1, 2, 6, 26, 154, 1182, 11254, 128522, 1715802, 26251118, 453132214, 8714516538, 184817376154, 4285657717694, 107880712446966, 2929921866938858, 85399256991014746, 2659096654189212558, 88091786616208073398 (list; graph; listen)
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.

PROGRAM

(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.

Adjacent sequences: A107101 A107102 A107103 this_sequence A107105 A107106 A107107

Sequence in context: A032187 A003659 A032271 this_sequence A123306 A099758 A099760

KEYWORD

nonn

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified May 16 01:24 EDT 2008. Contains 139630 sequences.


AT&T Labs Research