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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A137154 a(n) = Sum_{k=0..n} C(2^k + n-k-1, n-k); equals the row sums of triangle A137153. 2
1, 2, 4, 9, 24, 79, 331, 1803, 12954, 123983, 1592513, 27604172, 648528166, 20722205191, 903019659239, 53792176322629, 4388683843024734, 491232972054490915, 75545748143323475653, 15984344095578889888206 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Matrix inverse is A137156.

FORMULA

G.f.: Sum_{n>=0} x^n/(1-x)^(2^n). [From Paul D. Hanna (pauldhanna(AT)juno.com), Sep 15 2009]

PROG

(PARI) a(n)=sum(k=0, n, binomial(2^k+n-k-1, n-k))

(PARI) {a(n)=local(A=sum(k=0, n, x^k/(1-x+x*O(x^n))^(2^k))); polcoeff(A, n)} [From Paul D. Hanna (pauldhanna(AT)juno.com), Sep 15 2009]

CROSSREFS

Cf. A137153, A137155.

Sequence in context: A131351 A091352 A135934 * A098448 A006406 A097656

Adjacent sequences:  A137151 A137152 A137153 * A137155 A137156 A137157

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jan 24 2008

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 23:34 EST 2012. Contains 205860 sequences.