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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A124380 O.g.f.: A(x) = Sum_{n>=0} x^n*Product_{k=0..n} (1 + k*x). 2
1, 1, 2, 4, 9, 22, 57, 157, 453, 1368, 4296, 13995, 47138, 163779, 585741, 2152349, 8113188, 31326760, 123748871, 499539900, 2058542819, 8651755865, 37054078481, 161591063250, 717032333816, 3235298221401, 14834735654080, 69085973044125 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

COMMENTS

The Kn11 triangle sums of A094638 are given by the terms of this sequence. For the definitions of this and other triangle sums see A180662. [From Johannes W. Meijer, Apr 20 2011]

FORMULA

O.g.f.: A(x) = 1 + x*(1+x)/(G(0) - x*(1+x)) ; G(k) = 1+x*(k*x+x+1) - x*(k*x + 2*x + 1)/G(k+1) ; (continued fraction). - Sergei N. Gladkovskii, Dec 02 2011

EXAMPLE

A(x) = 1 + x*(1+x) + x^2*(1+x)*(1+2x) + x^3*(1+x)*(1+2x)*(1+3x) +...

PROG

(PARI) a(n)=polcoeff(sum(k=0, n, x^k*prod(j=0, k, 1+j*x+x*O(x^n))), n)

CROSSREFS

Sequence in context: A105633 A196161 A099241 * A176084 A192576 A059019

Adjacent sequences:  A124377 A124378 A124379 * A124381 A124382 A124383

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Oct 28 2006

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 16 21:51 EST 2012. Contains 205978 sequences.