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!)
A237653 O.g.f.: Sum_{n>=0} x^n*Product_{k=1..n} (k + x). 3

%I #7 Oct 28 2014 15:49:56

%S 1,1,3,9,36,176,1030,7039,55098,486346,4780445,51787405,613045468,

%T 7873065045,109021348618,1619197654575,25675094145535,432908683794379,

%U 7733991639921585,145933532935469016,2900112108790279902,60543749629794205640,1324677739541613767983,30312375400027348522996

%N O.g.f.: Sum_{n>=0} x^n*Product_{k=1..n} (k + x).

%C Equals antidiagonal sums of the triangle of unsigned Stirling numbers of the first kind (A008275).

%H Vaclav Kotesovec, <a href="/A237653/b237653.txt">Table of n, a(n) for n = 0..400</a>

%e G.f.: A(x) = 1 + x + 3*x^2 + 9*x^3 + 36*x^4 + 176*x^5 + 1030*x^6 + 7039*x^7 +...

%e where

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

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

%o for(n=0,30,print1(a(n),", "))

%Y Cf. A124380, A008275, A130534.

%K nonn

%O 0,3

%A _Paul D. Hanna_, May 11 2014

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 20 09:51 EDT 2024. Contains 371802 sequences. (Running on oeis4.)