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!)
A124381 O.g.f.: A(x) = Sum_{n>=0} x^n*Product_{k=0..n} (1 + k*(k+1)/2*x). 0
1, 1, 2, 5, 14, 48, 181, 772, 3620, 18511, 102869, 613584, 3926895, 26734671, 193310243, 1477081245, 11896869336, 100700815331, 893438783126, 8291513009130, 80302486087937, 810290260679230, 8502192961792190 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
A(x) = 1 + x*(1+x) + x^2*(1+x)*(1+3x) + x^3*(1+x)*(1+3x)*(1+6x) +...
PROG
(PARI) a(n)=polcoeff(sum(k=0, n, x^k*prod(j=0, k, 1+j*(j+1)/2*x+x*O(x^n))), n)
CROSSREFS
Sequence in context: A149906 A129778 A060797 * A131236 A119499 A079452
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Oct 28 2006
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 April 25 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)