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
1, 1, 3, 9, 36, 176, 1030, 7039, 55098, 486346, 4780445, 51787405, 613045468, 7873065045, 109021348618, 1619197654575, 25675094145535, 432908683794379, 7733991639921585, 145933532935469016, 2900112108790279902, 60543749629794205640, 1324677739541613767983, 30312375400027348522996 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Equals antidiagonal sums of the triangle of unsigned Stirling numbers of the first kind (A008275).
LINKS
EXAMPLE
G.f.: A(x) = 1 + x + 3*x^2 + 9*x^3 + 36*x^4 + 176*x^5 + 1030*x^6 + 7039*x^7 +...
where
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) +...
PROG
(PARI) {a(n)=polcoeff(sum(k=0, n, x^k*prod(j=1, k, j+x +x*O(x^n))), n)}
for(n=0, 30, print1(a(n), ", "))
CROSSREFS
Sequence in context: A144352 A107895 A343579 * A070960 A030834 A370166
KEYWORD
nonn
AUTHOR
Paul D. Hanna, May 11 2014
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 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)