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!)
A124382 O.g.f.: A(x) = Sum_{n>=0} x^n*Product_{k=0..n} (1 + k*(k+1)*(k+2)/6*x). 0
1, 1, 2, 6, 20, 90, 465, 2826, 20020, 158348, 1430189, 14217275, 157279196, 1903617880, 25151383277, 361228405394, 5594555181227, 93472423847492, 1671138501448565, 31988293954710201, 651665490924639449 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
A(x) = 1 + x*(1+x) + x^2*(1+x)*(1+4x) + x^3*(1+x)*(1+4x)*(1+10x) +...
PROG
(PARI) a(n)=polcoeff(sum(k=0, n, x^k*prod(j=0, k, 1+j*(j+1)*(j+2)/3!*x+x*O(x^n))), n)
CROSSREFS
Sequence in context: A241497 A003069 A079468 * A318813 A336544 A000666
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 16 00:27 EDT 2024. Contains 371696 sequences. (Running on oeis4.)