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!)
A124383 O.g.f.: A(x) = Sum_{n>=0} x^n*Product_{k=0..n} (1 + k*x)^2. 0
1, 1, 3, 8, 26, 91, 349, 1431, 6253, 28860, 140064, 711433, 3768601, 20754377, 118513699, 700096184, 4269686754, 26835429731, 173541095213, 1153074832175, 7861658903709, 54937031541660, 393050395468752, 2876341596372209 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
A(x) = 1 + x*(1+x)^2 + x^2*(1+x)^2*(1+2x)^2 + x^3*(1+x)^2*(1+2x)^2*(1+3x)^2 +...
PROG
(PARI) a(n)=polcoeff(sum(k=0, n, x^k*prod(j=0, k, 1+j*x+x*O(x^n))^2), n)
CROSSREFS
Sequence in context: A242903 A081497 A028270 * A148819 A148820 A148821
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 March 29 06:44 EDT 2024. Contains 371265 sequences. (Running on oeis4.)