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!)
A324356 Total number of occurrences of 6 in the (signed) displacement sets of all permutations of [n+6] divided by 6!. 3
0, 1, 13, 148, 1707, 20686, 266321, 3652608, 53339831, 827870338, 13624599309, 237169578724, 4356110013107, 84220077081414, 1710164008931657, 36396070427846536, 810244122520224111, 18833465673721387018, 456310533309915775301, 11505888654389005045548 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Wikipedia, Permutation
FORMULA
E.g.f.: (1-exp(-x))/(1-x)^7.
a(n) = -1/6! * Sum_{j=1..n} (-1)^j * binomial(n,j) * (n+6-j)!.
a(n) = A306234(n+6,6).
MAPLE
a:= n-> (k-> -add((-1)^j*binomial(n, j)*(n+k-j)!, j=1..n)/k!)(6):
seq(a(n), n=0..23);
MATHEMATICA
With[{nn=20}, CoefficientList[Series[(1-Exp[-x])/(1-x)^7, {x, 0, nn}], x] Range[ 0, nn]!] (* Harvey P. Dale, Jul 06 2021 *)
CROSSREFS
Column k=6 of A324362.
Cf. A306234.
Sequence in context: A332691 A210165 A132156 * A210158 A130611 A127747
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Feb 23 2019
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 14 10:34 EDT 2024. Contains 372532 sequences. (Running on oeis4.)