The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A163933 Third right hand column of triangle A163932 2
11, 105, 510, 1750, 4830, 11466, 24360, 47520, 86625, 149435, 246246, 390390, 598780, 892500, 1297440, 1844976, 2572695, 3525165, 4754750, 6322470, 8298906, 10765150, 13813800, 17550000, 22092525, 27574911, 34146630, 41974310 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,1
LINKS
FORMULA
a(n) = (n-2)*(n-1)*Stirling1(n+1,n-1)/2.
G.f.: z^3*(11 + 6*z^2 + 28*z)/(1-z)^7.
a(n) = 7*a(n-1) - 21*a(n-2) + 35*a(n-3) - 35*a(n-4) + 21*a(n-5) - 7*a(n-6) + a(n-7) for n > 9. - Chai Wah Wu, Jan 25 2021
MAPLE
nmax:=30; with(combinat, stirling1): for n from 1 to nmax do for m from 1 to n do a(n, m):=(-1)^(n+m)*(m)*(m+1)*stirling1(n+1, m+1)/2 od: od: seq(a(n, n-2), n=3..nmax);
MATHEMATICA
Table[(n-2)(n-1)StirlingS1[n+1, n-1]/2, {n, 3, 30}] (* Harvey P. Dale, Oct 09 2011 *)
CROSSREFS
Cf. A048994 (Stirling1).
Equals the third right hand column of triangle A163932.
A000217 and A006011 are the first and second right hand columns.
Sequence in context: A358340 A295840 A158470 * A359987 A099839 A287834
KEYWORD
easy,nonn
AUTHOR
Johannes W. Meijer, Aug 13 2009
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 May 17 06:15 EDT 2024. Contains 372579 sequences. (Running on oeis4.)